smartlake / proxy65

Automatically exported from code.google.com/p/proxy65
0 stars 0 forks source link

AttributeError: 'module' object has no attribute '_parse' #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi I am using the 
Ubuntu 11.04
I installed proxy65 
but when i try to execute the following command i get following error 

~$ sudo twistd proxy65 --jid=proxy65.192.168.15.90 --secret=proxybaby 
--proxyips=127.0.0.1:7777
Traceback (most recent call last):
  File "/usr/bin/twistd", line 19, in <module>
    run()
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 27, in run
    app.run(runApp, ServerOptions)
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 631, in run
    runApp(config)
  File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp
    _SomeApplicationRunner(config).run()
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 374, in run
    self.application = self.createOrGetApplication()
  File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 434, in createOrGetApplication
    ser = plg.makeService(self.config.subOptions)
  File "/usr/local/lib/python2.7/dist-packages/twisted/plugins/proxy65_plugin.py", line 52, in makeService
    return proxy65.makeService(config)
  File "/usr/local/lib/python2.7/dist-packages/proxy65/proxy65.py", line 278, in makeService
    ("tcp:%s:%s" % (config["rhost"], config["rport"])))
  File "/usr/lib/python2.7/dist-packages/twisted/words/protocols/jabber/component.py", line 323, in buildServiceManager
    client_svc = jstrports.client(strport, svc.getFactory())
  File "/usr/lib/python2.7/dist-packages/twisted/words/protocols/jabber/jstrports.py", line 30, in client
    name, args, kw = parse(description, factory)
  File "/usr/lib/python2.7/dist-packages/twisted/words/protocols/jabber/jstrports.py", line 25, in parse
    args, kw = strports._parse(description)
  File "/usr/lib/python2.7/dist-packages/twisted/python/deprecate.py", line 281, in __getattribute__
    value = getattr(_module, name)
AttributeError: 'module' object has no attribute '_parse'

Original issue reported on code.google.com by prashant...@xpointers.com on 2 Jun 2014 at 4:24