New 3G device manager for Linux!

Hi :)

You were right, the python-twisted package was not installed:o

Now I get the following:
Code:
root@sky-desktop:/usr/src# /usr/bin/vodafone-mobile-connect-card-driver-for-linux

Failed to load application: No module named louie.dispatcher
root@sky-desktop:/usr/src# /usr/bin/vodafone-mobile-connect-card-driver-for-linux-debug
2007/05/06 10:36 SAST [-] Log opened.
2007/05/06 10:36 SAST [-] twistd 2.2.0 (/usr/bin/python2.4 2.4.3) starting up
2007/05/06 10:36 SAST [-] reactor class: twisted.internet.gtk2reactor.Gtk2Reactor
2007/05/06 10:36 SAST [-] Loading /usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py...
2007/05/06 10:36 SAST [-] Traceback (most recent call last):
2007/05/06 10:36 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 159, in getApplication
2007/05/06 10:36 SAST [-]     application = service.loadApplication(filename, style, passphrase)
2007/05/06 10:36 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/application/service.py", line 301, in loadApplication
2007/05/06 10:36 SAST [-]     application = sob.loadValueFromFile(filename, 'application', passphrase)
2007/05/06 10:36 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line 208, in loadValueFromFile
2007/05/06 10:36 SAST [-]     exec fileObj in d, d
2007/05/06 10:36 SAST [-]   File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py", line 33, in ?
2007/05/06 10:36 SAST [-]     from vmc.common.startup import create_service
2007/05/06 10:36 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 28, in ?
2007/05/06 10:36 SAST [-]     from vmc.common.protocol import SIMCardConnection
2007/05/06 10:36 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 30, in ?
2007/05/06 10:36 SAST [-]     from vmc import louie
2007/05/06 10:36 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/__init__.py", line 33, in ?
2007/05/06 10:36 SAST [-]     import louie.dispatcher, louie.error, louie.plugin, louie.robustapply, \
2007/05/06 10:36 SAST [-] ImportError: No module named louie.dispatcher
2007/05/06 10:36 SAST [-] Failed to load application: No module named louie.dispatcher
2007/05/06 10:36 SAST [-] Traceback (most recent call last):
          File "/usr/bin/twistd", line 25, in ?
            run()
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 205, in run
            app.run(runApp, ServerOptions)
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 278, in run
            runApp(config)
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 195, in runApp
            application = app.getApplication(config, passphrase)
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 159, in getApplication
            application = service.loadApplication(filename, style, passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/application/service.py", line 301, in loadApplication
            application = sob.loadValueFromFile(filename, 'application', passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line 208, in loadValueFromFile
            exec fileObj in d, d
          File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py", line 33, in ?
            from vmc.common.startup import create_service
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 28, in ?
            from vmc.common.protocol import SIMCardConnection
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 30, in ?
            from vmc import louie
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/__init__.py", line 33, in ?
            import louie.dispatcher, louie.error, louie.plugin, louie.robustapply, \
        exceptions.ImportError: No module named louie.dispatcher


Failed to load application: No module named louie.dispatcher
2007/05/06 10:36 SAST [-]
root@sky-desktop:/usr/src#

But the file /usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/dispatcher.py does exist:confused:

Hi,

it seems that there is a problem with the path resolution. I have to say that you're the first person I know that has tested the software on Dapper :)

I've prepared a new version that should fix your problems, install it like the previous one. It will overwrite all the files so you don't have to worry about uninstalling it.

http://minimoesfuerzo.org/download/vodafone-mobile-connect-card-driver-for-linux-0.9.5-rc2.tar.gz

Let me know if it works for you and I'll upload the new version to the forge.

Pablo
 
Thanks. Appreciate it, installed. There is a python dependancy that needs to be downloaded (setuptools-0.6c5-py2.4.egg) which automatically downloads. Now installed. Then what do we need to do. As a linutwit, I am now at a loss. Running the program gives an error": 4 twistd : not found". Did I do something wrong? Tx for your assistance. Jim

Install python-twisted
 
Hi,

it seems that there is a problem with the path resolution. I have to say that you're the first person I know that has tested the software on Dapper :)

I've prepared a new version that should fix your problems, install it like the previous one. It will overwrite all the files so you don't have to worry about uninstalling it.

http://minimoesfuerzo.org/download/vodafone-mobile-connect-card-driver-for-linux-0.9.5-rc2.tar.gz

Let me know if it works for you and I'll upload the new version to the forge.

Pablo

Hi:)

Still no luck:(
Code:
root@sky-desktop:/usr/src# /usr/bin/vodafone-mobile-connect-card-driver-for-linux

Failed to load application: No module named louie
root@sky-desktop:/usr/src# /usr/bin/vodafone-mobile-connect-card-driver-for-linux-debug
2007/05/06 20:37 SAST [-] Log opened.
2007/05/06 20:37 SAST [-] twistd 2.2.0 (/usr/bin/python2.4 2.4.3) starting up
2007/05/06 20:37 SAST [-] reactor class: twisted.internet.gtk2reactor.Gtk2Reactor
2007/05/06 20:37 SAST [-] Loading /usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py...
2007/05/06 20:37 SAST [-] Traceback (most recent call last):
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 159, in getApplication
2007/05/06 20:37 SAST [-]     application = service.loadApplication(filename, style, passphrase)
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/application/service.py", line 301, in loadApplication
2007/05/06 20:37 SAST [-]     application = sob.loadValueFromFile(filename, 'application', passphrase)
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line 208, in loadValueFromFile
2007/05/06 20:37 SAST [-]     exec fileObj in d, d
2007/05/06 20:37 SAST [-]   File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py", line 33, in ?
2007/05/06 20:37 SAST [-]     from vmc.common.startup import create_service
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 28, in ?
2007/05/06 20:37 SAST [-]     from vmc.common.protocol import SIMCardConnection
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 30, in ?
2007/05/06 20:37 SAST [-]     from vmc import louie
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/__init__.py", line 33, in ?
2007/05/06 20:37 SAST [-]     from dispatcher import \
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/dispatcher.py", line 35, in ?
2007/05/06 20:37 SAST [-]     from louie import error
2007/05/06 20:37 SAST [-] ImportError: No module named louie
2007/05/06 20:37 SAST [-] Failed to load application: No module named louie
2007/05/06 20:37 SAST [-] Traceback (most recent call last):
          File "/usr/bin/twistd", line 25, in ?
            run()
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 205, in run
            app.run(runApp, ServerOptions)
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 278, in run
            runApp(config)
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 195, in runApp
            application = app.getApplication(config, passphrase)
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 159, in getApplication
            application = service.loadApplication(filename, style, passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/application/service.py", line 301, in loadApplication
            application = sob.loadValueFromFile(filename, 'application', passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line 208, in loadValueFromFile
            exec fileObj in d, d
          File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py", line 33, in ?
            from vmc.common.startup import create_service
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 28, in ?
            from vmc.common.protocol import SIMCardConnection
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 30, in ?
            from vmc import louie
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/__init__.py", line 33, in ?
            from dispatcher import \
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/dispatcher.py", line 35, in ?
            from louie import error
        exceptions.ImportError: No module named louie


Failed to load application: No module named louie
2007/05/06 20:37 SAST [-]
root@sky-desktop:/usr/src#

I noticed that you changed the coding in __init__.py. I had also tried changing the import statements, but haven't got it to work as yet:(

Edit: Just saw that the problem is no longer in the __init__.py file but in the dispatcher.py file.
 
Last edited:
Twsted in: louie problem in Edgy

Install python-twisted

Thanks getting there. I am using Edgy and am stuck in the same place as sky. Regrettably, I cannot assist further until next weekend as I rely on the E220 for comms & do not have doze during the week. Till next week then. Appreciate your efforts, buenos nochas amigo. Will test again then. Jim
 
@sky.akash
You need to install PyLouie... I had the exact same error as you at first .. it turned out I just needed PyLouie...

See: http://pylouie.org/

Thanks :) Done.

Code:
root@sky-desktop:~# /usr/bin/vodafone-mobile-connect-card-driver-for-linux 
Failed to load application: No module named pynotify
root@sky-desktop:~# /usr/bin/vodafone-mobile-connect-card-driver-for-linux-debug 2007/05/07 09:57 SAST [-] Log opened.
2007/05/07 09:57 SAST [-] twistd 2.2.0 (/usr/bin/python2.4 2.4.3) starting up
2007/05/07 09:57 SAST [-] reactor class: twisted.internet.gtk2reactor.Gtk2Reacto r
2007/05/07 09:57 SAST [-] Loading /usr/share/vodafone-mobile-connect-card-driver -for-linux/tap.py...
2007/05/07 09:57 SAST [-] Traceback (most recent call last):
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/appli cation/app.py", line 159, in getApplication
2007/05/07 09:57 SAST [-]     application = service.loadApplication(filename, st yle, passphrase)
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/appli cation/service.py", line 301, in loadApplication
2007/05/07 09:57 SAST [-]     application = sob.loadValueFromFile(filename, 'app lication', passphrase)
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/persi sted/sob.py", line 208, in loadValueFromFile
2007/05/07 09:57 SAST [-]     exec fileObj in d, d
2007/05/07 09:57 SAST [-]   File "/usr/share/vodafone-mobile-connect-card-driver -for-linux/tap.py", line 33, in ?
2007/05/07 09:57 SAST [-]     from vmc.common.startup import create_service
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobi le_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 37 , in ?
2007/05/07 09:57 SAST [-]     from vmc.controllers.pin import (AskPUKAndExecuteF uncController,
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobi le_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/controllers/pin.py", line 2 8, in ?
2007/05/07 09:57 SAST [-]     from vmc.common.notification import show_error_not ification
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobi le_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/notification.py", li ne 23, in ?
2007/05/07 09:57 SAST [-]     import pynotify
2007/05/07 09:57 SAST [-] ImportError: No module named pynotify
2007/05/07 09:57 SAST [-] Failed to load application: No module named pynotify
2007/05/07 09:57 SAST [-] Traceback (most recent call last):
          File "/usr/bin/twistd", line 25, in ?
            run()
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", lin e 205, in run
            app.run(runApp, ServerOptions)
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", li ne 278, in run
            runApp(config)
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", lin e 195, in runApp
            application = app.getApplication(config, passphrase)
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", li ne 159, in getApplication
            application = service.loadApplication(filename, style, passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/application/service.py" , line 301, in loadApplication
            application = sob.loadValueFromFile(filename, 'application', passphr ase)
          File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line  208, in loadValueFromFile
            exec fileObj in d, d
          File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py" , line 33, in ?
            from vmc.common.startup import create_service
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 37, in ?
            from vmc.controllers.pin import (AskPUKAndExecuteFuncController,
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/controllers/pin.py", line 28, in ?
            from vmc.common.notification import show_error_notification
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/notification.py", line 23, in ?
            import pynotify
        exceptions.ImportError: No module named pynotify


Failed to load application: No module named pynotify
2007/05/07 09:57 SAST [-]
root@sky-desktop:~# sudo apt-get install python-notify
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package python-notify
root@sky-desktop:~# sudo apt-get install python-pynotify
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package python-pynotify
root@sky-desktop:~#
 
Hi:)

Still no luck:(
Code:
root@sky-desktop:/usr/src# /usr/bin/vodafone-mobile-connect-card-driver-for-linux

Failed to load application: No module named louie
root@sky-desktop:/usr/src# /usr/bin/vodafone-mobile-connect-card-driver-for-linux-debug
2007/05/06 20:37 SAST [-] Log opened.
2007/05/06 20:37 SAST [-] twistd 2.2.0 (/usr/bin/python2.4 2.4.3) starting up
2007/05/06 20:37 SAST [-] reactor class: twisted.internet.gtk2reactor.Gtk2Reactor
2007/05/06 20:37 SAST [-] Loading /usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py...
2007/05/06 20:37 SAST [-] Traceback (most recent call last):
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 159, in getApplication
2007/05/06 20:37 SAST [-]     application = service.loadApplication(filename, style, passphrase)
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/application/service.py", line 301, in loadApplication
2007/05/06 20:37 SAST [-]     application = sob.loadValueFromFile(filename, 'application', passphrase)
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line 208, in loadValueFromFile
2007/05/06 20:37 SAST [-]     exec fileObj in d, d
2007/05/06 20:37 SAST [-]   File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py", line 33, in ?
2007/05/06 20:37 SAST [-]     from vmc.common.startup import create_service
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 28, in ?
2007/05/06 20:37 SAST [-]     from vmc.common.protocol import SIMCardConnection
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 30, in ?
2007/05/06 20:37 SAST [-]     from vmc import louie
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/__init__.py", line 33, in ?
2007/05/06 20:37 SAST [-]     from dispatcher import \
2007/05/06 20:37 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/dispatcher.py", line 35, in ?
2007/05/06 20:37 SAST [-]     from louie import error
2007/05/06 20:37 SAST [-] ImportError: No module named louie
2007/05/06 20:37 SAST [-] Failed to load application: No module named louie
2007/05/06 20:37 SAST [-] Traceback (most recent call last):
          File "/usr/bin/twistd", line 25, in ?
            run()
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 205, in run
            app.run(runApp, ServerOptions)
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 278, in run
            runApp(config)
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", line 195, in runApp
            application = app.getApplication(config, passphrase)
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", line 159, in getApplication
            application = service.loadApplication(filename, style, passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/application/service.py", line 301, in loadApplication
            application = sob.loadValueFromFile(filename, 'application', passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line 208, in loadValueFromFile
            exec fileObj in d, d
          File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py", line 33, in ?
            from vmc.common.startup import create_service
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 28, in ?
            from vmc.common.protocol import SIMCardConnection
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 30, in ?
            from vmc import louie
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/__init__.py", line 33, in ?
            from dispatcher import \
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/louie/dispatcher.py", line 35, in ?
            from louie import error
        exceptions.ImportError: No module named louie


Failed to load application: No module named louie
2007/05/06 20:37 SAST [-]
root@sky-desktop:/usr/src#

I noticed that you changed the coding in __init__.py. I had also tried changing the import statements, but haven't got it to work as yet:(

Edit: Just saw that the problem is no longer in the __init__.py file but in the dispatcher.py file.

My bad, python 2.5 introduced some changes in the way it finds the modules that imports. This has introduced some path bugs in Python2.4. I've prepared another download:

http://minimoesfuerzo.org/download/vodafone-mobile-connect-card-driver-for-linux-0.9.5-rc2.tar.gz

This should fix your path problem.
 
Thanks getting there. I am using Edgy and am stuck in the same place as sky. Regrettably, I cannot assist further until next weekend as I rely on the E220 for comms & do not have doze during the week. Till next week then. Appreciate your efforts, buenos nochas amigo. Will test again then. Jim

:)

The last upload should work for you
 
Thanks :) Done.

Code:
root@sky-desktop:~# /usr/bin/vodafone-mobile-connect-card-driver-for-linux 
Failed to load application: No module named pynotify
root@sky-desktop:~# /usr/bin/vodafone-mobile-connect-card-driver-for-linux-debug 2007/05/07 09:57 SAST [-] Log opened.
2007/05/07 09:57 SAST [-] twistd 2.2.0 (/usr/bin/python2.4 2.4.3) starting up
2007/05/07 09:57 SAST [-] reactor class: twisted.internet.gtk2reactor.Gtk2Reacto r
2007/05/07 09:57 SAST [-] Loading /usr/share/vodafone-mobile-connect-card-driver -for-linux/tap.py...
2007/05/07 09:57 SAST [-] Traceback (most recent call last):
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/appli cation/app.py", line 159, in getApplication
2007/05/07 09:57 SAST [-]     application = service.loadApplication(filename, st yle, passphrase)
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/appli cation/service.py", line 301, in loadApplication
2007/05/07 09:57 SAST [-]     application = sob.loadValueFromFile(filename, 'app lication', passphrase)
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/twisted/persi sted/sob.py", line 208, in loadValueFromFile
2007/05/07 09:57 SAST [-]     exec fileObj in d, d
2007/05/07 09:57 SAST [-]   File "/usr/share/vodafone-mobile-connect-card-driver -for-linux/tap.py", line 33, in ?
2007/05/07 09:57 SAST [-]     from vmc.common.startup import create_service
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobi le_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 37 , in ?
2007/05/07 09:57 SAST [-]     from vmc.controllers.pin import (AskPUKAndExecuteF uncController,
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobi le_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/controllers/pin.py", line 2 8, in ?
2007/05/07 09:57 SAST [-]     from vmc.common.notification import show_error_not ification
2007/05/07 09:57 SAST [-]   File "/usr/lib/python2.4/site-packages/Vodafone_Mobi le_Connect_Card_driver_for_Linux-0.9.5-py2.4.egg/vmc/common/notification.py", li ne 23, in ?
2007/05/07 09:57 SAST [-]     import pynotify
2007/05/07 09:57 SAST [-] ImportError: No module named pynotify
2007/05/07 09:57 SAST [-] Failed to load application: No module named pynotify
2007/05/07 09:57 SAST [-] Traceback (most recent call last):
          File "/usr/bin/twistd", line 25, in ?
            run()
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", lin e 205, in run
            app.run(runApp, ServerOptions)
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", li ne 278, in run
            runApp(config)
          File "/usr/lib/python2.4/site-packages/twisted/scripts/twistd.py", lin e 195, in runApp
            application = app.getApplication(config, passphrase)
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/application/app.py", li ne 159, in getApplication
            application = service.loadApplication(filename, style, passphrase)
          File "/usr/lib/python2.4/site-packages/twisted/application/service.py" , line 301, in loadApplication
            application = sob.loadValueFromFile(filename, 'application', passphr ase)
          File "/usr/lib/python2.4/site-packages/twisted/persisted/sob.py", line  208, in loadValueFromFile
            exec fileObj in d, d
          File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/tap.py" , line 33, in ?
            from vmc.common.startup import create_service
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/startup.py", line 37, in ?
            from vmc.controllers.pin import (AskPUKAndExecuteFuncController,
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/controllers/pin.py", line 28, in ?
            from vmc.common.notification import show_error_notification
          File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/notification.py", line 23, in ?
            import pynotify
        exceptions.ImportError: No module named pynotify


Failed to load application: No module named pynotify
2007/05/07 09:57 SAST [-]
root@sky-desktop:~# sudo apt-get install python-notify
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package python-notify
root@sky-desktop:~# sudo apt-get install python-pynotify
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package python-pynotify
root@sky-desktop:~#

Well, there's no python-notify for Dapper I'm afraid:
https://bugs.launchpad.net/dapper-backports/+bug/102900

You can compile it yourself:
http://galago-project.org/files/releases/source/

install libnotify, notification-daemon and python-notify, you will need at least python-dev to install all this.

Another solution would be to upgrade to Edgy :)
 
Well, there's no python-notify for Dapper I'm afraid:
https://bugs.launchpad.net/dapper-backports/+bug/102900

You can compile it yourself:
http://galago-project.org/files/releases/source/

install libnotify, notification-daemon and python-notify, you will need at least python-dev to install all this.

Hi:)

I downloaded above but still ran into a bit of a snag:
Code:
root@sky-desktop:/usr/src/notification-daemon-0.3.7# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
root@sky-desktop:/usr/src/notification-daemon-0.3.7#

Another solution would be to upgrade to Edgy :)

I'll see your Edgy and raise you one - I've ordered a copy of the Feisty Fawn:D , but it will take 6 to 10 weeks to arrive:(
 
After installing the Python dependencies, I have got the -rc2 version to run on Feisty. But it can't connect ... complains about the DNS addresses being invalid. Anyone know what the correct settings in the 'Preferences' dialog are for Vodacom South Africa?
 
Hi:)

I downloaded above but still ran into a bit of a snag:
Code:
root@sky-desktop:/usr/src/notification-daemon-0.3.7# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
root@sky-desktop:/usr/src/notification-daemon-0.3.7#



I'll see your Edgy and raise you one - I've ordered a copy of the Feisty Fawn:D , but it will take 6 to 10 weeks to arrive:(

sudo apt-get install build-essential

that should solve the problem of the compiler
 
After installing the Python dependencies, I have got the -rc2 version to run on Feisty. But it can't connect ... complains about the DNS addresses being invalid. Anyone know what the correct settings in the 'Preferences' dialog are for Vodacom South Africa?

you can uncheck the DNS checkbutton (how bad it sounds) and receive the DNS from your ISP. Here in Spain sometimes Vodafone will return 10.11.12.13 and 10.11.12.14 as the DNS. That signals that the client should use its own DNS. And thats one of the reasons behind that checkbox. ;)
 
Using wvdial directly does give valid DNS addresses, so maybe it isn't necessary to specify them manually. I suspect it is something to do with the 'APN host' setting. By default it is set to 'ac.vodafone.es'; I have tried things like "Vodacom-SA", but that didn't help. What should it be?
 
Top
Sign up to the MyBroadband newsletter
X