Re: [Pythonmac-SIG] Trouble installing mxdatetime

2005-03-13 Thread Jason Van Anden
Thanks - that was it - everything works. I must say - installation has gotten a lot smoother since the last time I dealt with this. For the record, I am installing five mac minis with this stuff to run a video game art installation using python and java (could be me, but I doubt it). You can f

Re: [Pythonmac-SIG] Trouble installing mxdatetime

2005-03-12 Thread Kevin Dangoor
Sounds like you might not have Xcode/Developer Tools installed. They don't come installed by default. Kevin Jason Van Anden wrote: Hi, I was attempting to install mxdatetime on a mac mini - but it fails when I run setup. Repeated messages tell me it was unable to execute gcc. I unzipped the r

[Pythonmac-SIG] Trouble installing mxdatetime

2005-03-12 Thread Jason Van Anden
Hi, I was attempting to install mxdatetime on a mac mini - but it fails when I run setup. Repeated messages tell me it was unable to execute gcc. I unzipped the release in a temp folder and ran: sudo python setup.py install Advice appreciated. J ___