Pysmssend 1.32
New version of pysmssend
2 more features that was requested long time ago
- Added unicode support for services that support it ( e.g. otenet )
- Added Yahoo SMS Service ( http://everywhere.yahoo.com/sms/sendsms )
Source and packages are in Pysmssend official site
Pysdm Ebuild
I was about to start a new project about a gui interface for fstab. I did a google search and i found
Pysdm
Its a quite interesting program written on python with PyGTK .
There wasnt a Gentoo ebuild so I wrote one for my gentoo machine
Ebuild can be found:
Pysmssend 1.31
A new version of PySMSsend is here
What was fixed here is the python2.4 compatibility.
The program was build for Python 2.4 . Distros with python 2.5 ( Like Ubuntu ) couldnt locate the modules
lets break this down
In Ubuntu Linux we had a major problem. Ubuntu comes with python 2.5 . The install.sh script installes the pysmssend modules on
* /usr/lib/python2.5/site-packages/pysmssendmod/
The .deb package was installing them on
*/usr/lib/python2.4/site-packages/pysmssendmod/
So the program couldnt locate the modules
Also, pysmssend as a python script had
*/usr/bin/env python on its header. On Distros with python2.5 the /usr/bin/env python means /usr/bin/env/python2.5
I changed this to /usr/bin/env python2.4 and now works fine with Python 2.4 distros
I hope everything is ok now especially with ubuntu users since this distro has lots of fans :)










