On sab, 2009-06-20 at 07:01 -0700, Thomas wrote:
> Hi,
> 
> Matplotlib is on the list of 'Supported packages' for pyinstaller, but
> when I tried building a file containing just 'import matplotlib' I get
> an error relating to MATPLOTLIBDATA. I am running pyinstaller on a
> mac, so maybe that is the problem?
> 
> Thanks for any advice,
> 
> Thomas
> 
> $ cat test.py
> import matplotlib
> 
> $ python Makespec.py test.py
> wrote /Users/tom/Code/pyinstaller/test/test.spec
> now run Build.py to build the executable
> 
> $ python Build.py test/test.spec
> checking Analysis
> building Analysis because outAnalysis0.toc non existent
> running Analysis outAnalysis0.toc
> Analyzing: support/_mountzlib.py
> Analyzing: support/useUnicode.py
> Analyzing: test.py
> Warnings written to test/warntest.txt
> checking PYZ
> rebuilding outPYZ1.toc because outPYZ1.pyz is missing
> building PYZ outPYZ1.toc
> checking PKG
> rebuilding outPKG3.toc because outPKG3.pkg is missing
> building PKG outPKG3.pkg
> checking EXE
> rebuilding outEXE2.toc because test missing
> building EXE from outEXE2.toc
> Appending archive to EXE test/build/pyi.darwin/test/test
> checking COLLECT
> building because outCOLLECT4.toc missing or bad
> building COLLECT outCOLLECT4.toc
> 
> $ test/dist/test/test

I think it's just a stupid mistake on my part: can you confirm that if
you do:

$ cd test/dist/test
$ ./test

it works?
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to