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 "/home/peter/Src/Python/Py_Installer/pyinstaller/PyInstaller/loader/pyi_importers.py", line 270, in load_module
    exec(bytecode, module.__dict__)
File "/home/peter/Src/Python/Py_Installer/pyinstaller/lin_reg/build/lin_reg/out00-PYZ.pyz/matplotlib", line 135, in <module>
ImportError: six 1.3 or later is required; you have 1.0.0
My system is linux, python v2.7.6, matplotlib v1.4.2 and six v1.8.

Are there any suggestions to get around this? Is this a matplotlib problem? Any thoughts, comments etc will be most appreciated.

Thanks

Peter

--
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 pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to