How to add dll's using py2exe?

Posted by aF on Stack Overflow See other posts from Stack Overflow or by aF
Published on 2010-05-16T20:40:47Z Indexed on 2010/05/17 0:50 UTC
Read the original article Hit count: 288

Filed under:
|

Hello,

I use a c++ dll in python. That dll uses other dlls.

I want to know if it's possible to include all the dll's in my .exe using py2exe without calling them directlly. If so, how can I do it?

Thanks in advance :)

© Stack Overflow or respective owner

Related posts about python

Related posts about py2exe