Sorry, I am a bit new to this language
I am trying to import Gooey into my program like this
from gooey import Gooey
@Gooey
def main():
rest of code
but my console says
Traceback (most recent call last):
File "C:\Users\Robertan111\workspace\test\test.py", line 3, in <module>
from gooey import Gooey
File "C:\Python27\lib\site-packages\gooey\__init__.py", line 2, in <module>
from gooey.python_bindings.gooey_decorator import Gooey
File "C:\Python27\lib\site-packages\gooey\python_bindings\gooey_decorator.py", line 50, in <module>
import wx
ImportError: No module named wx
I don't even know what wx is