[issue21505] cx_freeze multiprocessing bug

2015-09-07 Thread Davin Potts
Davin Potts added the comment: Closing as there is no additional information forthcoming from the OP and per the prior comments, Torsten's suggestion seems as helpful as anything that can be offered without more info. -- resolution: -> out of date status: pending -> closed

[issue21505] cx_freeze multiprocessing bug

2015-03-08 Thread Davin Potts
Davin Potts added the comment: Can the OP provide a runnable example to help us understand what they are actually trying to do? There is simply not enough information for us to go on here -- Torsten's suggestion is a good one but we need more information to help any further. -- nosy:

[issue21505] cx_freeze multiprocessing bug

2014-05-26 Thread Torsten Landschoff
Torsten Landschoff added the comment: That sounds like you did not initialize the freeze support of the multiprocessing module: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support Basically, you need to add the following code to your main, before anything

[issue21505] cx_freeze multiprocessing bug

2014-05-14 Thread Shivani
New submission from Shivani: Hey all, I have problem with multiprocessing and cx_freeze.. I am freezing my UI application. i have a line in code::- multiprocessing.set_executable(os.path.join(sys.exec_prefix, 'pythonw.exe')) when a commented out this line, my UI keeps iterating again and