echo %path% gives: C:\Python27\Lib\site-packages\PyQt4\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\TortoiseGit\bin;C:\Program Files\Microsoft Windows Performance Toolkit\
The path for the python code below is C:\Users\Ben\Programming\pyi-mpl-test\test.py The path where PyInstaller is located is C:\Users\Ben\Programming\pyinstaller-trunk-r1406 The path to the exe I'm trying to run is C:\Users\Ben\Programming\pyi-mpl-test\dist\test\test.exe On Mon, May 16, 2011 at 6:54 PM, Martin Zibricky <[email protected]> wrote: > Ben píše v Po 16. 05. 2011 v 15:05 -0700: >> ---------------- >> import matplotlib.pyplot as plt >> >> x = [0,1,2,3,4,5] >> y = [0,1,4,9,16,25] >> >> plt.plot(x, y) >> plt.show() >> ---------------- > > I tried this code on my winxp virtual machine with python 2.7.1 numpy > 1.6 and matplotlib 1.0.1 and it works. > > what is the output of command 'echo %path%'? > > what is the full path to directory where the executable is placed? > > -- > 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. > > -- 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.
