Michael Droettboom <md...@stsci.edu> writes:

>> $ python setup.py build_ext --inplace
>> $ python setupegg.py develop

> I have no idea what the second line does either -- and I've always done 
> just fine without it ;)

AFAIK, the second line does the same thing as the first one, and then
makes a matplotlib.egg-link file in your site-packages directory,
containing the directory in which your matplotlib sources live, so that
"import matplotlib" finds that directory without any explicit hacking of
the Python search path. If you already have such a file, or if you have
otherwise managed to put the source directory on the search path, the
first line should be enough.

>>    File "/System/Library/Frameworks/Python.framework/Versions/2.5/ 
>> Extras/lib/python/setuptools/command/build_ext.py", line 77, in  
>> swig_sources
>>      sources = _build_ext.swig_sources(self, sources) or sources
>> TypeError: swig_sources() takes exactly 3 arguments (2 given)

Sounds like a setuptools problem. Perhaps updating setuptools
(easy_install -U setuptools) will help.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to