[Matplotlib-users] Anyone else make pylab embeded in MS windows application?

2007-06-19 Thread tocer
I have a project coding with Delphi+p4d, and I wish embeded pylab in it, but I don't know how to do it. Any suggestion is appreciate. --tocer - This SF.net email is sponsored by DB2 Express Download DB2 Express C

Re: [Matplotlib-users] Anyone else make pylab embeded in MS windows application?

2007-06-19 Thread tocer
Thank your reply. It seems to be helpful for me. John Hunter wrote:: > On 6/19/07, tocer <[EMAIL PROTECTED]> wrote: >> I have a project coding with Delphi+p4d, and I wish embeded pylab in >> it, but I >> don't know how to do it. >> >> Any suggestion is

[Matplotlib-users] a patch in matplotlib/__init__.py about get_py2exe_datafiles function

2007-06-26 Thread tocer
exe': { 'packages' : ['matplotlib', 'pytz'], 'dist_dir': dist_dir } }, data_files=matplotlib.get_py2exe_datafiles() ) it work well in my box. -- Tocer --