[Distutils] Installing required DLLs
Brian Quinlan
brian@sweetapp.com
Sun Jan 6 13:11:15 2002
M.A.Lemburg wrote:
> Why doesn't it work anymore ? You DLLs should show up in the
> same directry as the .pyd file. If not something is broken with
> the site-packages support.
The file locations, after installation, are:
C:\Python22\
MyPackage\
DLL1.dll
DLL2.dll
...
lib\
site-packages\
MyPackage\
__init__.py
_MyPackage.pyd
It looks like the path used by data_files is still relative to the
Python installation directory, not to site-packages.
Cheers,
Brian