Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have good experience rolling everything up using py2exe, and then packaging it all with Inno Setup. There were good hooks to deal with hand-built libraries, matplotlib and data files. The py2exe tutorial shows how to put them together.
This was a Windows solution — Inno Setup is Windows only so it won’t work on OSX for you.