[SciPy-user] Scipy + SQLite crashes ?

Stef Mientki stef.mientki at gmail.com
Sat May 24 10:30:01 EDT 2008


thanks Matthew,

you lead me to the solution ...

Matthew Brett wrote:
> Hi,
>
>   
>> why does the following program crashes ?
>>  from scipy import *
>>  import sqlite3
>>     
>
> What happens if you just do:
>
> import sqlite3
>
> without the scipy import?
>   
works OK
> If that works without error, what happens with:
>
> import scipy
> import sqlite3
>   
works OK
and this
  import sqlite3
  from scipy import *

also works OK, so that's the solution,
I'll probably be able to implement that.

cheers,
Stef



> ?
>
> Best,
>
> Matthew
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   




More information about the SciPy-User mailing list