Re: Weird gcc errors while installing MySQL-python module

2007-09-03 Thread Diez B. Roggisch
Jonas Schneider wrote: Hi guys, I´m experiencing weird error messages while installing MySQL-python with easy_install... I have no idea where the errors come from. Read the whole output at http://pastebin.com/m3859cf40 It´s really a lot... Someone got ideas? The pastebin errormessage

Weird gcc errors while installing MySQL-python module

2007-09-02 Thread Jonas Schneider
Hi guys, I´m experiencing weird error messages while installing MySQL-python with easy_install... I have no idea where the errors come from. Read the whole output at http://pastebin.com/m3859cf40 It´s really a lot... Someone got ideas? Greets Jonas -- http://mail.python.org/mailman/listinfo

Problem with installing MySQL-python-1.2.1_p2

2006-05-23 Thread Olivier Langlois
Hi, I have tried to install MySQL-python-1.2.1_p2 under Windows XP with Python 2.4.3 and I get some problems. 1- I get this warning when I run setup.py build: C:\tools\Python\lib\distutils\extension.py:133: UserWarning: Unknown Extension options: 'mysql_root' warnings.warn(msg) 2- When I

Re: Issues installing MySQL-python-0.3.5

2006-02-14 Thread Gerhard Häring
Sorry for the duplicate email, Keith. [EMAIL PROTECTED] wrote: Hi, I am trying to use the Python MySQL APIs and have been attempting to install the above software. I am using MySQL 5.0.18-standard with Python 2.4.1 I get errors on the build. Some searching showed that one of the

Issues installing MySQL-python-0.3.5

2006-02-13 Thread keith
Hi, I am trying to use the Python MySQL APIs and have been attempting to install the above software. I am using MySQL 5.0.18-standard with Python 2.4.1 I get errors on the build. Some searching showed that one of the modules I was having issues with now has less arguments in my version of

Re: Installing MySQL-Python

2005-06-22 Thread kai festersen
Cathy Hui wrote: Do u know why do i get the following message error: command 'gcc' failed with exit status 1 yes: error: command 'gcc' failed with exit status 1 means: there's no compiler gcc ... kai when trying to build the MySql-Python (1.2.0) on my Solaris 8 system? (with mysql 4.0.21

Re: Installing MySQL-Python

2005-06-22 Thread Cathy Hui
but the gcc was installed on this system tho: gcc -v Reading specs from /export/home/local/bin/../lib/gcc/sparc-sun-solaris2.8/3.4.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.4.2 --

Installing MySQL-Python

2005-06-21 Thread Cathy Hui
Do u know why do i get the following message when trying to build the MySql-Python (1.2.0) on my Solaris 8 system? (with mysql 4.0.21 and python 2.4). thanks! error mesg: ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status error: