dlls and distutils

J

John Hunter

I want to create a python extension module with a win32 installer.
The package has several other libraries that it depends on, which I
would like to bundle with the extension module.

I see two ways to go

1) distribute the other dlls with my ext module as install_data. If
I go this route, where should they be put? I don't want to put
them into the windows system dir and ideally would like to avoid
having the user set a path.

2) Ideally, I would like to build my DLL with the other library code
statically linked in. But I'm not sure how to do this.


Any tips or pointers to docs appreciated,
John Hunter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,439
Latest member
shasuze

Latest Threads

Top