[Distutils] setuptools, eager_resources, and DLLs

Gerhard Häring gh at ghaering.de
Sun Nov 20 23:46:24 CET 2005


Hello,

I want to make pysqlite installable as an egg.

The normal pysqlite install works like this (win32):

pysqlite2/__init__.py
pysqlite2/_sqlite.pyd
pysqlite2/sqlite3.dll

I read that with eager_resources, setuptools can install shared 
libraries too. But I have no idea how to use this feature if the 
extension module is located in a package.

Any ideas?

-- Gerhard


More information about the Distutils-SIG mailing list