粘糊糊无法正常运行

时间:2018-09-17 02:04:59

标签: python import

我刚刚尝试将Gooey安装到我的Python程序上。我已经手动下载了它,设法安装了Pip并使用了它,并且找到了解决工作场所代理的方法。现在它找不到模块了。

这是我在Gooey网站上的代码:

# Gooey test

from gooey import Gooey
@Gooey      #<--- all it takes! :)
def main():
    # rest of code
    test = input("Does this work?")
    if test == "yes":
        print("YAY!")

这是错误:

Traceback (most recent call last):
File "C:/Users/180099/Documents/Raspberry PI Club/Python/Code 
Examples/Gooey.py", line 3, in <module>
from gooey import Gooey
ModuleNotFoundError: No module named 'gooey'

0 个答案:

没有答案