I realize that Python 2.6 is not fully supported, even by the svn PyInstaller but I'm wondering if anyone has a work-around for my problem. I am trying to use svn PyInstaller on Windows with Python 2.6 on an app using multiprocessing. I had this working under Python 2.5 (without multiprocessing). I added the freeze_support() call to my main. When my app kicks off the process I get
myapp.exe: error: no such option: --multiprocessing-fork Is this a known issue? Any ideas? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
