[Pyobjc-dev] Patch for py2app -A on 64-bit Snow Leopard (was Re: Fwd: PyObjC and NSOpenGLView)
Brought to you by:
ronaldoussoren
From: James R E. <Jam...@lr...> - 2010-03-10 13:50:20
|
Le 5 janv. 2010 à 11:43, Ronald Oussoren a écrit : > "py2app -A" doesn't work at the moment on SL, IIRC someone has sent me a fix for that. > > You should be able to run the example using 'python setup.py py2app' without the -A. I know I've submitted other py2app-related patches before, but mine didn't fix a bug related to alias builds on 64-bit Snow Leopard systems (I'm still in 32-bit land, so I never noticed before). (You might have also been talking someone else, but Carly Simon did once write a song about me.) For some reason, Carbon.File.Alias on 64-bit only has the FS* functions, but not their aliases with the FS prefix removed. This is probably a bug in Python-mac rather than in py2app or pyobjc. But here's a workaround for it in py2app, made off of PyObjC trunk/py2app : |