[PyInstaller] ImportError - Matplotlib and Six

2015-01-16 Thread PmB
Morning, I have a simple program which fits some dummy data, and then plots the results using maplotlib. However after building with pyinstaller I get the following error on execution ./lin_reg/dist/lin_reg Traceback (most recent call last): File string, line 4, in module File

[PyInstaller] Re: ImportError - Matplotlib and Six

2015-01-16 Thread PmB
On 01/16/2015 11:19 AM, PmB wrote: ./lin_reg/dist/lin_reg Traceback (most recent call last): File string, line 4, in module File /home/peter/Src/Python/Py_Installer/pyinstaller/PyInstaller/loader/pyi_importers.py, line 270, in load_module exec(bytecode, module.__dict__) File

[PyInstaller] Re: ImportError - Matplotlib and Six

2015-01-16 Thread PmB
On 01/16/2015 12:26 PM, PmB wrote: On 01/16/2015 11:19 AM, PmB wrote: ./lin_reg/dist/lin_reg Traceback (most recent call last): File string, line 4, in module File /home/peter/Src/Python/Py_Installer/pyinstaller/PyInstaller/loader/pyi_importers.py, line 270, in load_module

Re: [PyInstaller] Re: ImportError - Matplotlib and Six

2015-01-16 Thread Martin Zibricky
On Friday 16 of January 2015 12:26:40 PmB wrote: After digging around further I found the problem with the 'ImportError'. There is a version (1.0.0) of six in the directory './pyinstaller/PyInstaller/lib We should remove Six anyway. It is not needed anymore. -- You received this message

[PyInstaller] Re: not finding cocoa

2015-01-16 Thread David Cortesi
I said that under Python 3, pyinstaller made a one-folder bundle of my PyQt5 app that failed with the message, This application failed to start because it could not find or load the Qt platform plugin cocoa. Glenn Ramsey said, On my build it looks like this: