[issue16579] .pyw disturb multiprocessing behavior

2012-12-03 Thread Alex stein
Alex stein added the comment: It seems like you’re right. I redirect the sys.stdout and the problem is solved. Thank you for your help. -- status: open -> closed ___ Python tracker __

[issue16579] .pyw disturb multiprocessing behavior

2012-12-02 Thread Richard Oudkerk
Changes by Richard Oudkerk : -- nosy: +sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16579] .pyw disturb multiprocessing behavior

2012-11-29 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Unless you give more information, this is unlikely to be a bug in Python. - Is your program running with Python 2? - When it runs as a .py file, does it print to the console? If both answers are yes, keep in mind that there is no console with a .pyw file,

[issue16579] .pyw disturb multiprocessing behavior

2012-11-29 Thread Alex stein
New submission from Alex stein: I made a software synchronizing every 2 seconds files from the network through SSH using Paramiko library. The software works normally on Linux and Windows 32 and 64 bits (never tried on Mac). At the office, I use Windows XP 32 bits: By comfort I made a link on