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