On Dec 26, 2004, at 6:15 PM, Jack Jansen wrote:
I've added a script Mac/OSX/fixapplepython23.py to the CVS repository,
only to the trunk for now, that will inspect and fix the
Apple-installed Python 2.3 as per what we discussed here (making
extensions build in a way that works, even if newer Pyt
I've added a script Mac/OSX/fixapplepython23.py to the CVS repository,
only to the trunk for now, that will inspect and fix the
Apple-installed Python 2.3 as per what we discussed here (making
extensions build in a way that works, even if newer Pythons are
installed).
I'd like it if people cou
On 24-dec-04, at 1:01, Bob Ippolito wrote:
In january I'd like to get two MacPythons out:
- MacPython 2.4.1 (full installer for Panther, time permitting for
Jaguar too)
- MacPython 2.3 additions, version 3
There is the small issue of Zope X3 not being compatible with
MacPython 2.3.0 .. so perhaps
On 26-dec-04, at 16:46, has wrote:
I think the biggest problem with setup.py files is that they're
unnecessarily complicated.
Honestly I can't see how you can really complain about setup.py being
"complicated":
I assume Ronald was referring to setup.py in general, rather than to
py2app's setup s
On Dec 26, 2004, at 10:46 AM, has wrote:
Bob Ippolito wrote:
The goal for 0.2.0, which I think has already been achieved (sans
documentation), was to make it better than the alternatives for any
platform.
When do you think we'll start seeing some formal documentation for
py2app?
Write some and I
Bob Ippolito wrote:
Not sure how: both are intended to build applications, and allow
users to configure exactly how they're built. The only thing that
differs is the workflow's order.
One of py2app's goals is to integrate seamlessly with distutils and
to behave similarly to py2exe when it makes
I have successfully built and installed a framework version of python
2.4 using the source from python.org. However I cannot seem to be able
to get readline working. It is installed on the system and is available
in terminal windows and Apple's supplied python 2.3. I downloaded the
gnu readlin