go into python and type:

from pysqlite2 import dbapi2
dbapi2.sqlite_version


On Mar 16, 2007, at 3:23 PM, [EMAIL PROTECTED] wrote:

>
>
>     Michael> ah, in fact one failure youre having, the "testcast"  
> failure,
>     Michael> is indicative of running against a very old sqlite.
>
> Can you tell me what version I'm using other than "very old"?   
> Here's what I
> see:
>
>     $ otool -L lib-dynload/_sqlite3.so
>     lib-dynload/_sqlite3.so:
>             /usr/lib/libsqlite3.0.dylib (compatibility version  
> 9.0.0, current version 9.6.0)
>             /usr/lib/libmx.A.dylib (compatibility version 1.0.0,  
> current version 93.0.0)
>             /usr/lib/libSystem.B.dylib (compatibility version  
> 1.0.0, current version 88.1.8)
>
> and the stuff in /usr/lib looks fairly new:
>
>     $ ls -Ll libsqlite3.*
>     -rwxr-xr-x   1 root  wheel  284508 Mar 14 20:04  
> libsqlite3.0.8.6.dylib
>     -rwxr-xr-x   1 root  wheel  284508 Mar 14 20:04 libsqlite3.0.dylib
>     -rwxr-xr-x   1 root  wheel  284508 Mar 14 20:04 libsqlite3.dylib
>
> I suppose it's possible that I'm picking up another version.  I  
> have an old
> version of Darwin Ports on the machine and Python comes with sqlite  
> of some
> version.
>
> Skip
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to