Python Forum
Question about exporting Python
Thread Rating:
  • 4 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about exporting Python
#2
why do you think you *must* distribute in compiled form?
user may have python already installed (either included with the OS or installed afterwards by user for whatever reason), or install it when needed.
also you can bundle python interpreter with your application and user doesn't need to install it separately or even know which python interpreter is used.
As to the user reading the file - if they are motivated enough they can decompile, so this is more or less irrelevant
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Question about exporting Python - by Nwb - Jan-12-2019, 06:35 AM
RE: Question about exporting Python - by buran - Jan-12-2019, 06:55 AM
RE: Question about exporting Python - by buran - Jan-12-2019, 10:02 AM
RE: Question about exporting Python - by Nwb - Jan-12-2019, 01:21 PM
RE: Question about exporting Python - by buran - Jan-12-2019, 01:46 PM
RE: Question about exporting Python - by Nwb - Jan-15-2019, 05:56 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020