Hi,
I was wondering if Python programs always need to include the source code
with the program itself. I'm asking this because I don't want my program to
be open-source and so far all the Python programs I've seen included the
source code.
Is it possible to make an executable with only bytecode?
Thanks in advance!
GF
--
Posted via a free Usenet account from http://www.teranews.com
I was wondering if Python programs always need to include the source code
with the program itself. I'm asking this because I don't want my program to
be open-source and so far all the Python programs I've seen included the
source code.
Is it possible to make an executable with only bytecode?
Thanks in advance!
GF
--
Posted via a free Usenet account from http://www.teranews.com
Comment