I tried to use pyinstaller on the ppserver.py program of the Parallel Python module. When I run the generated executable I get the following error:
Traceback (most recent call last): File "<string>", line 393, in <module> File "<string>", line 383, in create_network_server File "<string>", line 74, in __init__ File "/home/swhitman/python_code/pyinstaller/build/ppserver/out00-PYZ.pyz/pp", line 340, in __init__ File "/home/swhitman/python_code/pyinstaller/build/ppserver/out00-PYZ.pyz/pp", line 504, in set_ncpus File "/home/swhitman/python_code/pyinstaller/build/ppserver/out00-PYZ.pyz/pp", line 138, in __init__ File "/home/swhitman/python_code/pyinstaller/build/ppserver/out00-PYZ.pyz/pp", line 150, in start File "/home/swhitman/python_code/pyinstaller/build/ppserver/out00-PYZ.pyz/pptransport", line 148, in receive MemoryError Has anyone had any luck with this? -- 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. For more options, visit https://groups.google.com/d/optout.
