Index of /source/cloudprint/older/

File Name  ↓ File Size  ↓ Date  ↓ 
--
6162015-Jun-22 11:12
205272015-Jun-08 04:59
327312018-Jan-28 21:53
2186072015-Jun-22 03:54
6303902015-Jun-08 17:36
Cloudprint can be obtained from https://github.com/armooo/cloudprint. Build using "python setup.py build". Installing it is a bit ugly, as this requires python-setuptools (obtainable from https://pypi.python.org/pypi/setuptools/) and generates a .egg file that is of no use to TLXOS unless we install setuptools crapola on that also. Hence we unzipped this and manually placed the .py and .pyc files it contains in /usr/local/lib/python2.7/dist-packages/cloudprint/ and the .egg-info file into /usr/local/lib/python2.7/dist-packages, and then created a trivial /usr/local/bin/cloudprint python script to invoke it.