pmarti
Active Member
Hi
You were right, the python-twisted package was not installed![]()
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![]()
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