This is Python version 2.7
===========================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
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 around
by t
没有合适的资源?快使用搜索试试~ 我知道了~
中控ZKNET9.0系统试用(仅供测试)
共2000个文件
py:962个
html:455个
js:212个
需积分: 5 2 下载量 81 浏览量
2023-08-08
14:57:42
上传
评论
收藏 87.9MB RAR 举报
温馨提示
1.1软件的安装 1、将安装光盘放入光驱,安装程序会自动运行。 ※ 注意:本说明有可能与光盘实际内容不符,请以光盘安装程序为准。 2、选择安装语言,单击【确定】进入下一步 3、安装软件之前建议关闭其他正在运行的应用程序,这样有助于避免在安装过程中发生冲突。单击【下一步】 4、请认真阅读软件用户许可协议,选择‘我同意’才可以单击【下一步】 5、选择软件的安装路径,建议安装到其他盘,单击【下一步】 ※ 注意:安装目录的名称不允许为中文。 6、指定程序的快捷方式的位置。单击【下一步】 7、完成安装配置后,单击【安装】按钮开始安装。 8、安装完成后,桌面右下角将出现Web Server Manager管理的图标 9、安装完成后,打开windows防火墙添加软件设置的端口,操作如下: 在[开始]→[设置]→[控制面板]中打开windows防火墙窗口,选择“例外” 选择“添加端口”如下,输入名称为WWW,端口号为80,选择TCP形式确定即可。
资源推荐
资源详情
资源评论
收起资源包目录
中控ZKNET9.0系统试用(仅供测试) (2000个子文件)
jquery-ui.css 31KB
base9.css 25KB
manual.css 19KB
manual-print.css 14KB
base.css 12KB
ui.jqgrid.css 11KB
fullcalendar.css 10KB
widgets.css 9KB
smarttab.css 9KB
widgets.css 7KB
basic.css 6KB
layout.css 6KB
tree.css 6KB
forms.css 6KB
changelists9.css 5KB
changelists.css 5KB
default.css 4KB
login9.css 3KB
colorpicker.css 3KB
rtl.css 3KB
pygments.css 3KB
manual-loose-100pc.css 3KB
jquery.treeview.css 3KB
forms.css 3KB
sf9.css 3KB
report.css 2KB
rtl.css 2KB
tip-yellow.css 2KB
homecon.css 1KB
iclockbox.css 1KB
ie.css 963B
manual-chm.css 942B
manual-zip-100pc.css 908B
manual-zip.css 898B
patch-iewin.css 793B
login.css 780B
jquery.easywidgets.css 562B
picture.css 543B
jquery-ui-timepicker-addon.css 349B
dashboard.css 329B
dashboard.css 296B
null.css 153B
ZKNET9.0考勤使用说明书.doc 4.1MB
ZKNET9.0门禁使用说明书.doc 3.78MB
ZKNET数据库配置方法.doc 1.24MB
ZKNET安装与卸载设备联入常见问题指南.doc 234KB
ZKNET使用过程中的常见问题指南.doc 180KB
unicodeobject.h 52KB
abstract.h 45KB
object.h 38KB
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 5KB
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
parsetok.h 2KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
wufei9099
- 粉丝: 2
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功