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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to