I updated the recipe for multiprocessing. Look at the code example
there:
http://www.pyinstaller.org/wiki/Recipe/Multiprocessing
especially code like
if hasattr(sys, 'frozen'):
# We have to set original _MEIPASS2 value from sys._MEIPASS
# to get --onefile mode working.
# Last character is stripped in C-loader. We have to add
# '/' or '\\' at the end.
os.putenv('_MEIPASS2', sys._MEIPASS + os.sep)
Daniel Casper píše v Pá 01. 02. 2013 v 12:16 -0800:
> Martin,
>
> Thanks for the reply - I missed the notifcation, but I'll give your
> example code a try. Thanks!
>
> --Daniel
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.