Re: [Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-22 Thread David
Thanks for your help Werner. When I read that in the wiki I thought the setup.py needed to be modified and since I had no reference to the fix in my setup Ididn't know where to change it. I made the change in mlab.py ( thank you again) and it works fine.

Re: [Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-20 Thread Werner F. Bruhin
On 19/05/2010 20:45, David wrote: Werner F. Bruhinwerner.bru...@... writes: On 19/05/2010 19:55, David Grudoski wrote: I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0 I tried using the setup.py from the

[Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread David Grudoski
I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0I tried using the setup.py from the PY2EXE.org Matplotlib page and although everything compiles correctly and generates an executable.When I launch the executable I get the following

Re: [Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread Werner F. Bruhin
On 19/05/2010 19:55, David Grudoski wrote: I'm trying to build an executable using PY2EXE; running Python 2.5.2 and wxPython 2.8.10.1 and MatplotLib 0.99.0 I tried using the setup.py from the PY2EXE.org Matplotlib page and although everything compiles correctly and generates an executable.

Re: [Matplotlib-users] PY2EXE with Matplotlib and wxPython compiles but won't run???

2010-05-19 Thread David Grudoski
Well I was able to compile the embedding_in_wx5.py example ( I'm not sure why or how) but it works. embedding_in_wx2.py still won't compile but I was able to compile my program and get it to run as expected. I'll leave this as another unresolved mystery of programming... My thanks to the