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...
>
> Someo
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
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 comp
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
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 python
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
--
http://mail.python.o
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
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: comman