Re: [Pyobjc-dev] Achieving 1.0....
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-10-22 21:03:01
|
On Tuesday, Oct 22, 2002, at 22:47 Europe/Amsterdam, Bill Bumgarner wrote: > How about a feature freeze -- fix the bugs we have right now that are > relatively major [dictionary / array allocation, the instance > identification] and add unit tests to ensure that whatever we ship as > 0.7.0 (or whatever) is relatively solid? I feature freeze is fine with me, I don't have any new version planned for the forseeable future :-) I'll have a look at the remaining know bugs. BTW. I increased the version number in CVS to avoid confusion with the installer on your home-page. > > I'm pretty happy with the latest incarnation of bin-python-main.m -- > need to commit a new version and update the python project template -- > as it has proven to not be problematic in the production app I'm > working on. It now supports standalone builds with frameworks > (dynamically loading frameworks with @executable_path as their > install_name AND dependencies on other frameworks w/@executable_path > requires some fun to be had with the environment variables of the > execve() process). I'll also have a more serious look bin-python-main.m. I definitely like the idea of just exec-ing a normal python with the right argv. The only thing I'm not sure about w.r.t. binary distribution of applications is honouring a 'defaults' settings for the location of the python binary. But that is something we can fix in our in-house version of python (we ship extension modules, and those might not work with a different version of python). > > I'll try to re-address the documentation on the examples that use > Project Builder and put together a README for the Project Template > stuff. Documentation, the mortal enemy of coders :-) Ronald |