Python和科学计算认证群组  - 讨论区

标题:How to add the 'goto' and 'comefrom' keywords to Python.

2011年09月07日 星期三 21:19

看到这个网页上的例子:http://entrian.com/goto/

 

from goto import goto, comefrom, label

 

ImportError: No module named goto

 

为何?

2011年09月08日 星期四 08:56

这是一个扩展模块,你需要先下载它:

http://entrian.com/goto/download.html

请注意页面上方的提示:

The "goto" module was an April Fool's joke, published on 1st April 2004. Yes, it works, but it's a joke nevertheless. Please don't use it in real code!

2011年09月08日 星期四 15:36

依据安装方法 Installation:

Install the module just like any other distutils-packaged module:

  • Unpack the archive
  • Run python setup.py install
  • Delete the unpacked files.

    双击setup.py 后还是找不到 "goto" module ,不知道为何安装不上?是不是要解压到特定文件夹下?

 

2011年09月08日 星期四 19:11

不是双击setup.py,是运行setup.py install, 要带install参数。

2011年09月09日 星期五 18:34

具体怎么操作,请给个例子说明吧 

setup.py install(???)

2011年09月10日 星期六 06:44

按Win+R打开运行窗口,输入cmd,打开命令行窗口。在命令行中使用cd命令转到setup.py的目录,输入setup.py install 运行。

如果你安装了python(x,y),那么可以右键点击目录,选择open console here打开命令行窗口。

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号