This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi r/learnpython,
I really like using python but the idea of not being able to convert my programs into executable files really turns me off. I'm probably going to have to consider learning C or similar either way but I was hoping first somebody could help me with my current project.
I've tried with Py2Exe, PyInstaller, ShedSkin but I cannot figure out what to do, and the problem occurs because I have multiple files rather than a single one.
My Project Consists of these file:
* SACCalculator.py
* funcs.py
* icon.ico
* sac_title.gif
So how could I manage to get these files to an executable file?
Thanks :)
Subreddit
Post Details
- Posted
- 11 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/learnpython...