Re: [Pythonmac-SIG] PyXML install problems

2006-04-05 Thread Ronald Oussoren
On 5-apr-2006, at 18:18, Christopher Barker wrote: > Bob Ippolito wrote: > >> I'll see about creating a repository >> for universal packages sometime over the next few days (weekend is my >> best guess). > > Did you get a chance to take a look at my re-structuring of the > pythonmac repository si

Re: [Pythonmac-SIG] PyXML install problems

2006-04-05 Thread Christopher Barker
Bob Ippolito wrote: > I'll see about creating a repository > for universal packages sometime over the next few days (weekend is my > best guess). Did you get a chance to take a look at my re-structuring of the pythonmac repository site? Anything else I can do to help? While we are on the to

Re: [Pythonmac-SIG] PyXML install problems

2006-04-05 Thread Ronald Oussoren
On Wednesday, April 05, 2006, at 04:19AM, Bob Ippolito <[EMAIL PROTECTED]> wrote: > >On Apr 4, 2006, at 7:11 PM, Todd O'Bryan wrote: > >> On Apr 4, 2006, at 9:22 PM, Bob Ippolito wrote: >> >>> That will install py2app and related tools. After that's done, >>> you'll have a new bdist_mpkg she

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Bob Ippolito
On Apr 4, 2006, at 7:11 PM, Todd O'Bryan wrote: > On Apr 4, 2006, at 9:22 PM, Bob Ippolito wrote: > >> That will install py2app and related tools. After that's done, >> you'll have a new bdist_mpkg shell command which you can just run >> in any directory with a setup.py and it will (more lik

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Todd O'Bryan
On Apr 4, 2006, at 9:22 PM, Bob Ippolito wrote: > That will install py2app and related tools. After that's done, > you'll have a new bdist_mpkg shell command which you can just run > in any directory with a setup.py and it will (more likely than not) > build a .mpkg out of it. Hey, it work

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Bob Ippolito
On Apr 4, 2006, at 6:13 PM, Todd O'Bryan wrote: > OK, I successfully installed it. (Thanks for the simple-but-time- > consuming-download-wise fix, Bob.) > > Now, how do I donate the binary back to the cause? The current strategy would be to either build an egg for it, or a bdist_mpkg (probably

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Todd O'Bryan
OK, I successfully installed it. (Thanks for the simple-but-time- consuming-download-wise fix, Bob.) Now, how do I donate the binary back to the cause? Todd P.S. I'm willing to do some others, assuming it's not too complicated. MySQL-python just released 1.2.1, and 1.2.0 is the most recent

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Bob Ippolito
On Apr 4, 2006, at 5:37 PM, Daniel Lord wrote: > On Apr 4, 2006, at 2:56 PM, Bob Ippolito wrote: > >> >> On Apr 4, 2006, at 2:18 PM, Christopher Barker wrote: >> >>> Bob Ippolito wrote: When using the universal build, you need to have the universal SDK installed. It looks like you don't

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Daniel Lord
Would this be a good way ti quickly figure it out: daniello ~ cc -arch i386 i686-apple-darwin8-gcc-4.0.1: no input files It looks like the compiler identifies itself as Intel-capable i.e. i686. Of course that is no guarantee the includes and libs are there, but its a good way to bet. I hav

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Bob Ippolito
On Apr 4, 2006, at 2:18 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> When using the universal build, you need to have the universal SDK >> installed. It looks like you don't. > > Do you get that if you install the latest XCode tools? I don't know if it's installed by default yet, but

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Christopher Barker
Bill Janssen wrote: > Time to update the downloads page? I'm not sure. We don't have a single Universal package available yet. However, it does work, on PPC, with the packages for the 2.4.1 Framework build. If you use it on Intel, however, you're stuck with building everything yourself, and I d

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Christopher Barker
Bob Ippolito wrote: > When using the universal build, you need to have the universal SDK > installed. It looks like you don't. Do you get that if you install the latest XCode tools? -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Bob Ippolito
On Apr 4, 2006, at 11:49 AM, Todd O'Bryan wrote: > I just posted this to XML-SIG, but someone suggested the Mac list > would be more helpful. (Aren't the Mac lists always more helpful?) > > Anyway... > > I have Mac OS X, 10.4.6 (updated this morning) with the new Python > 2.4.3 Universal Binary j

Re: [Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Bill Janssen
> I have Mac OS X, 10.4.6 (updated this morning) with the new Python > 2.4.3 Universal Binary just released at python.org. Time to update the downloads page? Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/lis

[Pythonmac-SIG] PyXML install problems

2006-04-04 Thread Todd O'Bryan
I just posted this to XML-SIG, but someone suggested the Mac list would be more helpful. (Aren't the Mac lists always more helpful?) Anyway... I have Mac OS X, 10.4.6 (updated this morning) with the new Python 2.4.3 Universal Binary just released at python.org. I'm trying to install PyXML, but