Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351468 - dev-python/twisted-words-10.2.0: twisted.words.protocols.jabber.jstrports.parse() broken
Summary: dev-python/twisted-words-10.2.0: twisted.words.protocols.jabber.jstrports.par...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL: http://twistedmatrix.com/trac/ticket/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 19:15 UTC by Christian Ruppert (idl0r)
Modified: 2011-01-19 20:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ruppert (idl0r) gentoo-dev 2011-01-12 19:15:09 UTC
Traceback (most recent call last):
  File "PyICQt.py", line 16, in <module>
    main.main()
  File "/home/jabberd/pyicqt-git/src/main.py", line 465, in main
    app = App()
  File "/home/jabberd/pyicqt-git/src/main.py", line 434, in __init__
    self.c = component.buildServiceManager(jid, config.secret, "tcp:%s:%s" % (config.mainServer, config.port))
  File "/usr/lib64/python2.6/site-packages/twisted/words/protocols/jabber/component.py", line 323, in buildServiceManager
    client_svc = jstrports.client(strport, svc.getFactory())
  File "/usr/lib64/python2.6/site-packages/twisted/words/protocols/jabber/jstrports.py", line 30, in client
    name, args, kw = parse(description, factory)
  File "/usr/lib64/python2.6/site-packages/twisted/words/protocols/jabber/jstrports.py", line 25, in parse
    args, kw = strports._parse(description)
  File "/usr/lib64/python2.6/site-packages/twisted/python/deprecate.py", line 281, in __getattribute__
    value = getattr(_module, name)
AttributeError: 'module' object has no attribute '_parse'

There's already an upstream bug(see URL) which contains a patch.
It's already fixed in the twisted repository so it'll be fixed in the next release.
Please apply the patch anyway.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-01-19 20:49:16 UTC
Fixed in dev-python/twisted-words-10.2.0-r1.