Hi,
Is this an error with python/versions?
$ python --version
Python 2.5.2
$ xpra start :18
$ xpra attach
Attached
Unhandled exception in x_event_filter:
Traceback (most recent call last):
File "wimpiggy.lowlevel.bindings.pyx", line 1269, in
wimpiggy.lowlevel.bindings.x_event_filter
TypeError: 'dict' object is unindexable
Unhandled exception in x_event_filter:
Traceback (most recent call last):
File "wimpiggy.lowlevel.bindings.pyx", line 1269, in
wimpiggy.lowlevel.bindings.x_event_filter
TypeError: 'dict' object is unindexable
(...)
This messsage gets repeated regularly and the command never returns...
Here is the strace:
write(2, "Unhandled exception in x_event_f"..., 211Unhandled exception
in x_event_filter:
Traceback (most recent call last):
File "wimpiggy.lowlevel.bindings.pyx", line 1269, in
wimpiggy.lowlevel.bindings.x_event_filter
TypeError: 'dict' object is unindexable
) = 211
read(5, 0xa2801d4, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
send(3, "l5:hellod20:__prerelease_version"..., 53, 0) = 53
read(5, 0xa2801d4, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=3, events=POLLIN, revents=POLLIN}], 2,
-1) = 1
recv(3, "l5:hellod20:__prerelease_version"..., 4096, 0) = 53
brk(0xa327000) = 0xa327000
brk(0xa357000) = 0xa357000
read(5, 0xa2801d4, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
poll(
I've quickly looked at the code (my python skills are limited): it looks
like the dict() struct is used in an incompatible way, and it falls
through the catch block.
Also, some thoughts and questions:
* How hard would it be to use TCP sockets?
It would make it possible to use other transports, like openvpn/etc.. or
just plain TCP for testing.
* How hard would it be to allow multiple clients connected to the same
server? (either with or without the multiple input X patches)
Thanks
Antoine
_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss