Re: [Python-Dev] bundlebuilder broken in 2.6

2009-01-18 Thread Barry Scott



On 17 Jan 2009, at 20:08, Ned Deily wrote:

In article 7043cb7c-18f4-4e16-ae0c-cda6ba311...@barrys-emacs.org,
Barry Scott ba...@barrys-emacs.org wrote:


It seems that the packaging of Mac Python 2.6 is missing at least one
file
that is critical to the operation of bundlebuilder.py.

I've logged the issue as http://bugs.python.org/issue4937.


I've noted a workaround in the tracker: just copy the file from an  
older

version of Python.   It's a simple xml plist and I don't think its
contents are all that critical anyway.


I figured the contents are not not important as the files from 2.5 and  
2.4

talk of alpha this that and the other.




While the build should be fixed for 2.6+ (I'll send a patch), note  
that

bundlebuilder is gone in 3.0.


What is the replacement for bundlebuilder for 3.0? Lack of
bundlebuilder becomes a serious porting problem for me.
I deliver pysvn WOrkbench as a bundle to simplify installation
by my users.

Barry

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] bundlebuilder broken in 2.6

2009-01-18 Thread Ned Deily
In article cd894749-4b8c-4ece-8743-414852edf...@barrys-emacs.org,
 Barry Scott ba...@barrys-emacs.org wrote:
 What is the replacement for bundlebuilder for 3.0? Lack of
 bundlebuilder becomes a serious porting problem for me.
 I deliver pysvn WOrkbench as a bundle to simplify installation
 by my users.

Most people are using py2app these days to produce OSX application 
bundles for 2.x and the hope is for 3.0, as well.   The pythonmac-sig 
forum is probably the best place to ask about experiences so far.  Be 
aware that py2app hasn't been re-packaged recently so it's better to get 
it directly from its svn repository:

http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html

http://dir.gmane.org/gmane.comp.python.apple  or
http://mail.python.org/mailman/listinfo/pythonmac-sig

-- 
 Ned Deily,
 n...@acm.org

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] bundlebuilder broken in 2.6

2009-01-17 Thread Barry Scott
It seems that the packaging of Mac Python 2.6 is missing at least one  
file

that is critical to the operation of bundlebuilder.py.

I've logged the issue as http://bugs.python.org/issue4937.

Barry

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] bundlebuilder broken in 2.6

2009-01-17 Thread Ned Deily
In article 7043cb7c-18f4-4e16-ae0c-cda6ba311...@barrys-emacs.org,
 Barry Scott ba...@barrys-emacs.org wrote:

 It seems that the packaging of Mac Python 2.6 is missing at least one  
 file
 that is critical to the operation of bundlebuilder.py.
 
 I've logged the issue as http://bugs.python.org/issue4937.

I've noted a workaround in the tracker: just copy the file from an older 
version of Python.   It's a simple xml plist and I don't think its 
contents are all that critical anyway.

While the build should be fixed for 2.6+ (I'll send a patch), note that 
bundlebuilder is gone in 3.0.

-- 
 Ned Deily,
 n...@acm.org

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com