[issue22255] Multiprocessing freeze_support raises RuntimeError

2015-05-08 Thread Davin Potts
Davin Potts added the comment: The issue may already be addressed for the OP and without further information we don't know what or if anything needs pursuing. If new information surfaces, a new issue should be opened. -- resolution: - out of date status: pending - closed

[issue22255] Multiprocessing freeze_support raises RuntimeError

2015-03-05 Thread Davin Potts
Davin Potts added the comment: Updates to both cx-freeze and multiprocessing in the meantime may likely have addressed this since this issue was first reported. Granted, diagnosing issues with cx-freeze are best directed to the cx-freeze project -- that is perhaps where this issue should be

[issue22255] Multiprocessing freeze_support raises RuntimeError

2014-08-23 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +sbt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22255 ___ ___ Python-bugs-list

[issue22255] Multiprocessing freeze_support raises RuntimeError

2014-08-22 Thread Michael McAuliffe
New submission from Michael McAuliffe: On Windows, I froze a script that uses multiprocessing with cx-freeze and Python 3.4.1 that had freeze_support() in the if __name__ == '__main__' section of the main module, and the resulting executable crashes with a RuntimeError 'context has already