matplotlib and py2exe

Why does matplotlib need timezone data??

···

On 2007-04-01, Werner F. Bruhin <werner.bruhin@...185...> 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.

--
Grant Edwards grante Yow! Yow! Those people
                                  at look exactly like Donnie
                               visi.com and Marie Osmond!!

Hi Werner,

I am using matplotlib version 0.90.0 for python 2.4.

Thank you,

Archana.

···

On 4/12/07, Grant Edwards < grante@…1551…> wrote:

On 2007-04-01, Werner F. Bruhin < > werner.bruhin@…185…> 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.

Why does matplotlib need timezone data??


Grant Edwards grante Yow! Yow! Those people

                              at               look exactly like Donnie
                           [visi.com](http://visi.com)            and Marie Osmond!!

Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash

http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users