Jeffrey Maitland wrote:

>when running scripts they seem to work fine on ia-32 but I get
>segfault on ia-64 what the heck should I be looking for?
>
>I did notice that it seems to work ok only for certain scripts but any
>script that imports MySQLdb or glob seems to make this occur.
>
>Thanks Jeff
>  
>
That sounds to me like an issue with compiled libraries.  Does cli mysql 
work on the machine ( would verify a working libmysqlclient_r )?  I'm 
guessing glob fails due to it's dependence on re, and the os specific 
parts of os?

J
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to