Well, Python.app (from MachoPython) seems to have problems on my machine. Here's what Console.app has to say:
original argc=2
original argv[0] = "/Applications/Python.app/Contents/MacOS/python"
original argv[1] = "-psn_0_29622273"
modified argc=1
modified argv[0] = "(null)"
LookupError: no codec search functions registered: can't find encoding
At any rate, having users download both MachoPython and wxPython seems like overkill for one project. Any chance of a standalone being made?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, Python.app (from MachoPython) seems to have problems on my machine. Here's what Console.app has to say:
original argc=2
original argv[0] = "/Applications/Python.app/Contents/MacOS/python"
original argv[1] = "-psn_0_29622273"
modified argc=1
modified argv[0] = "(null)"
LookupError: no codec search functions registered: can't find encoding
At any rate, having users download both MachoPython and wxPython seems like overkill for one project. Any chance of a standalone being made?