dist problem on osx

M.-A. Lemburg mal at lemburg.com
Mon Aug 11 08:07:24 EDT 2003


rdack wrote:
> osx 10.2.6   python 2.2.1 (built in)
> says my architecture is both 386 and ppc.
> also has a path with a space in it that won't work.
> where can i change these settings?
> --------
> gcc -arch i386 -arch ppc -bundle -flat_namespace -undefined suppress
> build/temp.darwin-6.6-Power
> Macintosh-2.2/mx/DateTime/mxDateTime/mxDateTime/mxDateTime.o
> -L/usr/local/lib -L/usr/lib -o build/lib.darwin-6.6-Power
> Macintosh-2.2/mx/DateTime/mxDateTime/mxDateTime.so
> ---------------

This is a bug in distutils. It's fixed in Python 2.2.3.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Software directly from the Source  (#1, Aug 11 2003)
 >>> Python/Zope Products & Consulting ...         http://www.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________






More information about the Python-list mailing list