-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to package enaml application with nuitka #451
Comments
I have no experience with nuitka so I am not sure how much I can help. enaml files are converted upon import into valid Python bytecode that is then stored in the enamlc cache files. If you have a way to convince nuitka to use sourceless cache files not ending in .pyc it may be a first step forward. If you could post a minimal setup of what you are trying to achieve it could try to have a look. |
While i was try to use it with nuitka problem is where we import nuitka files into python code |
If we can do that then generated file should be a valid python package and every thing should work then |
As I said you can obtain valid bytecode but I never tried to decompile it to source. Feel free to look into it. |
No description provided.
The text was updated successfully, but these errors were encountered: