[issue2573] Can't change the framework name on OS X builds

2008-05-02 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue2573] Can't change the framework name on OS X builds

2008-05-02 Thread Ronald Oussoren
Ronald Oussoren <[EMAIL PROTECTED]> added the comment: This functionality is enabled as of revision 62644 The actual patch is slightly more involved than the attached patches, the patch forgot to add a variable to Mac/Makefile.in and doesn't patch Mac/IDLE/Makefile.in at all. I've also made t

[issue2573] Can't change the framework name on OS X builds

2008-04-25 Thread Ronald Oussoren
Ronald Oussoren <[EMAIL PROTECTED]> added the comment: The new patch looks great. I'll apply it next week. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-b

[issue2573] Can't change the framework name on OS X builds

2008-04-07 Thread Aaron Gallagher
Aaron Gallagher <[EMAIL PROTECTED]> added the comment: Okay, here's the same patch but now with Mac/Makefile.in patched. I changed all references to Python to the framework name, because I believe it won't work properly otherwise. Added file: http://bugs.python.org/file9979/framework2.patch _

[issue2573] Can't change the framework name on OS X builds

2008-04-07 Thread Ronald Oussoren
Ronald Oussoren <[EMAIL PROTECTED]> added the comment: To start: thanks for the patch. I haven't done a detailed review yet, I have a minor nit: could you change Mac/Makefile.in as well, specifically the definition: PYTHONAPPSDIR=/Applications/MacPython $(VERSION) This is used to install a n

[issue2573] Can't change the framework name on OS X builds

2008-04-07 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> ronaldoussoren nosy: +ronaldoussoren __ Tracker <[EMAIL PROTECTED]> __ ___ Py

[issue2573] Can't change the framework name on OS X builds

2008-04-07 Thread Aaron Gallagher
Aaron Gallagher <[EMAIL PROTECTED]> added the comment: Here's a framework that implements the necessary change. I'm not very good at autoconf, so it might need to be touched up. -- keywords: +patch Added file: http://bugs.python.org/file9977/framework.patch

[issue2573] Can't change the framework name on OS X builds

2008-04-07 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Would you like to work on a patch? -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __ __

[issue2573] Can't change the framework name on OS X builds

2008-04-07 Thread Aaron Gallagher
New submission from Aaron Gallagher <[EMAIL PROTECTED]>: There is currently no way in the configure script to specify an alternate name for Python.framework. If I want to completely separate versions of Python (e.g. for 3.0 alphas and/or Stackless), I have to manually edit configure.in and con