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] py2app/macho_standalone issue?

2006-04-16 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Setup: Python 2.4.3 "universal," 10.4.6, Xcode 2.2 I'm trying to use the "macho_standalone" script from the latest build of py2app that comes with pyobjc (the "universal" build that was just posted in the past couple of days). Trying to run macho_stan

[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

[Pythonmac-SIG] Universal MacPython 10.3.9

2006-04-16 Thread kernel
hello, using the current UniversalBinary distro 2.4.3 of MacPython under 10.3.9 IDLE launches but then I get a spinning wheel which never stops. is this version Tiger only? otherwise I guess it's my setup... TIA, stefven.___ Pythonmac-SIG maillist -

Re: [Pythonmac-SIG] 2.3 vs 2.4 - Installer myopia

2006-04-16 Thread Ronald Oussoren
On 16-apr-2006, at 0:44, Daniel Lord wrote: > >> On Apr 15, 2006, at 5:57 PM, Bob Ippolito wrote: >> Installers for extensions are specific to a particular version of >> Python anyway. > But is that always necessary? I am sure it is sometimes, > particularly when the OS changes dramatically lik