This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shivani
Recipients shivani
Date 2014-05-14.06:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400047714.39.0.600066285372.issue21505@psf.upfronthosting.co.za>
In-reply-to
Content
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 again.
and when i uncomment it, without throwing any error,UI just stuck in its second phase.

and moreover spoiling my unfreezen code olso.

What can be the problem with multi processing and cx_freeze relation..?

Thanks in Advance.
History
Date User Action Args
2014-05-14 06:08:34shivanisetrecipients: + shivani
2014-05-14 06:08:34shivanisetmessageid: <1400047714.39.0.600066285372.issue21505@psf.upfronthosting.co.za>
2014-05-14 06:08:34shivanilinkissue21505 messages
2014-05-14 06:08:33shivanicreate