R. Haynie wrote:
> I am using VirtualEnv to have multiple virtual environments that have
> their own site-packages folder.  So each environment is its own sandbox.

another reason why core python really needs to have an "official" 
versioning system - either something like virtualenv, or (my 
preference), package versioning built in.

Anyway, in the mean time, two ideas to try:

1) "easy_install matplotlib" run with the easy_install in your virtual 
env -- hopefully, it will install a binary Windows egg -- does one exist?

2) try manually moving the matplotlib package from the system 
site-packages to your virtualenv.


Let us know how it works out...

-Chris

-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov

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

Reply via email to