Got an interesting problem. (platform ruuning issue)

John Abel jabel at plus.net
Wed Jun 29 09:54:10 EDT 2005


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



More information about the Python-list mailing list