-
Notifications
You must be signed in to change notification settings - Fork 11
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
ModuleFinder error #349
Comments
I have a solution ... we can run external command in proper python environment. For that we have to find out version of python they used. |
onionka
added a commit
to onionka/rpg
that referenced
this issue
Nov 11, 2015
…q#349); refactored plugin_engine
onionka
added a commit
to onionka/rpg
that referenced
this issue
Feb 3, 2016
…q#349); refactored plugin_engine
onionka
added a commit
to onionka/rpg
that referenced
this issue
Feb 6, 2016
…q#349); refactored plugin_engine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was building hawkey and these errors came up. The last one happened, because we are checking imports for python2 from python3 environment, so when module finder tries to compile python2 file, exception will be thrown, that it has wrong syntax.
The text was updated successfully, but these errors were encountered: