[Vnc2swf-users] vnc2swf subprocess
Status: Alpha
Brought to you by:
euske
From: Juan P. <hel...@gm...> - 2005-11-02 21:14:49
|
Hi, I started to use vnc2swf today and have a question about the "S" parameter running under Windows OS: is supported? I tried to execute the following and the program hangs at the subprocess launch, this is an output from the Windows console: >>>>>>>>>>> C:\DOCUME~1\pablodc\ESCRIT~1\PYVNC2~1.1>vnc2swf.py -n -d -o capacitacion.swf -S "SoundCapture.exe -vbr -sr 22050 -br 112 capacitacion.mp3" localhost:0 5900 Using pygame 1.7.1release Connected: localhost:5900, preferred_encoding=3D(0,) VNC Screen: size=3D1024x768, name=3D'PAR001001-703' Output movie size: 1024x768 Creating movie: 'capacitacion.swf': version=3D5, size=3D1024x768, framerate=3D12.0, compression=3DNone start recording Traceback (most recent call last): File "C:\DOCUME~1\pablodc\ESCRIT~1\PYVNC2~1.1\vnc2swf.py", line 363, in ? if __name__ =3D=3D "__main__": main(sys.argv[1:]) File "C:\DOCUME~1\pablodc\ESCRIT~1\PYVNC2~1.1\vnc2swf.py", line 356, in m= ain debug=3Ddebug) File "C:\DOCUME~1\pablodc\ESCRIT~1\PYVNC2~1.1\vnc2swf.py", line 256, in vnc2swf subprocess.start() File "C:\DOCUME~1\pablodc\ESCRIT~1\PYVNC2~1.1\vnc2swf.py", line 283, in s= tart self.pid =3D os.fork() AttributeError: 'module' object has no attribute 'fork' C:\DOCUME~1\pablodc\ESCRIT~1\PYVNC2~1.1> >>>>>>>>>>> SoundCapture is in the %PATH% so the problem is not with this utility... Any sugestion? Thanks in advance and sorry by my bad english: it's not my native language. |