Krzysztof Sobolewski pisze: > And another one for tpclient-pywx The problem is that tpclient-pywx still doesn't start. I get this error:
Traceback (most recent call last):
File "./tpclient-pywx", line 147, in __init__
self.main = winMain(application)
File "/usr/lib/tpclient-pywx/windows/winMain.py", line 217, in __init__
self.mgr.SetManagedWindow(self)
AttributeError: 'FrameManager' object has no attribute 'SetManagedWindow'
Traceback (most recent call last):
File "./tpclient-pywx", line 351, in ?
app = Application(url)
File "./tpclient-pywx", line 316, in __init__
_Application.__init__(self)
File "/usr/lib/python2.4/site-packages/tp/client/threads.py", line 40, in
__init__
self.gui = self.GUIClass(self)
File "./tpclient-pywx", line 171, in __init__
self.Call(self.Show, self.connectto)
AttributeError: 'GUI' object has no attribute 'connectto'
[The second traceback is because connectto property is being set inside try:
and accessed outside of it, and the exception from first traceback is thrown
before connectto is set (a minor problem, but annoying).]
After a little googling I came to the conclusion that this is because the
package depends on pythonwx 2.6 and it should depend on pythonwx 2.8.
Unfortunately for some reason it's not available in Debian (not even in sid).
Ouch.
-KS
PS. I know that my signature comes out bad - it looks like it has something
to do with attachments. Or my provider's ads. I remember that Con Kolivas
had similar problem on -ck list...
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
