[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Software Vodafone para Modem 3G



Estoy intentando usar el software de Vodafone para conexión
con modem 3G en mi lenny, pero obtengo esta salida:

haldrik@anvil:~$ vodafone-mobile-connect-card-driver-for-linux
Traceback (most recent call last):
  File "/opt/vmc/lib/python/site-packages/twisted/python/usage.py", line 333, in <lambda>
    fn = lambda name, value, m=method: m(value)
  File "/opt/vmc/lib/python/site-packages/twisted/application/app.py", line 276, in opt_reactor
    installReactor(shortName)
  File "/opt/vmc/lib/python/site-packages/twisted/application/reactors.py", line 78, in installReactor
    for installer in getReactorTypes():
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 227, in getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 178, in getCache
    provider = namedAny(module.__name__ + '.' + moduleName)
  File "/opt/vmc/lib/python/site-packages/twisted/python/reflect.py", line 357, in namedAny
    topLevelPackage = __import__(trialname)
  File "/usr/lib/python2.5/site-packages/twisted/plugins/cred_memory.py", line 13, in <module>
    from twisted.cred.strcred import ICheckerFactory
exceptions.ImportError: No module named strcred
Traceback (most recent call last):
  File "/opt/vmc/lib/python/site-packages/twisted/python/usage.py", line 333, in <lambda>
    fn = lambda name, value, m=method: m(value)
  File "/opt/vmc/lib/python/site-packages/twisted/application/app.py", line 276, in opt_reactor
    installReactor(shortName)
  File "/opt/vmc/lib/python/site-packages/twisted/application/reactors.py", line 78, in installReactor
    for installer in getReactorTypes():
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 227, in getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 178, in getCache
    provider = namedAny(module.__name__ + '.' + moduleName)
  File "/opt/vmc/lib/python/site-packages/twisted/python/reflect.py", line 357, in namedAny
    topLevelPackage = __import__(trialname)
  File "/usr/lib/python2.5/site-packages/twisted/plugins/cred_unix.py", line 13, in <module>
    from twisted.cred.strcred import ICheckerFactory
exceptions.ImportError: No module named strcred
Traceback (most recent call last):
  File "/opt/vmc/lib/python/site-packages/twisted/python/usage.py", line 333, in <lambda>
    fn = lambda name, value, m=method: m(value)
  File "/opt/vmc/lib/python/site-packages/twisted/application/app.py", line 276, in opt_reactor
    installReactor(shortName)
  File "/opt/vmc/lib/python/site-packages/twisted/application/reactors.py", line 78, in installReactor
    for installer in getReactorTypes():
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 227, in getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 178, in getCache
    provider = namedAny(module.__name__ + '.' + moduleName)
  File "/opt/vmc/lib/python/site-packages/twisted/python/reflect.py", line 357, in namedAny
    topLevelPackage = __import__(trialname)
  File "/usr/lib/python2.5/site-packages/twisted/plugins/cred_file.py", line 16, in <module>
    from twisted.cred.strcred import ICheckerFactory
exceptions.ImportError: No module named strcred
Traceback (most recent call last):
  File "/opt/vmc/lib/python/site-packages/twisted/python/usage.py", line 333, in <lambda>
    fn = lambda name, value, m=method: m(value)
  File "/opt/vmc/lib/python/site-packages/twisted/application/app.py", line 276, in opt_reactor
    installReactor(shortName)
  File "/opt/vmc/lib/python/site-packages/twisted/application/reactors.py", line 78, in installReactor
    for installer in getReactorTypes():
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 227, in getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/opt/vmc/lib/python/site-packages/twisted/plugin.py", line 178, in getCache
    provider = namedAny(module.__name__ + '.' + moduleName)
  File "/opt/vmc/lib/python/site-packages/twisted/python/reflect.py", line 357, in namedAny
    topLevelPackage = __import__(trialname)
  File "/usr/lib/python2.5/site-packages/twisted/plugins/cred_anonymous.py", line 14, in <module>
    from twisted.cred.strcred import ICheckerFactory
exceptions.ImportError: No module named strcred
Traceback (most recent call last):
  File "/opt/vmc/bin/twistd", line 21, in <module>
    run()
  File "/opt/vmc/lib/python/site-packages/twisted/scripts/twistd.py", line 27, in run
    app.run(runApp, ServerOptions)
  File "/opt/vmc/lib/python/site-packages/twisted/application/app.py", line 374, in run
    config.parseOptions()
  File "/opt/vmc/lib/python/site-packages/twisted/application/app.py", line 354, in parseOptions
    usage.Options.parseOptions(self, options)
  File "/opt/vmc/lib/python/site-packages/twisted/python/usage.py", line 177, in parseOptions
    self.__dispatch[optMangled](optMangled, arg)
  File "/opt/vmc/lib/python/site-packages/twisted/python/usage.py", line 333, in <lambda>
    fn = lambda name, value, m=method: m(value)
  File "/opt/vmc/lib/python/site-packages/twisted/application/app.py", line 276, in opt_reactor
    installReactor(shortName)
  File "/opt/vmc/lib/python/site-packages/twisted/application/reactors.py", line 80, in installReactor
    installer.install()
  File "/opt/vmc/lib/python/site-packages/twisted/application/reactors.py", line 60, in install
    namedAny(self.moduleName).install()
  File "/opt/vmc/lib/python/site-packages/twisted/python/reflect.py", line 357, in namedAny
    topLevelPackage = __import__(trialname)
  File "/opt/vmc/lib/python/site-packages/twisted/internet/gtk2reactor.py", line 37, in <module>
    import gobject
  File "/opt/vmc/lib/python/site-packages/gtk-2.0/gobject/__init__.py", line 30, in <module>
    from gobject.constants import *
  File "/opt/vmc/lib/python/site-packages/gtk-2.0/gobject/constants.py", line 22, in <module>
    from _gobject import type_from_name
ImportError: /opt/vmc/lib/python/site-packages/gtk-2.0/gobject/_gobject.so: wrong ELF class: ELFCLASS32
haldrik@anvil:~$                                    

También cuando ejecuto twitstd obtengo esta salida:

haldrik@anvil:~$ twistd
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/twisted/python/usage.py", line 413, in __str__
    return self.getSynopsis() + '\n' + self.getUsage(width=None)
  File "/usr/lib/python2.5/site-packages/twisted/python/usage.py", line 449, in getUsage
    for (cmd, short, parser, desc) in self.subCommands:
  File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 599, in subCommands
    for plug in plugins:
  File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 200, in getPlugins
    allDropins = getCache(package)
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/plugin.py", line 179, in getCache
    dropinPath.setContent(pickle.dumps(dropinDotCache))
  File "/usr/lib/python2.5/site-packages/twisted/python/filepath.py", line 574, in setContent
    sib.open('w').write(content)
  File "/usr/lib/python2.5/site-packages/twisted/python/filepath.py", line 384, in open
    return open(self.path, mode+'b')
exceptions.IOError: [Errno 13] Permission denied: '/usr/lib/python2.5/site-packages/twisted/plugins/dropin.cache.new'
Usage: twistd [options]
Options:
      --savestats        save the Stats object rather than the text output of
                         the profiler.
  -o, --no_save          do not save state on shutdown
  -e, --encrypted        The specified tap/aos/xml file is encrypted.
      --nothotshot       DEPRECATED. Don't use the 'hotshot' profiler even if
                         it's available.
  -n, --nodaemon         don't daemonize
  -q, --quiet            No-op for backwards compatibility.
      --originalname     Don't try to change the process name
      --syslog           Log to syslog, not to file
      --euid             Set only effective user-id rather than real user-id.
                         (This option has no effect unless the server is running
                         as root, in which case it means not to shed all
                         privileges after binding ports, retaining the option to
                         regain privileges in cases such as spawning processes.
                         Use with caution.)
  -l, --logfile=         log to a specified file, - for stdout
  -p, --profile="" Run in profile mode, dumping results to specified file
      --profiler=        Name of the profiler to use, 'hotshot' or 'profile'.
                         [default: hotshot]
  -f, --file=            read the given .tap file [default: twistd.tap]
  -y, --python=          read an application from within a Python file (implies
                         -o)
  -x, --xml=             Read an application from a .tax file (Marmalade
                         format).
  -s, --source=          Read an application from a .tas file (AOT format).
  -d, --rundir=          Change to a supplied directory before running [default:
                         .]
      --report-profile="" DEPRECATED.

                         Manage --report-profile option, which does nothing currently.

      --prefix=          use the given prefix when syslogging [default: twisted]
      --pidfile=         Name of the pidfile [default: twistd.pid]
      --chroot=          Chroot to a supplied directory before running
  -u, --uid=             The uid to run as.
  -g, --gid=             The gid to run as.
      --help-reactors    Display a list of possibly available reactor names.
      --version          Print version information and exit.
      --spew             Print an insanely verbose log of everything that
                         happens. Useful when debugging freezes or locks in
                         complex code.
  -b, --debug            run the application in the Python Debugger (implies
                         nodaemon), sending SIGUSR2 will drop into debugger
  -r, --reactor=         Which reactor to use (see --help-reactors for a list of
                         possibilities)
      --help             Display this help and exit.
Commands:
    ftp              An FTP server.
    telnet           A simple, telnet-based remote debugging service.
    socks            A SOCKSv4 proxy service.
    manhole-old      An interactive remote debugger service.
    portforward      A simple port-forwarder.
    web              A general-purpose web server which can serve from a
                     filesystem or application resource.
    inetd            An inetd(8) replacement.
    news             A news server.
    words            A modern words server
    toc              An AIM TOC service.
    dns              A domain name server.
    mail             An email service
    manhole          An interactive remote debugger service accessible via
                     telnet and ssh and providing syntax coloring and basic line
                     editing functionality.
    conch            A Conch SSH service.

Da un error mas la ayuda, si alguien tiene experiencia por favor una ayudita.

--
"LARGA VIDA Y PODEROSA."


Reply to: