Re: [Matplotlib-users] pytz, dateutil not getting installed from svn build

2007-10-04 Thread John Hunter
On 10/4/07, Chris <[EMAIL PROTECTED]> wrote: > Is there a way of forcing them to install? I dont mind going in and > deleting things by hand myself, but I am trying to have a build that > installs for almost everyone with minimum tinkering. Yes, just edit setup.py and remove the conditional check

Re: [Matplotlib-users] pytz, dateutil not getting installed from svn build

2007-07-17 Thread John Hunter
On 7/17/07, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote: > For some reason, builds from SVN dont install either pytz > or dateutil (at least not in the right place). Importing pylab > from these builds results in an import error. > > How can I build these so as to convince these modules to > install

[Matplotlib-users] pytz, dateutil not getting installed from svn build

2007-07-17 Thread Chris Fonnesbeck
For some reason, builds from SVN dont install either pytz or dateutil (at least not in the right place). Importing pylab from these builds results in an import error. How can I build these so as to convince these modules to install correctly? Thanks. ---