Re: Python distutils problem

2004-02-22 Thread David Clymer
On Sun, 2004-02-22 at 05:51, Patrick Kirk wrote: > Hi all, > > I'm trying to install the Python MySQL connector on Debian testing. If > I do 'python -V' I get > > enterprise MySQL-python-0.9.2 # python -V > Python 2.3.3 > > But when I try to run a script that relies on distutils I get this: >

Python distutils problem

2004-02-22 Thread Patrick Kirk
Hi all, I'm trying to install the Python MySQL connector on Debian testing. If I do 'python -V' I get enterprise MySQL-python-0.9.2 # python -V Python 2.3.3 But when I try to run a script that relies on distutils I get this: enterprise MySQL-python-0.9.2 # python setup.py build Traceback (mos