<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16555">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Thanks for your rapid answer. </FONT><FONT size=2 
face=Arial>We found the issue.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>In fact, I use the client (more or less) as I 
should use the proxy. Sorry!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face="Courier New"> params = 
{<BR>  'profile_name':              
raw_input(), 
<BR>  'cmd':                       
raw_input(), 
<BR>  'server':                    
raw_input(),  
<BR>  'port':                      
int(raw_input()), 
<BR>  'username':                  
raw_input(), 
<BR>  'key_filename':              
'',<BR>  'allow_share_local_folders': 
False,<BR>  'share_local_folders':       
[],</FONT></DIV>
<DIV><FONT size=2 face="Courier New"></FONT> </DIV>
<DIV><FONT size=2 
face="Courier New">  'link':                      
'adsl', 
<BR>  'use_sshproxy':              
False, <BR>  'sshproxy_key_filename':     
'',<BR>  'sshproxy_host':             
'', 
<BR>  'sshproxy_tunnel':           
'',<BR>  'sshproxy_user':             
'',</FONT></DIV>
<DIV><FONT size=2 face="Courier New"></FONT> </DIV>
<DIV><FONT size=2 
face="Courier New">  'session_type':              
'application', 
<BR>  'geometry':                  
'800x600', 
<BR>  'convert_encoding':          
False,<BR>  'client_encoding':           
'ISO8859-1',<BR>  'server_encoding':           
'UTF-8',</FONT></DIV>
<DIV><FONT size=2 face="Courier New"></FONT> </DIV>
<DIV><FONT size=2 
face="Courier New">  'rdp_server':                
'',<BR>  'rdp_options':               
'', </FONT></DIV>
<DIV><FONT size=2 face="Courier New"></FONT> </DIV>
<DIV><FONT size=2 
face="Courier New">  'allow_mimebox':             
False, 
<BR>  'mimebox_action':            
'OPEN',<BR>  'mimebox_extensions':        
'',</FONT></DIV>
<DIV><FONT size=2 face="Courier New"></FONT> </DIV>
<DIV><FONT size=2 
face="Courier New">  'snd_port':                  
4713, 
<BR>  'snd_system':                
'pulse',<BR>  'kbtype':                    
'pc105/us', 
<BR>  'kblayout':                  
'us', 
<BR>  'printing':                  
True, 
<BR>  'pack':                      
'16m-jpeg-9',<BR>  'xdmcp_server':              
'localhost',<BR> }<BR> reg_session_instance = 
x2go.X2goSession(**params)<BR> reg_session_instance.connect(params['username'], 
raw_input())<FONT color=#008000>;#this was already 
wrong...</FONT><BR> reg_session_instance.start()<BR> stderr.write('Hand-shake 
over, nxproxy starts.\n')<BR> while 
reg_session_instance.is_running():<BR>  gevent.sleep(1)<BR> reg_session_instance.terminate()<BR> exit()</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>And thus, I have no client to indicate the local 
Xserver, on ubuntu it works fine, but on windows...</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>How can I proceed the same way (without a parameter 
file) with a proper client to fit with the local XServer ?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Thanks again,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Pierre</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV></BODY></HTML>