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