資源簡介
關(guān)于Michael Dawson編的python指南,十一,十二章livewires無法導(dǎo)入,或者導(dǎo)入也無法使用,這個資源包全部解決
代碼片段和文件信息
#!/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個文件信息
評論
共有 條評論