来自J Zelle教授的Python graphics.py上的yUP

时间:2013-05-13 01:21:11

标签: python python-3.x

由于我在尝试通过屏幕窗口输入信息时遇到一些问题,使用来自J Zelle教授的graphics.py,我正在阅读一些额外的教程 “http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html?highlight=yup” 在这里,我发现所有示例都以

开头
win = GraphWin('Face', 200, 150) # give title and dimensions
win.yUp() # make right side up coordinates!

我正在使用来自http://mcsp.wartburg.edu/zelle/python/的graphics.py下载,该版本似乎是在#Version 4.2 5/26/2011,并且我无法找到win.yUp。

有人可以提供如何解决此问题的信息

1 个答案:

答案 0 :(得分:2)

作为第一段中链接到explains的教程,“我对他的[即Zelle]包的详细阐述是示例程序中的graphics.py。”

您希望来自http://anh.cs.luc.edu/python/hands-on/3.1/index.html的版本。下载链接到“测试教程中使用的代码所需的示例程序”之后的zip文件。