Building Python 2.5 with full Sqlite3 as a user on linux
问题 This is a bit of a complex problem, at least for me. Here it goes: I'm working as a user on linux server and it's safe to assume that installing any package not already installed is simply impossible. Also I need to set up working Python 2.5 (not installed) with working SQLite3 library (Sqlite in any form not installed). What I can do is: 1. Compile Python 2.5 and make it work 2. Compile amalgamation of SQLite3 Anyway - Python 2.5 is supposed to have interaction with Sqlite3 built-in