Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Running Python run_all.py error #251

Open
laisenglee opened this issue Jan 7, 2018 · 1 comment
Open

Running Python run_all.py error #251

laisenglee opened this issue Jan 7, 2018 · 1 comment

Comments

@laisenglee
Copy link

laisenglee commented Jan 7, 2018

laiseng@laiseng-Precision-Rack-7910:~/Surround360/surround360_render/scripts$

python run_all.py
Traceback (most recent call last):
File "run_all.py", line 32, in
if USE_GOOEY: from gooey import Gooey, GooeyParser # only load Gooey if needed
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/init.py", line 2, in
from gooey.python_bindings.gooey_decorator import Gooey
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/python_bindings/gooey_decorator.py", line 14, in
from gooey.gui import application
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/application.py", line 8, in
from gooey.gui.controller import Controller
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/controller.py", line 2, in
from gooey.gui.presenter import Presenter
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/presenter.py", line 3, in
from gooey.gui.processor import ProcessController
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/processor.py", line 13, in
from gooey.gui.util.taskkill import taskkill
File "/usr/local/lib/python2.7/dist-packages/Gooey-0.9.5.2-py2.7.egg/gooey/gui/util/taskkill.py", line 10, in
import psutil
ImportError: No module named psutil
laiseng@laiseng-Precision-Rack-7910:/Surround360/surround360_render/scripts$ ^C
laiseng@laiseng-Precision-Rack-7910:
/Surround360/surround360_render/scripts$

@Supremes
Copy link

just install psutil module

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

No branches or pull requests

2 participants