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 :)










