Hi

I need to create an executable file from py2app utility

with the help of documentation on python.org i am able to create executable
file on MAC OS X

my question is the sample.app created with the help of py2app utility and i
go inside the sample.app/resources i can still fine the python source file
( sample.py)

if we are creating the executable why there is inclusion of .py file in
final bundle as we are not suppose to share the source code

can you help me how can i remove sample.py in the final bundle creation
from py2app utility


Regards
Jayant
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to