[Vnc2swf-users] vnc2swf.py Python Error
Status: Alpha
Brought to you by:
euske
From: Amit K. <kum...@gm...> - 2005-10-16 18:45:02
|
Hi, I am trying to use vnc2swf -0.6.4 with Python 2.3.5, PIL 1.1.5 , Windows XP I get the error below ? I get the same error with Python 2.4.2 with pygame 1.7.1 C:\temp>vnc2swf.py -n -o test.swf -t video 192.168.0.4 5800 Using PIL 1.1.5 Connected: 192.168.0.4:5800, preferred_encoding=3D(0,) Traceback (most recent call last): File "C:\DOCUME~1\Amit\Desktop\PYVNC2~1.4\vnc2swf.py", line 339, in ? if __name__ =3D=3D "__main__": main(sys.argv[1:]) File "C:\DOCUME~1\Amit\Desktop\PYVNC2~1.4\vnc2swf.py", line 332, in main debug=3Ddebug) File "C:\DOCUME~1\Amit\Desktop\PYVNC2~1.4\vnc2swf.py", line 233, in vnc2s= wf client.init().auth().start() File "C:\DOCUME~1\Amit\Desktop\PYVNC2~1.4\rfb.py", line 144, in auth (nsecurities,) =3D unpack('>B', self.recv(1)) struct.error: unpack str size does not match format Where should I start digging ? Thanks Amit |