[Pythonmac-SIG] New unofficial binary installers

2012-04-12 Thread Russell E. Owen
I just created some unofficial binary installers for the python.org's 64-bit python 2.7.2 for Mac OS X 10.6 and later. They are available here: and include: - pyfits 3.0.7 (did not run unit tests; I can't seem to find them) - PIL 1.1.7 (includ

Re: [Pythonmac-SIG] py2app - ImportError using pycrypto

2012-04-12 Thread Ronald Oussoren
On 12 Apr, 2012, at 8:59, Terry Simons wrote: > I found a way to solve my issue. > > I was poking around with pygame, which has the same shared object load > problems. > > I stumbled across this: > http://www.rkblog.rk.edu.pl/w/p/building-mac-os-x-applications-py2app/ > > And something in t

Re: [Pythonmac-SIG] py2app - ImportError using pycrypto

2012-04-12 Thread Terry Simons
I found a way to solve my issue. I was poking around with pygame, which has the same shared object load problems. I stumbled across this: http://www.rkblog.rk.edu.pl/w/p/building-mac-os-x-applications-py2app/ And something in there fixed my problem... specifically this: You have to ed