-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/09/2011 02:03 PM, Edzard Pasma wrote: > I just made an alias in the shell (Unix-) for this tool: > > alias apsw='python -c "import apsw;apsw.main()"'
I keep trying to make it so you can do "python -m apsw ...." and the code is structured to allow that, but in my investigations it seems like Python internals will only do it for a module written in Python and not one written in C. > Also reported an issue Anyone who is interested can follow along at the following link. The APSW shell supports a superset of SQLite shell's invocation and hence the behaviours are a little inconsistent: http://code.google.com/p/apsw/issues/detail?id=115 Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2g1JgACgkQmOOfHg372QTjRQCcDVMaLLR27OQWCVI/4R7yTVZ3 j/sAoK8RD+R6VextcxboId7GI9O1jNRY =QjF4 -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

