From: Kevin A. <al...@se...> - 2006-05-13 20:44:59
|
On May 13, 2006, at 11:01 AM, Dan Shafer wrote: > In rummaging about in PythonCard yesterday, I had a need to run an > app with debugging, so I went to the menu option "Run With > Interpreter." Nothing happened. Zip. Zilch. Squat. > > Running the latest CVS of PC on OS X 10.4.6. > > Any hints? > > Dan Depending on how you started the codeEditor or resourceEditor, on the Mac the interpreter prompt should show up in your terminal session or the console. Should be a prompt like >>>. If the application had a syntax error or something like that there would be additional messages. To quit the interpreter type Ctrl-D on the Mac. If you started the codeEditor/resourceEditor using the launcher from your finder desktop then I think any error messages would just show up in the console unless you started with an extra terminal session. ka |