Registering Python 2.1.3

Gerhard Häring gh at ghaering.de
Tue Sep 30 20:04:14 EDT 2003


Bob Gailer wrote:
> I need to register Python 2.1.3 so I can, in turn, install 
> sqlite-python-0.3.1.win32-py2.1.exe, so I can in turn use pysqlite with 
> ZOPE. [...]

The simplest way to achieve your goal is to download the .exe PySQLite 
installer, then unzip (yes, *unzip*) it with a tool like WinZip, 
PowerArchiver, unzip.exe or whatever and move the files into their 
places. The trick is that a Windows installer creatd with distutils is 
basically a zip file with a little bootstrap routine in front of it :)

-- Gerhard





More information about the Python-list mailing list