From: Archana G. <arc...@gm...> - 2007-04-01 17:06:40
|
Hi, I tried following the instructions at the py2exe site and I have also uncommeneted and made it include the matplotlib.numerix package. Still it doesnt seem to work. Is there any other way of compiling it into an executable? Thanks, Archana. On 4/1/07, Werner F. Bruhin <wer...@fr...> wrote: > > Hi Archana, > > Sometimes py2exe can't figure out what needs to be included. In these > cases one creates entries in the packages section to force the inclusion > of one or multiple packages. > > Archana Ganesan wrote: > > Hi all, > > ... > > > > options = {"py2exe": {"compressed": 1, > > "optimize": 2, > > "packages": ["encodings", > > ## "kinterbasdb", > > "pytz.zoneinfo.UTC", > > #" matplotlib.numerix", > > > > You need to activate/un-comment the matplotlib.numerix line. Also note > that if you only include UTC and you use the timezone stuff in matplot > then a user NOT using UTC, i.e. another timezone will have a problem, it > is therefore better to just include all of pytz. > > Werner > |