At 2:33 PM -0700 2007-02-20, Samuel M. Smith wrote:
>>>Shouldn't the version of wxPython also get included in the name along
>>>with the python version and os version?
>>
>>That information is in the ReadMe file in the installer.
>
>I will try to remember to look there in the future to know which wx 
>is supported, thanks.
>
>
>The matplotlib on sourceforge
>http://downloads.sourceforge.net/matplotlib/matplotlib-0.90.0-py2.5-macosx-10.4-fat.egg?modtime=1171118530&big_mirror=0
>
>is an egg but doesn't install with easy_install. Complains there is 
>no setup.py file.
>I copied the .egg directory into ....site-packages but it is not 
>automatically included in sys.path
>when I run the python interpreter.
>
>I have to manually do this:
>>>>  from pkg_resources import require
>>>>  require("matplotlib")
>[matplotlib 0.90.0 
>(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib-0.90.0-py2.5-macosx-10.4-fat.egg)]
>
>for it to be accessible.
>
>I guess I have to add it manually to my PYTHONPATH or else generate 
>a .pth file and put it in site-packages
>to get it automatically added to sys.path?
>
>In the past the distributions were a little more user friendly for installing.
>I know I can't complain too much since you are doing all the work.
>Just wondering if I missed something when I tried to install it.

Oops, I just realized how misleading my earlier message was. I do NOT 
build the official matplotlib Mac packages. I have been building the 
packages at pythonmac.org. I started that because an earlier Python 
2.4 matplotlib package crashed when using a user-installed Tcl/Tk* 
and just never got out of the habit.

So I don't have anything to do with the official matplotlib Mac 
binaries and I have no idea what's in their ReadMe files. I *hope* 
they include the necessary info about what version of wxPython is 
required and all that, but I don't know.

I can't help you with easy_install either. Sorry.

-- Russell

* The crash stems from a limitation of the Mac build of Python 2.4 
that was fixed in 2.5. By default MacPython 2.4 does not find a 3rd 
party Tcl/Tk. There's a simple patch to fix this but it appears that 
binary packages that use Tkinter may not work with 3rd party Tcl/Tk 
unless the patch was applied by the person doing the build.

-------------------------------------------------------------------------
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

Reply via email to