Tim Ansell pisze: > Should be fixed in 0586a3627560487f88608e1cb54f3ce061d218c6. > > The client may segfault, I'm not quite sure of the cause yet however. > > Mithro
Well, *this* works, but I get something like this now:
Using the following AUI <module 'extra.PyAUI' from './extra/PyAUI.pyc'>
No module named avahi
No module named bonjour
Using pyZeroConf ZeroConf implimentation...
<class '__main__.GUI'> <class '__main__.Network'> <class
'tp.client.threads.MediaThread'> <class 'tp.client.threads.FinderThread'>
No module named Image
Bind an event to an event handler.
:param event: One of the EVT_* objects that specifies the
type of event to bind,
:param handler: A callable object to be invoked when the
event is delivered to self. Pass None to
disconnect an event handler.
:param source: Sometimes the event originates from a
different window than self, but you still
want to catch it in self. (For example, a
button event delivered to a frame.) By
passing the source of the event, the event
handling system is able to differentiate
between the same event type from different
controls.
:param id: Used to spcify the event source by ID instead
of instance.
:param id2: Used when it is desirable to bind a handler
to a range of IDs, such as with EVT_MENU_RANGE.
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 229, in __init__
instance = window(application, self)
File "/usr/lib/tpclient-pywx/windows/winMessage.py", line 41, in __init__
self.Message.Bind(wx.html.EVT_HTML_LINK_CLICKED, self.OnLinkEvent)
AttributeError: 'module' object has no attribute 'EVT_HTML_LINK_CLICKED'
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'
-KS
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
