This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PythonIDE on osx can't run script with commandline python
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: ffunch, jackjansen
Priority: normal Keywords:

Created on 2003-12-19 13:58 by ffunch, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19443 - (view) Author: Flemming Funch (ffunch) Date: 2003-12-19 13:58
In Python IDE, if I have a script open, any script, and
I check "Run with Command Line Python" and run it, I get:

TypeError: do_script() takes at least 2 non-keyword
arguments (1 given)

This is MacPython2.3-Panther, PythonIDE1.01, OSX10.3.2.
msg19444 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-06-03 21:37
Logged In: YES 
user_id=45365

Fixed in PyEdit.py 1.46 and 1.43.8.2.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39718
2003-12-19 13:58:40ffunchcreate