Skip to content
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

load_module throws exception #286

Open
ignatenkobrain opened this issue Sep 9, 2015 · 1 comment
Open

load_module throws exception #286

ignatenkobrain opened this issue Sep 9, 2015 · 1 comment

Comments

@ignatenkobrain
Copy link
Contributor

[16:38:52] {/home/brain/git/upstream/rpg/rpg/plugin_engine.py:43} WARNING - error during executing plugin PythonPlugin:
  File "/home/brain/git/upstream/rpg/rpg/plugin_engine.py", line 38, in execute_phase
    method(project_dir, self.spec, self.sack)
  File "/home/brain/git/upstream/rpg/rpg/plugins/lang/python.py", line 13, in patched
    mod.run_script(str(item))
  File "/usr/lib64/python3.4/modulefinder.py", line 111, in run_script
    self.load_module('__main__', fp, pathname, stuff)
  File "/usr/lib64/python3.4/modulefinder.py", line 289, in load_module
    co = compile(fp.read()+'\n', pathname, 'exec')
@onionka
Copy link
Member

onionka commented Sep 20, 2015

How did you manage to produce that error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants