[Pythonmac-SIG] Using setup.py/distutils on Intel Macs

2006-04-17 Thread steve
Hello List, I'm new here so please forgive me if this is a dupe question I can't seem to install python source dists correctly. I follow: python setup.py build sudo python setup.py install It installs cleanly except I notice "byte-compiling build/bdist.darwin-8.6.1-Power_Macintosh" which

Re: [Pythonmac-SIG] Using setup.py/distutils on Intel Macs

2006-04-16 Thread Daniel Lord
On Apr 16, 2006, at 17:54, steve wrote: > When I start using the module I usually run into "ImportError: > Inappropriate file type for dynamic loading". Is there any > workarounds? That error is ( in my experience) typical to receive when loading a PPC format library on the i386 platform. The

[Pythonmac-SIG] Using setup.py/distutils on Intel Macs

2006-04-16 Thread steve
Hello List, I'm new here so please forgive me if this is a dupe question I can't seem to install python source dists correctly. I follow: python setup.py build sudo python setup.py install It installs cleanly except I notice "byte-compiling build/bdist.darwin-8.6.1-Power_Macintosh" which