Changes between Initial Version and Version 1 of Ticket #289


Ignore:
Timestamp:
05/02/16 12:56:14 (8 years ago)
Author:
Antoine gmail
Comment:

Which MS Windows version is this? 32-bit or 64-bit? Where is xpra installed? (exact path)

Can you try to see what value is stored in your %APPDATA%\Window-Switch\client\client.conf for "xpra_command"?

You may want to nuke that file and start winswitch again, it should detect it automatically, you may need to hit save from the GUI to get the detected value to show up in the config file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #289

    • Property Keywords win32 added
    • Property Owner set to dfeldstern
    • Property Status changed from new to assigned
  • Ticket #289 – Description

    initial v1  
    11After 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{{{
    33  ImportError: No module named xpra.platform
    4 
     4}}}
    55This 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?).
    66
     
    1010I 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.
    1111Only 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{{{
    1313  Traceback (most recent call last):
    1414    File "xpra", line 3, in <module>
    1515  ImportError: No moudle named xpra.platform
    16 
     16}}}
    1717Thanks!
    1818Dov