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

Re: [Pythonmac-SIG] future of python/w

2006-04-04 Thread w chun
On 4/4/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Charles Hartman wrote: > > Excellent news. I'll hope that, by the time these students get going > > When might that be? weeks? maybe not. Months? probably. > > Charles Hartman wrote: > >>> I ask because I have to write a getting-started she

Re: [Pythonmac-SIG] future of python/w

2006-04-04 Thread Charles Hartman
The students won't begin on this until September. So that means -- knowing me -- the how-to sheet won't get done until the last week of August. I imagine we'll have wx long before then. (And hooray for the new book on wxPython by the way -- it's an excellent intro, though it's not an intro

Re: [Pythonmac-SIG] future of python/w

2006-04-04 Thread Christopher Barker
Charles Hartman wrote: > Excellent news. I'll hope that, by the time these students get going When might that be? weeks? maybe not. Months? probably. Charles Hartman wrote: >>> I ask because I have to write a getting-started sheet for some >>> students taking up Python, on various platforms.

Re: [Pythonmac-SIG] future of python/w

2006-04-04 Thread Charles Hartman
Excellent news. I'll hope that, by the time these students get going (they'll be using wxPython), there will be a wxPython Universal too. Thanks! coh On Apr 4, 2006, at 8:22 AM, Ronald Oussoren wrote: > > On 4-apr-2006, at 14:19, Charles Hartman wrote: > >> I remember this came up recently,

Re: [Pythonmac-SIG] future of python/w

2006-04-04 Thread Ronald Oussoren
On 4-apr-2006, at 14:19, Charles Hartman wrote: > I remember this came up recently, but I don't know where it's coming > out: Is it likely that the python/pythonw distinction will disappear? > > I ask because I have to write a getting-started sheet for some > students taking up Python, on various

[Pythonmac-SIG] future of python/w

2006-04-04 Thread Charles Hartman
I remember this came up recently, but I don't know where it's coming out: Is it likely that the python/pythonw distinction will disappear? I ask because I have to write a getting-started sheet for some students taking up Python, on various platforms. I know that any time I can eliminate a br