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 python code also uses several modules that are part of the package. I guess the proper way to package those modules is to use pycentral, but how do I do it using CDBS? - I've already loaded autotools class for C++ code.
Thank you in advance. -- Zaar -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

