[Pythonmac-SIG] Re: MacPython-OS9 2.3a2 available

Richard Collins richardac@mac.com
Sat, 22 Feb 2003 21:24:04 +0100


Jack,

After getting back to OS9 to test your release here's what I found.

The first thing I noticed is that many of the files unpack without an 
icon position, all of them except these:
BuildApplet
BuildApplication
Documentation - start here.html
EditPythonPrefs
Installer Log File
Python IDE

The next thing, which is more serious, is that starting Python IDE 
terminated with the following:


Traceback (most recent call last):
   File "MacHD1:Applications (Mac OS 9):MacPython-OS9 
2.3a2:Mac:Tools:IDE:PythonIDE.py", line 48, in ?
     init()
   File "MacHD1:Applications (Mac OS 9):MacPython-OS9 
2.3a2:Mac:Tools:IDE:PythonIDE.py", line 15, in init
     from Carbon import Qd, QuickDraw
   File "MacHD1:Applications (Mac OS 9):MacPython-OS9 
2.3a2:Lib:plat-mac:Carbon:__init__.py", line 3, in ?
     warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
AttributeError: 'module' object has no attribute 'filterwarnings'


Running ConfigurePython terminated with the following:

Traceback (most recent call last):
   File "Moes:SWdev:Jack:MacPython:Mac:scripts:ConfigurePython.py", line 
12, in ?
   File "MacHD1:Applications (Mac OS 9):MacPython-OS9 
2.3a2:Lib:plat-mac:macfs.py", line 6, in ?
     import Carbon.Res
   File "MacHD1:Applications (Mac OS 9):MacPython-OS9 
2.3a2:Lib:plat-mac:Carbon:__init__.py", line 3, in ?
     warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
AttributeError: 'module' object has no attribute 'filterwarnings'

Something makes me think it should not be looking for you hard drive!
Hope this helps.


best regards

Richard Collins