How to make an executable file in python?

Posted by aF on Stack Overflow See other posts from Stack Overflow or by aF
Published on 2010-04-25T20:55:44Z Indexed on 2010/04/25 21:03 UTC
Read the original article Hit count: 157

Filed under:
|

Hello,

I want to make an executable file (.exe) of my python's application.

I want to know how to do it but have this in mind: I use a c++ dll!

Do I have to put the dll along side with the .exe or is there some other way?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about python

Related posts about executable