From: Aaron S. <az...@bu...> - 2008-03-25 12:40:44
|
I just tried that, but it didn't seem to work for me. PythonLauncher started, ran for about 5 seconds, and then exited. Perhaps a versions problem? What I have that does work is a small shell script, run_RE.sh, like so: #! /bin/sh # # A quick shell script to launch the PythonCard Resource Editor # python ./resourceEditor.py # # And then I tagged all ".sh" files to be opened with Terminal. So now I can click the icon for run_RE.sh and it launches a Terminal window, and then Resource Editor on top of that. A bit cludgy, but it works. Any other ideas out there? Aaron On Mar 25, 2008, at 6:24 AM, XXXXXXXXXXX wrote: > On 25/03/2008 00:50, Aaron Stevens wrote: >> Hello, is there anybody out there? >> I realized I sent this 2 months ago with no replies. Perhaps the >> mailing list is down? > > I don't think so....I suspect a lot of people are having to deal > with more important things and haven't had time to contribute. I've > been using PythonCard/wxPython a fair bit recently for my job, but > sadly never seem to have time to contribute back... > > ...anyway, with regard to your query, I have PythonCard installed on > a Mac here so I'll try to help. Bear in mind that I don't use this > computer for development any more, so this might not be the > preferred way of setting things up. > > 1. G4 Mac mini, running 10.4.11 "Tiger" and Python 2.3; > 2. PythonCard is located in /Library/Python/2.3/site-packages/ > PythonCard, so I can reach it from any user; > 3. "tools" folder is located in PythonCard folder, like you have; > 4. To launch the editors by double-clicking I used Get Info to open > all applications using /System/Library/Frameworks/Python.framework/ > Versions/2.3/Resources/PythonLauncher > > I must have got this from an earlier version of the installation > documentation in <http://pythoncard.sourceforge.net/macosx_tiger_installation.html > > because the latest notes have slightly different locations and use > Python 2.5. > > -- > XXXXXXXXXXX > |