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
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
exe': {
'packages' : ['matplotlib', 'pytz'],
'dist_dir': dist_dir
}
},
data_files=matplotlib.get_py2exe_datafiles()
)
it work well in my box.
-- Tocer
--