Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Sunday December 15, 2024, 12:56 pm
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
Other Software
»
Developer's Corner
»
Where do I find py2exe documentation/tutorials?
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: Where do I find py2exe documentation/tutorials? (Read 8265 times)
alivingspirit
Supporting Member
Joined in 2006
Posts:
167
Where do I find py2exe documentation/tutorials?
«
on:
December 31, 2008, 01:10 PM »
This is something that has already caused me many hours of distress. The main website does not tell you how to do anything beyond the basics. It is surprising that there aren't more tools in this area. I for one, am frustrated.
alivingspirit
Supporting Member
Joined in 2006
Posts:
167
Re: Where do I find py2exe documentation/tutorials?
«
Reply #1 on:
December 31, 2008, 01:34 PM »
If I would have known it would be this hard for me to distribute python code I never would have started learning it.
mnemonic
Supporting Member
Joined in 2006
Posts:
177
Re: Where do I find py2exe documentation/tutorials?
«
Reply #2 on:
January 05, 2009, 03:40 PM »
Here are a couple of useful links from stackoverflow:
Deploying python applications
Creating py2exe executables
Here's a link to a message relating to why python applications aren't great for distributing non-open source desktop applications:
Protecting python code
alivingspirit
Supporting Member
Joined in 2006
Posts:
167
Re: Where do I find py2exe documentation/tutorials?
«
Reply #3 on:
January 07, 2009, 03:13 AM »
Yes I have seen these. See how its all really vague, as if they expect you already know how to use it? How am I supposed to know there are those options if there is no documentation?!
mnemonic
Supporting Member
Joined in 2006
Posts:
177
Re: Where do I find py2exe documentation/tutorials?
«
Reply #4 on:
January 07, 2009, 01:56 PM »
Yep, the py2exe documentation is pretty poor.
There's also
pyInstaller
, which seems to have better
documentation
.
Can't say I've ever tried to use it though...
alivingspirit
Supporting Member
Joined in 2006
Posts:
167
Re: Where do I find py2exe documentation/tutorials?
«
Reply #5 on:
January 08, 2009, 12:25 PM »
pyInstaller is not really being maintained anymore. The latest version still only supports python version 1.5 - 2.4 .
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
Other Software
»
Developer's Corner
»
Where do I find py2exe documentation/tutorials?