[Pythonmac-SIG] Re: [PyKDE] ANN: New PyQt-Mac-03-2005 binary installer available

2005-03-23 Thread Detlev Offenbach
Am Mittwoch, 23. März 2005 06:25 schrieb Kevin Walzer: > We have released a new binary installer of PyQt-Mac, PyQt-Mac-03-2005, > which packages PyQt for Mac OS X. This installer updates all components > of PyQt to the latest versions: > > PyQt 3.14.1, Sip 4.2.1, QScintilla 1.5.1, Qt 3.3.4, and Eri

[Pythonmac-SIG] Having trouble installing Panther python packages

2005-03-23 Thread nmadnani
Hi Guys I am having trouble installing the python packages at http://pythonmac.org/packages/ Everytime I unzip the file and install the .mpkg file, I get the following error: "The InstallationCheck tool is either not exectutable or not readable." 1) I chmod'ed +x the "InstallationCheck" script in

Re: [Pythonmac-SIG] problem creating first pyobjc file

2005-03-23 Thread David Reed
On Mar 23, 2005, at 4:53 PM, Bob Ippolito wrote: On Mar 23, 2005, at 4:40 PM, David Reed wrote: I'm a Linux refugee familiar used to programming pygtk apps with glade and decided to see how to make Cocoa apps. I downloaded the pybobc 1.3b1 and py2app that Bob announced about a week ago. I'm f

Re: [Pythonmac-SIG] problem creating first pyobjc file

2005-03-23 Thread Bob Ippolito
On Mar 23, 2005, at 4:40 PM, David Reed wrote: I'm a Linux refugee familiar used to programming pygtk apps with glade and decided to see how to make Cocoa apps. I downloaded the pybobc 1.3b1 and py2app that Bob announced about a week ago. I'm following the tutorial and go to the step where I'

[Pythonmac-SIG] problem creating first pyobjc file

2005-03-23 Thread David Reed
I'm a Linux refugee familiar used to programming pygtk apps with glade and decided to see how to make Cocoa apps. I downloaded the pybobc 1.3b1 and py2app that Bob announced about a week ago. I'm following the tutorial and go to the step where I'm supposed to run: /usr/bin/python setup.py py

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Larry Meyn
I would suggest getting the package installer from MySQL at http://dev.mysql.com/downloads/mysql/4.1.html. I've had no problems with the installer packages they've provided. --Larry On Mar 23, 2005, at 9:55 AM, Christian Meesters wrote: On 23 Mar 2005, at 17:00, Bob Ippolito wrote: I think what

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
On 23 Mar 2005, at 17:00, Bob Ippolito wrote: I think what's most important here is how you installed MySQL. Apparently the MySQL extension is looking for components of MySQL that you do not have installed, or that you have installed in a location other than where the extension knows to look. R

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Bob Ippolito
On Mar 23, 2005, at 9:57 AM, Christian Meesters wrote: On 23 Mar 2005, at 15:07, Jim Muller wrote: Well, the last few errors are probably caused by the first few -- what are they? Sorry, didn't thought that it could be all too important - but thinking about it, my excuse sounds a bit silly. Well

Re: [Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
Hi Jim, On 23 Mar 2005, at 15:07, Jim Muller wrote: Well, the last few errors are probably caused by the first few -- what are they? Sorry, didn't thought that it could be all too important - but thinking about it, my excuse sounds a bit silly. Well here they are: $ python setup.py build sh:

[Pythonmac-SIG] installing MySQL for Python

2005-03-23 Thread Christian Meesters
Hi Has anybody experience installing MySQL-Python (v1.2)? In this case I'd like to install it for the standard 2.3 (for the record: I'm using 10.3.8 with Python Panther Fix). Simply starting 'python setup.py build' results in a bunch of errors and compiler warning and eventually fails: #just