资源简介
关于Michael Dawson编的python指南,十一,十二章livewires无法导入,或者导入也无法使用,这个资源包全部解决
代码片段和文件信息
#!/usr/bin/env python
from distutils.core import setup
import sys
# Default to installing if no commands are given
if len (sys.argv) == 1:
script_args = [“install“]
else:
script_args = sys.argv [1:]
setup (name = “LiveWires“
version = “2.0“
description = “LiveWires package provides resources for people learning Python. It is intended for use with the LiveWires Python Course“
author = “Richard Crook Gareth McCaughan Paul Wright Rhodri James Neil Turton“
author_email = “python@livewires.org.uk“
url = “http://www.livewires.org.uk/python/“
packages = [‘livewires‘]
script_args = script_args
)
input(“\n\nPress the enter key to exit.“)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-08-18 00:42 Python资源包livewires\
目录 0 2009-12-30 15:02 Python资源包livewires\livewires\
目录 0 2009-12-30 15:02 Python资源包livewires\livewires\build\
目录 0 2009-12-30 15:02 Python资源包livewires\livewires\build\lib\
目录 0 2009-12-30 15:02 Python资源包livewires\livewires\build\lib\livewires\
文件 2003 2003-07-20 17:02 Python资源包livewires\livewires\build\lib\livewires\color.py
文件 29464 2009-11-05 16:44 Python资源包livewires\livewires\build\lib\livewires\games.py
文件 1579 2009-10-10 21:09 Python资源包livewires\livewires\build\lib\livewires\__init__.py
目录 0 2009-12-30 15:02 Python资源包livewires\livewires\livewires\
文件 2003 2003-07-20 17:02 Python资源包livewires\livewires\livewires\color.py
文件 775 2009-10-10 21:26 Python资源包livewires\livewires\livewires\color.pyc
文件 29464 2009-11-05 16:44 Python资源包livewires\livewires\livewires\games.py
文件 36494 2009-11-05 16:44 Python资源包livewires\livewires\livewires\games.pyc
文件 1579 2009-10-10 21:09 Python资源包livewires\livewires\livewires\__init__.py
文件 142 2009-10-10 21:26 Python资源包livewires\livewires\livewires\__init__.pyc
文件 745 2009-10-24 19:42 Python资源包livewires\livewires\readme.txt
文件 15 2005-10-01 10:52 Python资源包livewires\livewires\setup.bat
文件 735 2009-10-10 21:36 Python资源包livewires\livewires\setup.py
目录 0 2009-12-30 15:02 Python资源包livewires\pygame\
文件 3178496 2009-10-24 19:37 Python资源包livewires\pygame\pygame-1.9.1.win32-py3.1.msi
文件 793 2009-10-24 19:39 Python资源包livewires\pygame\readme.txt
目录 0 2009-12-30 15:02 Python资源包livewires\python\
文件 13737984 2009-10-24 19:36 Python资源包livewires\python\python-3.1.1.msi
文件 843 2009-10-24 19:41 Python资源包livewires\python\readme.txt
目录 0 2010-08-18 00:43 Python资源包livewires\source\
目录 0 2010-08-18 00:43 Python资源包livewires\source\chapter01\
文件 115 2009-06-20 16:40 Python资源包livewires\source\chapter01\game_over.py
目录 0 2010-08-18 00:43 Python资源包livewires\source\chapter02\
文件 418 2009-07-15 13:51 Python资源包livewires\source\chapter02\fancy_credits.py
文件 918 2009-11-16 14:22 Python资源包livewires\source\chapter02\game_over2.py
文件 149 2009-07-08 11:00 Python资源包livewires\source\chapter02\greeter.py
............此处省略157个文件信息
评论
共有 条评论