Where are you with Carbonized Python Mac Modules?

Steven D. Majewski sdm7g at virginia.edu
Mon Nov 27 13:54:18 EST 2000


MacOSX Python Carbon toolbox Progress Report:

Python 2.0 (#7, 11/17/00, 16:20:11) 
[GCC Apple DevKit-based CPP 5.0] on Darwin1.2
Type "copyright", "credits" or "license" for more information.
>>> import Carbon
>>> dir(Carbon)
['AE', 'App', 'Cm', 'ColorPicker', 'Ctl', 'Dlg', 'Drag', 'Evt', 'Fm', 
'Icn', 'List', 'Menu', 'Qd', 'Res', 'TE', 'Win', '__doc__', '__file__', 
'__name__']
>>> 


Hardly any of that has been tested -- I've put up a window and tried
catching some events -- that is just what's compiled, linked and loaded
without complaining about unresolved symbols.

I still have some problems with Scrap, Qt and MacOS modules. 
Not having MacOS is what prevents some of the higher level scripts
( I've been using EasyDialogs.py as a test target, but I'm sure 
Framework and others break on the same things. ) 


---|  Steven D. Majewski   (804-982-0831)  <sdm7g at Virginia.EDU>  |---
---|  Department of Molecular Physiology and Biological Physics  |---
---|  University of Virginia             Health Sciences Center  |---
---|  P.O. Box 10011            Charlottesville, VA  22906-0011  |---
		"All operating systems want to be unix, 
		 All programming languages want to be lisp." 





More information about the Python-list mailing list