抛出导入swampy.Gui的异常

时间:2015-06-06 14:27:16

标签: python python-2.7 spyder

我正在尝试使用Spyder导入swampy.gui模块,但会收到错误。

输入:

from swampy.Gui import *

输出:

runfile('C:/Users/Sharon Tarrab/Desktop/ex9_012345678.py', wdir='C:/Users/Sharon Tarrab/Desktop')
Traceback (most recent call last):

  File "<ipython-input-102-9d4bbf99fee6>", line 1, in <module>
runfile('C:/Users/Sharon Tarrab/Desktop/ex9_012345678.py', wdir='C:/Users/Sharon Tarrab/Desktop')


  File "C:\Users\Sharon Tarrab\Anaconda\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 580, in runfile
execfile(filename, namespace)

  File "C:/Users/Sharon Tarrab/Desktop/ex9_012345678.py", line 1, in <module>
from swampy.Gui import *
ImportError: No module named swampy.Gui

有什么问题?有没有机会添加这个模块?

0 个答案:

没有答案