Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-30 Thread Phillip J. Eby
At 11:29 AM 5/30/2007 -0400, Tres Seaver wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Phillip J. Eby wrote: > > > (By the way, you can always add those lines to the root user's > > $HOME/.pydistutils.cfg instead of editing individual setup.cfg > > files. Then, any packages installed (

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip J. Eby wrote: > (By the way, you can always add those lines to the root user's > $HOME/.pydistutils.cfg instead of editing individual setup.cfg > files. Then, any packages installed (or RPMs built) by the root user > will include .pyo file

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-29 Thread Phillip J. Eby
At 04:20 PM 5/29/2007 -0400, Stanley A. Klein wrote: >I used your workaround and got the rpms. However, I also got a traceback, >attached below. I think this is another problem in setuptools, because >(IIRC) I saw a posting relating to it. I believe that was fixed in 0.6c5, if not, then in 0.6c6

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-29 Thread Manuel Amador (Rudd-O)
Funny how the solutions you advocated were the exact same solutions I advocated in the Fedora bugtracker months ago. I switched to KUbuntu. Thanks for the workaround tho. Please do NOT choose option 2, there's no reason to bend over to Fedora just because they're the second largest one, and ther

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-29 Thread Stanley A. Klein
On Tue, May 29, 2007 3:43 pm, Phillip J. Eby wrote: > At 02:10 PM 5/29/2007 -0400, Stanley A. Klein wrote: >>I found a report on bugzilla.redhat.com, "Bug 236535 Processed: >>brp-python-bytecompile does not work with bdist-rpm target" and am >> cc:'ing >>the cc: list for that bug on this email. >>

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-29 Thread Phillip J. Eby
At 02:10 PM 5/29/2007 -0400, Stanley A. Klein wrote: >I found a report on bugzilla.redhat.com, "Bug 236535 Processed: >brp-python-bytecompile does not work with bdist-rpm target" and am cc:'ing >the cc: list for that bug on this email. > >I posted a comment to that bug strongly urging the Fedora pa

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-29 Thread Stanley A. Klein
I found a report on bugzilla.redhat.com, "Bug 236535 Processed: brp-python-bytecompile does not work with bdist-rpm target" and am cc:'ing the cc: list for that bug on this email. I posted a comment to that bug strongly urging the Fedora packaging people and the Python packaging people to get thei

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-22 Thread Stanley A. Klein
I'll have to try it with rc3 and see if I get the same errors (although I get that behavior very frequently when trying to build rpm's). I was using (final release) ZSI-2.0 downloaded from pywebsvcs.sourceforge.net. I'll do it tomorrow in the office and send you both. Stan Klein On Tue, May 2

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-22 Thread Phillip J. Eby
At 05:23 PM 5/22/2007 -0400, Stanley A. Klein wrote: >Prior to attempting the rpm build, I updated my version of setuptools to >0.6c5 (package python-setuptools-0.6c5-1.fc5). Would you mind emailing me the *entire* output of the bdist_rpm operation? When I try this with 0.6c5 and the source of Z

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-22 Thread Stanley A. Klein
Prior to attempting the rpm build, I updated my version of setuptools to 0.6c5 (package python-setuptools-0.6c5-1.fc5). Stan Klein On Tue, May 22, 2007 5:03 pm, Phillip J. Eby wrote: > At 05:01 PM 5/22/2007 -0400, Stanley A. Klein wrote: >>Below is a typical example of the problem I encounter.

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-22 Thread Phillip J. Eby
At 05:01 PM 5/22/2007 -0400, Stanley A. Klein wrote: >Below is a typical example of the problem I encounter. I tried to build >an RPM of ZSI-2.0 using "python setup.py bdist_rpm", and got the output >below at the end. What version of setuptools are you using?

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-22 Thread Stanley A. Klein
On 4/24/07, "Nathan R. Yergler" wrote: >On 4/24/07, Stanley A. Klein wrote: >> I need to create a customized Fedora live CD with Python applications on >> it. The live CD requires rpm's of the applications. (The issues are >> similar to a customized Ubuntu live CD but Ubuntu requires deb's.) >>

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-04-24 Thread Nathan R. Yergler
On 4/24/07, Stanley A. Klein <[EMAIL PROTECTED]> wrote: > I need to create a customized Fedora live CD with Python applications on > it. The live CD requires rpm's of the applications. (The issues are > similar to a customized Ubuntu live CD but Ubuntu requires deb's.) > > It seems that the distu

[Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-04-24 Thread Stanley A. Klein
I need to create a customized Fedora live CD with Python applications on it. The live CD requires rpm's of the applications. (The issues are similar to a customized Ubuntu live CD but Ubuntu requires deb's.) It seems that the distutils/setup.py functions that create rpms are broken. I get error