Re: [Pyobjc-dev] ANN: PyObjC 0.9
Brought to you by:
ronaldoussoren
From: tmk <li...@ne...> - 2003-05-05 00:18:58
|
Hi, After installing the 0.9 release downloaded from sourceforge I was astonished not to find anything under /Developer/Examples... It seems everything that should go under /Developer/... actually went under /Library/Developer/... instead! Seems weird to me even at 2:00 AM %-). I double-checked on the file listing from the installer and here's an excerpt that seems to confirm the above: ./Library/Developer/Documentation/PyObjC/.#coding-style.html.1.2 ./Library/Developer/Documentation/PyObjC/.#structure.html.1.1 ./Library/Developer/Documentation/PyObjC/.#warts.html.1.1 ./Library/Developer/Documentation/PyObjC/ProjectBuilder- SyntaxHighlighting.html ./Library/Developer/Documentation/PyObjC/ProjectBuilder- SyntaxHighlighting.txt ./Library/Developer/Documentation/PyObjC/TODO ./Library/Developer/Documentation/PyObjC/architecture.html ./Library/Developer/Documentation/PyObjC/architecture.txt ./Library/Developer/Documentation/PyObjC/classes.html ./Library/Developer/Documentation/PyObjC/classes.txt ./Library/Developer/Documentation/PyObjC/coding-style.html ./Library/Developer/Documentation/PyObjC/coding-style.txt ./Library/Developer/Documentation/PyObjC/index.html ./Library/Developer/Documentation/PyObjC/index.txt ./Library/Developer/Documentation/PyObjC/intro.html ./Library/Developer/Documentation/PyObjC/intro.txt ./Library/Developer/Documentation/PyObjC/libffi.html ./Library/Developer/Documentation/PyObjC/libffi.txt ./Library/Developer/Documentation/PyObjC/refcounts.html Seems like a bug to me or am I mistaken? = tmk = On Sunday, May 4, 2003, at 22:24 Europe/Brussels, Ronald Oussoren wrote: > PyObjC 0.9 is now available for download at > http://pyobjc.sourceforge.net/ > > PyObjC is a bridge between Python and Objective-C. It allows full > featured Cocoa applications to be written in pure Python. It is also > easy to use other frameworks containing Objective-C class libraries > from Python and to mix in Objective-C, C and C++ source. > > Python is a highly dynamic programming language with a shallow learning > curve. It combines remarkable power with very clear syntax. > > The installer package includes a number of Project Builder templates > for > easily creating new Cocoa-Python projects. Version 0.9 also introduces > support for sytax coloring of Python files in Project Builder. > > PyObjC also supports full introspection of Objective-C classes and > direct invocation of Objective-C APIs from the interactive interpreter. > > PyObjC requires MacOS X 10.2 or later. PyObjC works both with the > Apple > provided Python installation in MacOS X 10.2 (and later) and with > MacPython 2.3b1. Users of MacPython 2.3b1 can install PyObjC though > the > PackageManager application. > > PyObjC 0.9 includes many inprovements over earlier versions and users > are > strongly advised to upgrade. The installer package will automatically > upgrade > prior releases. > > PyObjC is released with an open source license. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > |