Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 31 by tokenmathguy: no module named platform line 13 - dotxpra.py
still refers to platform module (rev 481:d9fcc428d3fe)
http://code.google.com/p/partiwm/issues/detail?id=31
What steps will reproduce the problem?
1. clone repository, build, and install on clean instance
2. xpra start :1111
3. fatal error occurs as dotxpra.py tries to import platform module
What is the expected output? What do you see instead?
xpra to start without issue
What version of the product are you using? On what operating system?
rev 481:d9fcc428d3f3 on gentoo
Please provide any additional information below.
output of the fatal error:
$ xpra start
Traceback (most recent call last):
File "/usr/bin/xpra", line 4, in <module>
import xpra.scripts.main
File "/usr/lib/python2.6/site-packages/xpra/scripts/main.py", line 16, in
<module>
from xpra.dotxpra import DotXpra
File "/usr/lib/python2.6/site-packages/xpra/dotxpra.py", line 13, in
<module>
from xpra.platform import XPRA_LOCAL_SERVERS_SUPPORTED
ImportError: No module named platform
_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss