![]() |
Re: work in progress: simple vertical sms app: vertsms
Quote:
I only maintain the package itself. |
Re: work in progress: simple vertical sms app: vertsms
Quote:
no luck with current octification function. the current pulling ascii code works up all the way to z. so it isn't even close to etsi standards :D so it will be rewritten and after that hopefully we can get every char available for texting to work. (and mapped behind buttons at some point) damn if the sending doesn't work for everyone. do you get delivery reports with latest version? now it would be nice if someone who knows how things should be implemented. the problem is TON. 1= international, 4=local. how in earth some carriers don't deliver to international number format when program assigns TON=1 in that case?!? you do have plus in front of the international number, don't you? |
Re: work in progress: simple vertical sms app: vertsms
Quote:
File "/opt/vertsms/vertsms_gui.oy", line 19 in <module> from vertsms import config, sms, pygobject File "/opt/vertsms/vertsms/sms.py", line 5, in <module> import ctypes, uuid, glib, gobject ImportError: No module named glib |
Re: work in progress: simple vertical sms app: vertsms
Hmm, same problem that was sent to me via email
http://talk.maemo.org/showpost.php?p...&postcount=206 Missing dependencies? I can't really check since I have all python packages installed |
Re: work in progress: simple vertical sms app: vertsms
Can I check it somehow? With a little guidance, we might find the problem :)
|
Re: work in progress: simple vertical sms app: vertsms
apt-get install python-gobject
as root ^ |
Re: work in progress: simple vertical sms app: vertsms
I get the following:
Err http://repository.maemo.org fremantle-1.2/free python-gobject 2.16.1-1maemo1 Temporary failure resolving 'repository.maemo.org' Failed to fetch http://repository.maemo.org/extras/p...emo1_armel.deb Temporary failure resolving 'repository.maemo.org' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? |
Re: work in progress: simple vertical sms app: vertsms
You don't even need to import glib or gobject for the code you have in sms.py.
And for that matter, you can remove sqlite3 import and code, it's not being used if I'm interpreting correctly. Code:
connection = sqlite3.connect(os.path.join(os.environ['HOME'], Frank Quote:
|
Re: work in progress: simple vertical sms app: vertsms
Quote:
As for code reuse...that's what open source is about :-) |
Re: work in progress: simple vertical sms app: vertsms
don't touch the sqlite! it fetches the unique id needed for adding a message. it seems to be easier than api way apparently and since it only reads one column through it shouldn't mess the db up.
phew just got new version of sms.py working. now with 100% compatibility to etsi standard except curly brackets and couple other special chars. so едц shouldn't be a problem anymore (and any char that isn't at exactly same place ascii vs etsi) will push it to git as soon as I get it cleaned up. e: and someone copying code from me is a honor for me ;) ee: damn it isn't working, something messes the codes up between creating array and sending... will be investigating it. |
All times are GMT. The time now is 13:44. |
vBulletin® Version 3.8.8