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. Launching the application, however, results in the following error: 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > Traceback (most recent call last): > 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > File > "/Volumes/Bullfrog/patrick/Downloads/Mnemosyne-2.0-RC4/dist/Mnemosyne.app/Contents/Resources/__boot__.py", > > line 133, in <module> > 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > _argv_emulation() > 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > File > "/Volumes/Bullfrog/patrick/Downloads/Mnemosyne-2.0-RC4/dist/Mnemosyne.app/Contents/Resources/__boot__.py", > > line 131, in _argv_emulation > 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > _get_argvemulator().mainloop() > 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > File > "/Volumes/Bullfrog/patrick/Downloads/Mnemosyne-2.0-RC4/dist/Mnemosyne.app/Contents/Resources/__boot__.py", > > line 70, in mainloop > 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > stoptime = Evt.TickCount() + timeout > 12/06/16 12:31:20.229 [0x0-0xb20b2].org.pythonmac.unspecified.Mnemosyne: > AttributeError: 'module' object has no attribute 'TickCount' > 12/06/16 12:31:20.300 Mnemosyne: Mnemosyne Error I'm guessing this is because the dependencies aren't being added? However, according to the documentation here: http://packages.python.org/py2app/implementation.html#include-mach-o-dependencies It looks like dependencies are (in theory) should automatically be included now... Will report more as I continue to look into this. On Thursday, May 10, 2012 4:00:17 AM UTC+9, Peter Bienstman wrote: > > Hi, > > Anyone interested in helping to package Mnemosyne 2.0 for OSX, just me > know. > > There is code to create the installer for the 1.x series to start > from, but it needs to be updated with the new dependencies. > > Thanks in advance! > > Peter > > > -- 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/-/awbIRx5pvcgJ. 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.
