This is Python version 2.7.2
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Python Software Foundation. All rights reserved.
Copyright (c) 2000 BeOpen.com.
All rights reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All rights reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
All rights reserved.
License information
-------------------
See the file "LICENSE" for information on the history of this
software, terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.
This Python distribution contains no GNU General Public Licensed
(GPLed) code so it may be used in proprietary projects just like prior
Python distributions. There are interfaces to some GNU code but these
are entirely optional.
All trademarks referenced herein are property of their respective
holders.
What's new in this release?
---------------------------
See the file "Misc/NEWS".
If you don't read instructions
------------------------------
Congratulations on getting this far. :-)
To start building right away (on UNIX): type "./configure" in the
current directory and when it finishes, type "make". This creates an
executable "./python"; to install in /usr/local, first do "su root"
and then "make install".
The section `Build instructions' below is still recommended reading.
What is Python anyway?
----------------------
Python is an interpreted, interactive object-oriented programming
language suitable (amongst other uses) for distributed application
development, scripting, numeric computing and system testing. Python
is often compared to Tcl, Perl, Java, JavaScript, Visual Basic or
Scheme. To find out more about what Python can do for you, point your
browser to http://www.python.org/.
How do I learn Python?
----------------------
The official tutorial is still a good place to start; see
http://docs.python.org/ for online and downloadable versions, as well
as a list of other introductions, and reference documentation.
There's a quickly growing set of books on Python. See
http://wiki.python.org/moin/PythonBooks for a list.
Documentation
-------------
All documentation is provided online in a variety of formats. In
order of importance for new users: Tutorial, Library Reference,
Language Reference, Extending & Embedding, and the Python/C API. The
Library Reference is especially of immense value since much of
Python's power is described there, including the built-in data types
and functions!
All documentation is also available online at the Python web site
(http://docs.python.org/, see below). It is available online for occasional
reference, or can be downloaded in many formats for faster access. The
documentation is downloadable in HTML, PostScript, PDF, LaTeX, and
reStructuredText (2.6+) formats; the LaTeX and reStructuredText versions are
primarily for documentation authors, translators, and people with special
formatting requirements.
Web sites
---------
New Python releases and related technologies are published at
http://www.python.org/. Come visit us!
Newsgroups and Mailing Lists
----------------------------
Read comp.lang.python, a high-volume discussion newsgroup about
Python, or comp.lang.python.announce, a low-volume moderated newsgroup
for Python-related announcements. These are also accessible as
mailing lists: see http://www.python.org/community/lists/ for an
overview of these and many other Python-related mailing lists.
Archives are accessible via the Google Groups Usenet archive; see
http://groups.google.com/. The mailing lists are also archived, see
http://www.python.org/community/lists/ for details.
Bug reports
-----------
To report or search for bugs, please use the Python Bug
Tracker at http://bugs.python.org/.
Patches and contributions
-------------------------
To submit a patch or other contribution, please use the Python Patch
Manager at http://bugs.python.org/. Guidelines
for patch submission may be found at http://www.python.org/dev/patches/.
If you have a proposal to change Python, you may want to send an email to the
comp.lang.python or python-ideas mailing lists for inital feedback. A Python
Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
current PEPs, as well as guidelines for submitting a new PEP, are listed at
http://www.python.org/dev/peps/.
Questions
---------
For help, if you can't find it in the manuals or on the web site, it's
best to post to the comp.lang.python or the Python mailing list (see
above). If you specifically don't want to involve the newsgroup or
mailing list, send questions to help@python.org (a group of volunteers
who answer questions as they can). The newsgroup is the most
efficient way to ask public questions.
Build instructions
==================
Before you can build Python, you must first configure it.
Fortunately, the configuration and build process has been automated
for Unix and Linux installations, so all you usually have to do is
type a few commands and sit back. There are some platforms where
things are not quite as smooth; see the platform specific notes below.
If you want to build for multiple platforms sharing the same source
tree, see the section on VPATH below.
Start by running the script "./configure", which determines your
system configuration and creates the Makefile. (It takes a minute or
two -- please be patient!) You may want to pass options to the
configure script -- see the section below on configuration options and
variables. When it's done, you are ready to run make.
To build Python, you normally type "make" in the toplevel directory.
If you have changed the configuration, the Makefile may have to be
rebuilt. In this case, you may have to run make again to correctly
build your desired target. The interpreter executable is built in the
top level directory.
Once you have built a Python interpreter, see the subsections below on
testing and installation. If you run into trouble, see the next
section.
Previous versions of Python used a manual configuration process that
involved editing the file Modules/Setup. While this file still exists
and manual configuration is still supported, it is rarely needed any
more: almost all modules are automatically built as appropriate under
guidance of the setup.py script, which is run by Make after the
interpreter has been built.
Troubleshooting
---------------
See also the platform specific notes in the next section.
If you run into other trouble, see the FAQ
(http://www.python.org/doc/faq/) for hints on what can go wrong, and
how to fix it.
If you rerun the configure script with different options, remove all
object files by running "make clean" before rebuilding. Believe it or
not, "make clean" sometimes helps to clean up other inexplicable
problems as well. Try it before sending in a bug report!
If the configure script fails or doesn't seem to find things that
should be there, inspect the config.log file.
If you get a warning for every file about the -Olimit option being no
longer supported, you can ignore it. There's no foolproof way to know
whether this option is needed; all we can do is test whether it is
accepted without error. On some systems, e.g. older SGI compilers, it
is essential for performance (specifically when compiling ceval.c,
which has more basic blocks than the default limit of 1000). If the
warning bothers you, edit the Makefile to remove "-Olimit 1500" from
the OPT variable.
If you get failures in test_long, or sys.maxint gets set to -1, you
are probably experiencing compiler bugs, usually related to
optimization. This is a common problem with some versions of gcc, and
some vendor-supplied compilers, which can sometimes be worked aro
没有合适的资源?快使用搜索试试~ 我知道了~
饥荒自动打包工具,一键打包命令行工具
共2000个文件
py:1717个
txt:167个
h:93个
需积分: 5 11 下载量 99 浏览量
2023-11-25
11:11:17
上传
评论
收藏 104.42MB ZIP 举报
温馨提示
饥荒Mod 开发一键打包工具,这是一个命令行工具,执行命令行会自动将 Mod 下面的动画,纹理等自动打包并且拷贝到相应目录。 工具包中包含一个 Textool ,可以用来反解 纹理,将纹理转成png图片。 Spriter 动画制作打包工具。可以为物品制作各种帧动画 压缩包中有一个使用文档,以及一个图片。两个命令行
资源推荐
资源详情
资源评论
收起资源包目录
饥荒自动打包工具,一键打包命令行工具 (2000个子文件)
Spriter使用方法.doc 110KB
unicodeobject.h 52KB
abstract.h 45KB
object.h 38KB
PyWinTypes.h 36KB
pyport.h 31KB
Python-ast.h 21KB
pyconfig.h 21KB
objimpl.h 14KB
pyerrors.h 12KB
pyfpe.h 8KB
datetime.h 8KB
pymactoolbox.h 8KB
stringobject.h 8KB
pythonrun.h 7KB
dictobject.h 7KB
pymath.h 7KB
pystate.h 6KB
longobject.h 6KB
floatobject.h 6KB
codecs.h 5KB
modsupport.h 5KB
ceval.h 5KB
pymem.h 5KB
opcode.h 5KB
Python.h 4KB
py_curses.h 4KB
longintrepr.h 4KB
code.h 4KB
symtable.h 4KB
fileobject.h 3KB
methodobject.h 3KB
frameobject.h 3KB
setobject.h 3KB
pymacconfig.h 3KB
classobject.h 3KB
funcobject.h 3KB
cobject.h 3KB
structmember.h 3KB
memoryobject.h 3KB
bytes_methods.h 3KB
intobject.h 3KB
pyarena.h 3KB
listobject.h 3KB
descrobject.h 3KB
weakrefobject.h 2KB
import.h 2KB
tupleobject.h 2KB
grammar.h 2KB
cStringIO.h 2KB
pyexpat.h 2KB
graminit.h 2KB
bytearrayobject.h 2KB
complexobject.h 2KB
token.h 2KB
parsetok.h 2KB
pycapsule.h 2KB
pystrtod.h 2KB
patchlevel.h 1KB
errcode.h 1KB
sliceobject.h 1KB
pydebug.h 1KB
pyctype.h 1KB
pythread.h 1KB
pgenheaders.h 1KB
bytesobject.h 1KB
asdl.h 1KB
compile.h 1KB
osdefs.h 997B
ucnhash.h 957B
bufferobject.h 955B
sysmodule.h 948B
boolobject.h 948B
genobject.h 931B
node.h 930B
structseq.h 903B
bitset.h 824B
marshal.h 738B
traceback.h 728B
cellobject.h 679B
rangeobject.h 674B
warnings.h 658B
moduleobject.h 633B
eval.h 582B
iterobject.h 545B
pystrcmp.h 486B
timefuncs.h 465B
dtoa.h 353B
pygetopt.h 323B
intrcheck.h 289B
pgen.h 271B
metagrammar.h 271B
enumobject.h 270B
ast.h 243B
calc.htm 4KB
foo2.htm 4KB
mousetrack.htm 2KB
demo_intro.htm 2KB
demo_check.htm 2KB
marqueeDemo.htm 1KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
小乖写代码
- 粉丝: 1020
- 资源: 47
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功