Mailing List Archive

MySQL module crashes
Hi All,

I've just installed MySQL 1.4, mysql 3.22.25 and python 1.5.2b2

Unfortunately python coredumps :-(

mueller@jumbo:~/src/Python-1.5.2b2> python
Python 1.5.2b2 (#17, Aug 12 1999, 16:53:47) [C] on irix6
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
python> import MySQL
Fatal Python error: PyThreadState_Get: no current thread
Abort (core dumped)

I'm runniing irix 6.5 on R5000/10000. Does anybody have any
experience with mysql module in the above version combination?
In general I've no problems with threads in python.

thanks for help,

Arne
MySQL module crashes [ In reply to ]
Actually, I had a similar problem when trying to use MySQL with a Java
App Server. Apparently, The JDBC driver is completely solid. The other
drivers seem to be of varying degrees of usefulness...


In article <37B2F23A.7E084E5C@icrf.icnet.uk>,
Arne Mueller <a.mueller@icrf.icnet.uk> wrote:
> Hi All,
>
> I've just installed MySQL 1.4, mysql 3.22.25 and python 1.5.2b2
>
> Unfortunately python coredumps :-(
>
> mueller@jumbo:~/src/Python-1.5.2b2> python
> Python 1.5.2b2 (#17, Aug 12 1999, 16:53:47) [C] on irix6
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> python> import MySQL
> Fatal Python error: PyThreadState_Get: no current thread
> Abort (core dumped)
>
> I'm runniing irix 6.5 on R5000/10000. Does anybody have any
> experience with mysql module in the above version combination?
> In general I've no problems with threads in python.
>
> thanks for help,
>
> Arne
>


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.