I wonder is this possible...

I want one of the python source files in my project to be visible and
editable by the user. If I use pyinstaller, this is not the case
obviously as the python source files are all rolled up into the
executable.

Is there a way to specify that a particular source file should be
excluded from being included in the executable?

I tried just copying the .py file into the dist* directory, but the
app seems to be still picking the version of the file that was
compiled into the executable.

Many thanks for your help,

Stephen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to