Pysmssend 1.34 released
Today I ve released pysmssend 1.34 .
Changelog
1)Wrong Credits Left Indication after message sent fixed
2)Added WebcallDirect Support (Beta)
3)Modular application. Application is splitted into multiple files. Now
its much faster and can be maintained more easily
Homepage: Pysmssend
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
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 :)
Pysmssend 1.30
Pysmssend 1.30 is out.
This is a ”minor fix” version of 1.29. There are no bug fixes just some code fixes
However I recommend to download the new version
Pysmssend 1.29
A new version of pysmssend is available due to a recent VOIP site change.
Please upgrade as soon as possible to avoid malfunction on sms service
http://pysmssend.sourceforge.net
Thanks :)










