Re: [Tutor] pysqlite and SQLite

2008-09-29 Thread Richard Lovely
If you're compiling from source you do: http://oss.itsystementwicklung.de/trac/pysqlite/browser/doc/install-source.txt If you've got an installer, it shouldn't let you install if you don't have the right things installed. Even if you can install pysqlite, you wouldn't be able to run any pysqlite

Re: [Tutor] pysqlite and SQLite

2008-09-29 Thread Adrian Greyling
Thanks for the response Chad! I'm using Python 2.5.2, so I guess I'm in the clear then, although I'm still getting an unexplained error message. I've taken my program and used GUI2exe to create a standalone executable. When I run said executable on my own WinXP machine, it works just fine. When