It looks like the previous Mac installers were done using py2app, which doesn't require Fink.
I have been trying to use MacPorts (an alternative to Fink) for the past several months to install the various dev versions of 2.0 but I could never get it working due to various bugs in MacPorts (every time one got solved a new one cropped up). Instead, I just used easy_install to add all the dependencies manually. I have this working on my system now (10.7.4) and I have XCode, etc. installed. I'm using the default Apple distribution of python 2.7 with all the dependencies satisfied. I just need to know how to add them to the py2app script in setup.py. Patrick On Saturday, June 16, 2012 3:01:12 PM UTC+9, George Wade wrote: > > More details, > > www.finkproject.org/download/10.6-upgrade.php?phpLang=en > > www.finkproject.org/download/10.7-upgrade.php?phpLang=en > > Full X-code may be needed ? > > But if you work out how to manage with a matching version of Python only, > or Python and X-code: that could be simple enough that Fink packaging > would not be necessary ? > > George > > > On 15 Jun 2012, at 20:36, Patrick Kenny wrote: > > > I'm willing to try doing this. I have RC4 running on my system now, and > by following the instructions here: > > http://packages.python.org/py2app/tutorial.html > > > > I managed to get the application working in alias mode from the > terminal. ... > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/mnemosyne-proj-users/-/dT6aL-ANHp4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
