Changes between Initial Version and Version 1 of Ticket #289
- Timestamp:
- 05/02/16 12:56:14 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #289
- Property Keywords win32 added
- Property Owner set to dfeldstern
-
Property
Status
changed from
new
toassigned
-
Ticket #289 – Description
initial v1 1 1 After installing the new windows build of winswitch (to test #270 -- which I also confirm is fixed, thanks!), I was getting errors when trying to connect using xpra: 2 2 {{{ 3 3 ImportError: No module named xpra.platform 4 4 }}} 5 5 This was not a clean install, and it seems that winswitch was trying to use the old xpra; so I uninstalled everything and reinstalled, and also installed the newest xpra in a separate directory (as I understand that xpra is no longer bundled with winswitch?). 6 6 … … 10 10 I tried pointing it to my separately installed xpra binary, and enabling it; apply and save -- but the next time I open Configuration->Protocols, xpra is not enabled and the binary is (None) again. 11 11 Only after copying all the 'xpra...' files from the xpra directory into the winswitch directory is it finally possible to enable xpra, however when trying to use it again we get the original error message: 12 12 {{{ 13 13 Traceback (most recent call last): 14 14 File "xpra", line 3, in <module> 15 15 ImportError: No moudle named xpra.platform 16 16 }}} 17 17 Thanks! 18 18 Dov