Re: [Matplotlib-users] py2exe problem

2007-12-21 Thread Emmanuel
Dear Werner, I tested your script here here with python 2.5, matplotlib 0.91.1 and wxpython 2.8.7.1 using regular installation (not enthought). If I replace : from wx import * by import wx (and make the necessary modification) The program starts well! (the button does not work but the problem is

Re: [Matplotlib-users] py2exe problem

2007-11-27 Thread Werner F. Bruhin
Hi Jeff, Jeff Peery wrote: Hello, I've been using matplotlib 0.87 and I upgraded to 0.91. I ran my setup script for py2exe which had been working flawlessly and now I get an error stating that the .../mpl-data/fonts is not a regular file or doesn't exist. I checked the filename path and it do

[Matplotlib-users] py2exe problem

2007-11-26 Thread Jeff Peery
Hello, I've been using matplotlib 0.87 and I upgraded to 0.91. I ran my setup script for py2exe which had been working flawlessly and now I get an error stating that the .../mpl-data/fonts is not a regular file or doesn't exist. I checked the filename path and it does actually exist. I'm usin

[Matplotlib-users] py2exe problem with matplotlib

2006-07-24 Thread leau2001
Hi all, I write a little python program with some lib as :Tkinter, matplotlib etc... Citation: from Tkinter import * import marshal import win32clipboard as w import win32con,re import string import time import MySQLdb from pylab import * import os from ftplib import FTP Now i want to make an