Hi everyone,<br>&nbsp; it seems like I&#39;m having a bit of a problem using xpra. I&#39;m guessing it&#39;s a problem<br>with paths, although I&#39;m not really sure.<br><br>Here&#39;s what I get (I run this from the remote client, <a href="http://192.168.1.9">192.168.1.9</a> is acting as server,<br>
I run all the things I was told to in README.xpra).<br><br>23:37:12 ~/parti-all-0.0.4$ install/bin/xpra attach <a href="http://ssh:eric@192.168.1.9:13">ssh:eric@192.168.1.9:13</a><br>Attached<br>PropertyNotify event received<br>
Unhandled exception in x_event_filter:<br>Traceback (most recent call last):<br>&nbsp; File &quot;wimpiggy.lowlevel.bindings.pyx&quot;, line 1219, in wimpiggy.lowlevel.bindings.x_event_filter<br>TypeError: &#39;dict&#39; object is unindexable<br>
<br>(this message, from PropertyNotify to TypeError, is printed 15 more times)<br><br>sending [&#39;hello&#39;, {&#39;__prerelease_version&#39;: &#39;0.0.4&#39;, &#39;deflate&#39;: 3}]<br><a href="mailto:eric@192.168.1.9">eric@192.168.1.9</a>&#39;s password: <br>
bash: xpra: command not found<br>Connection lost<br><br>-----------------------------------------------------<br><br>So, I guessed the problem was that xpra was not in the path, so I added a wrapper<br>for it, located in /usr/bin/xpra, which simply sets PYTHONPATH to the right<br>
path and launches /home/eric/parti-all-0.0.4/install/bin/xpra.<br>Here&#39;s what I get:<br><br>sending [&#39;hello&#39;, {&#39;__prerelease_version&#39;: &#39;0.0.4&#39;, &#39;deflate&#39;: 3}]<br><a href="mailto:eric@192.168.1.9">eric@192.168.1.9</a>&#39;s password: <br>
Traceback (most recent call last):<br>&nbsp; File &quot;/home/eric/parti-all-0.0.4/install/bin/xpra&quot;, line 6, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; xpra.scripts.main.main(sys.argv)<br>&nbsp; File &quot;install/lib/python/xpra/scripts/main.py&quot;, line 54, in main<br>
&nbsp; File &quot;install/lib/python/xpra/scripts/main.py&quot;, line 92, in run_proxy<br>&nbsp; File &quot;install/lib/python/xpra/scripts/main.py&quot;, line 75, in client_sock<br>&nbsp; File &quot;&lt;string&gt;&quot;, line 1, in connect<br>
socket.error: (2, &#39;No such file or directory&#39;)<br>Connection lost<br><br>Both machines are running intrepid. One of them is i386 (the server),<br>the other one is (amd64) (maybe some versions of some libraries are outdated<br>
for amd64, I can&#39;t even get a decent java installation running yet).<br><br>Can anyone guess what&#39;s going on?<br><br>Cheers,<br>Ivan<br>