Re: Python binaries as part of the package

2009-10-12 Thread Luca Falavigna
Hai Zaar ha scritto: > I have a package that has both C++ and Python executables. I have the > following questions regarding python packaging: > 1. How do I properly package python executable? - By default they are > handled as regular executables, but I want .pyc files to be created > for them. >

Python binaries as part of the package

2009-10-12 Thread Hai Zaar
Good day, dear mentors! I have a package that has both C++ and Python executables. I have the following questions regarding python packaging: 1. How do I properly package python executable? - By default they are handled as regular executables, but I want .pyc files to be created for them. 2. My py