From: Dave F. <dav...@gm...> - 2004-12-26 18:17:53
|
Hi, I'm completely new to Python and am running PythonCard-0.8.1 (with wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all those responsible... I've successfully used CodeEditor to construct and run a simple script, but the process is less than ideal because the 'Run with Interpreter' command behaves exactly like the 'Run' command. I.e., I get no feedback other than that the application does not appear or, if I'm lucky, it appears but may or may not work. Can someone point me to configuration problems or other errors I may have introduced to yield this behavior? Alternatively, can someone suggest a good Python development environment that works well with PythonCard under OS X? Thanks, Dave Fulker |
From: Alex T. <al...@tw...> - 2004-12-27 16:46:19
|
Dave Fulker wrote: >Hi, > >I'm completely new to Python and am running PythonCard-0.8.1 (with >wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all those >responsible... > >I've successfully used CodeEditor to construct and run a simple script, >but the process is less than ideal because the 'Run with Interpreter' >command behaves exactly like the 'Run' command. I.e., I get no feedback >other than that the application does not appear or, if I'm lucky, it >appears but may or may not work. > >Can someone point me to configuration problems or other errors I may >have introduced to yield this behavior? > > Sorry - no ideas. >Alternatively, can someone suggest a good Python development >environment that works well with PythonCard under OS X? > > I use Wing-IDE for debugging Pythoncard (on Windows), and I know it also runs on OSX, apparently well (though I haven't used it there myself). It's not free, though it's pretty reasonably priced for personal use. I use the Pythoncard editor most of the time - the experimental one called oneEditor/tabcodeEditor - but on the relatively rare occasions I need actual debugging with breakpoints etc. I switch to Wing-IDE. -- Alex. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.4 - Release Date: 22/12/2004 |
From: Kevin W. <sw...@wo...> - 2004-12-27 16:57:17
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 |> Alternatively, can someone suggest a good Python development |> environment that works well with PythonCard under OS X? You might want to try Eric3--a very powerful and comprehensive Python IDE. It requires PyQt to be installed, but I've put together a large binary installer for all this stuff--see http://www.wordtech-software.com/pyqt-mac.html I'm also working on putting together a bundle of Stani's Python Editor (SPE) which is also based on wxPython. It used to be very buggy on the Mac but now works well--I'm working with the developer to iron out a few small bugs. Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-walzer.com mailto:sw...@wo... Alex Tweedly wrote: | Dave Fulker wrote: | |> Hi, |> |> I'm completely new to Python and am running PythonCard-0.8.1 (with |> wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all |> those responsible... |> |> I've successfully used CodeEditor to construct and run a simple |> script, but the process is less than ideal because the 'Run with |> Interpreter' command behaves exactly like the 'Run' command. I.e., I |> get no feedback other than that the application does not appear or, if |> I'm lucky, it appears but may or may not work. |> |> Can someone point me to configuration problems or other errors I may |> have introduced to yield this behavior? |> |> | Sorry - no ideas. | |> |> | I use Wing-IDE for debugging Pythoncard (on Windows), and I know it also | runs on OSX, apparently well (though I haven't used it there myself). | It's not free, though it's pretty reasonably priced for personal use. | | I use the Pythoncard editor most of the time - the experimental one | called oneEditor/tabcodeEditor - but on the relatively rare occasions I | need actual debugging with breakpoints etc. I switch to Wing-IDE. | | -- Alex. | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB0D7lJmdQs+6YVcoRArDVAJ9Bil+shLZA7iVUoPCQaTzbEMGYDgCghx1K /PsSi0L07m2h2qIi+ASJ0fg= =yJJD -----END PGP SIGNATURE----- |
From: Andy T. <an...@ha...> - 2004-12-27 21:50:45
|
Dave Fulker wrote: > Hi, > > I'm completely new to Python and am running PythonCard-0.8.1 (with > wxPython) under Mac OS X (Panther, Version 10.3.7). Thanks to all those > responsible... > > I've successfully used CodeEditor to construct and run a simple script, > but the process is less than ideal because the 'Run with Interpreter' > command behaves exactly like the 'Run' command. I.e., I get no feedback > other than that the application does not appear or, if I'm lucky, it > appears but may or may not work. > > Can someone point me to configuration problems or other errors I may > have introduced to yield this behavior? > > Alternatively, can someone suggest a good Python development > environment that works well with PythonCard under OS X? > > Thanks, > Dave Fulker > The MacPython add-ons provide the best Python development environment for the Mac. See http://homepages.cwi.nl/~jack/macpython/. Check out the other packages you can download with the package manager. The Python manuals in a help file are particularly good. As for the difference between 'run' and 'run with interpreter' I'll look into it. We're probably not spawning a terminal session properly, or need specific instructions to integrate with the MacPython IDE if it's installed. Regards, Andy -- ----------------------------------------------------------------------- From the desk of Andrew J Todd esq. "So I curtailed my Walpoling activities, sallied forth and infiltrated your place of purveyance to negotiate the vending of some cheesy comestibles." - Monty Python. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.5 - Release Date: 26/12/04 |