473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

RELEASED Python 2.6 final

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team and the Python community, I
am happy to announce the release of Python 2.6 final. This is the
production-ready version of the latest in the Python 2 series.

There are many new features and modules, improvements, bug fixes, and
other changes in Python 2.6. Please see the "What's new" page for
details

http://docs.python.org/dev/whatsnew/2.6.html

as well as PEP 361

http://www.python.org/dev/peps/pep-0361/

While Python 2.6 is backward compatible with earlier versions of
Python, 2.6 has many tools and features that will help you migrate to
Python 3. Wherever possible, Python 3.0 features have been added
without affecting existing code. In other cases, the new features can
be enabled through the use of __future__ imports and command line
switches.

Python 3.0 is currently in release candidate and will be available
later this year. Both Python 2 and Python 3 will be supported for the
foreseeable future.

Source tarballs, Windows installers, and Mac disk images can be
downloaded from the Python 2.6 page:

http://www.python.org/download/releases/2.6/

(Please note that due to quirks in the earth's time zones, the Windows
installers will be available shortly.)

Bugs can be reported in the Python bug tracker:

http://bugs.python.org

Enjoy,
- -Barry

Barry Warsaw
ba***@python.org
Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSOREJ3EjvBPtnXfVAQLAigP/aEnrdvAqk7wbNQLFbmBonIr2YQbd1vEu
TyTr5imYXFWGNfv1/JMeMBjMfwpHi1bgPEDTLEZdhDRNj/G1h4NqqnpfJS0lfIaU
4JBKwnsO80se/RGyupcs5f09UdKxOljhbFKEw46CHDkd9lE+cqy2yhetEwyx3c3 +
AVC11sjcO54=
=Oxo3
-----END PGP SIGNATURE-----
Oct 2 '08 #1
8 1784
On Oct 2, 5:46*am, Barry Warsaw <ba...@python.orgwrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team and the Python community, I *
am happy to announce the release of Python 2.6 final.
Cool! I have just downloaded the Mac installer and did
the installation on my Intel MacBook, however it seems I have
some issue with Tkinter:

$ python2.6
Python 2.6 (trunk:66714:66715M, Oct 1 2008, 18:36:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>import Tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured
for Tk
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/lib-dynload/_tkinter.so, 2): Library not loaded: /
Library/Frameworks/Tcl.framework/Versions/8.5/Tcl
Referenced from: /Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/lib-dynload/_tkinter.so
Reason: no suitable image found. Did find:
/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o,
but wrong architecture
/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o,
but wrong architecture

Any hints?
Oct 2 '08 #2
Barry Warsaw <ba***@python.orgwrites:
http://docs.python.org/dev/whatsnew/2.6.html
Wow! This is a very major upgrade with lots of welcome extensions.
I hadn't been following the 2.6 efforts that closely so I am awed.
Congrats!

Oct 2 '08 #3
Hmm, I was looking forward to trying this out, but the Windows
installer link (http://www.python.org/ftp/python/2.6/python-2.6.msi)
is presently broken (as is the link for the 64-bit Windows version).

While I'm at it, I might also point out that http://www.python.org/download/windows/
is quite out-of-date. I don't really think it is worth promoting
version 1.5.2 of Python (even if it is Python CE) if Python 3.0 is
about to come out...
Oct 2 '08 #4

nneonneoHmm, I was looking forward to trying this out, but the Windows
nneonneoinstaller link
nneonneo(http://www.python.org/ftp/python/2.6/python-2.6.msi) is
nneonneopresently broken (as is the link for the 64-bit Windows
nneonneoversion).

We are aware of it. Because of the timing of the release the person who
normally creates the Windows binaries was already asleep. They should be up
a bit later today.

--
Skip Montanaro - sk**@pobox.com - http://www.webfast.com/~skip/
Oct 2 '08 #5
On Thu, Oct 2, 2008 at 11:23 AM, <sk**@pobox.comwrote:
>
nneonneoHmm, I was looking forward to trying this out, but the Windows
nneonneoinstaller link
nneonneo(http://www.python.org/ftp/python/2.6/python-2.6.msi) is
nneonneopresently broken (as is the link for the 64-bit Windows
nneonneoversion).

We are aware of it. Because of the timing of the release the person who
normally creates the Windows binaries was already asleep. They should be up
a bit later today.
Surely you're joking!
Everybody knows that python developers never sleep :-)
Congratulations for the final release!

Francesco
Oct 2 '08 #6
Surely you're joking!
Everybody knows that python developers never sleep :-)
Wrong! All my collegues are Java developers and I'm the only one who
sleep (and like a log).

Congratulations, by the way.

Olivier.
Oct 2 '08 #7
On Oct 2, 7:46 am, Barry Warsaw <ba...@python.orgwrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team and the Python community, I
am happy to announce the release of Python 2.6 final. This is the
production-ready version of the latest in the Python 2 series.

There are many new features and modules, improvements, bug fixes, and
other changes in Python 2.6. Please see the "What's new" page for
details

http://docs.python.org/dev/whatsnew/2.6.html

as well as PEP 361

http://www.python.org/dev/peps/pep-0361/

While Python 2.6 is backward compatible with earlier versions of
Python, 2.6 has many tools and features that will help you migrate to
Python 3. Wherever possible, Python 3.0 features have been added
without affecting existing code. In other cases, the new features can
be enabled through the use of __future__ imports and command line
switches.

Python 3.0 is currently in release candidate and will be available
later this year. Both Python 2 and Python 3 will be supported for the
foreseeable future.

Source tarballs, Windows installers, and Mac disk images can be
downloaded from the Python 2.6 page:

http://www.python.org/download/releases/2.6/

(Please note that due to quirks in the earth's time zones, the Windows
installers will be available shortly.)

Bugs can be reported in the Python bug tracker:

http://bugs.python.org

Enjoy,
- -Barry

Barry Warsaw
ba...@python.org
Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSOREJ3EjvBPtnXfVAQLAigP/aEnrdvAqk7wbNQLFbmBonIr2YQbd1vEu
TyTr5imYXFWGNfv1/JMeMBjMfwpHi1bgPEDTLEZdhDRNj/G1h4NqqnpfJS0lfIaU
4JBKwnsO80se/RGyupcs5f09UdKxOljhbFKEw46CHDkd9lE+cqy2yhetEwyx3c3 +
AVC11sjcO54=
=Oxo3
-----END PGP SIGNATURE-----
Congratulations!

Konstantin
Oct 2 '08 #8
nneonneo wrote:
Hmm, I was looking forward to trying this out, but the Windows
installer link (http://www.python.org/ftp/python/2.6/python-2.6.msi)
is presently broken (as is the link for the 64-bit Windows version).

While I'm at it, I might also point out that http://www.python.org/download/windows/
is quite out-of-date. I don't really think it is worth promoting
version 1.5.2 of Python (even if it is Python CE) if Python 3.0 is
about to come out...
--
From another page:
"If you wish to report a bug or to suggest an enhancement for the
python.org website, please send an e-mail message to <webmaster at
python dot org>.

If you're reporting a problem (a broken link, typo, formatting glitch),
please include the URL of the affected page. You can copy-and-paste the
URL from the location field of your browser. "

That said, the page begins with
"For many years, Python releases have included an excellent Windows
installer. See the individual releases for details."
whereas the rest is historical info for various platforms.
If 1.5.2 is the latest available for NT on Dec Alpha, why would you want
to erase the info? If the page is up-to-date, this tell anyone with
such a machine to not bother looking for anything newer.

If you are aware of anything out of date in the sense of having been
superceded, do write the webmaster.

tjr

Oct 3 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (release candidate 1). Python 2.3.5 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (final). Python 2.3.5 is a bug-fix release. See the release notes at the...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the third BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first RELEASE CANDIDATE of Python 2.5. This is not yet the final release - it is not suitable for...
4
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second RELEASE CANDIDATE of Python 2.5. After the first release candidate a number of new bugfixes...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm announcing the release of Python 2.3.6 (release candidate 1). Python 2.3.6 is a security bug-fix release. While Python 2.5...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.6 (FINAL). Python 2.3.6 is a security bug-fix release. While Python 2.5 is the...
0
by: Guido van Rossum | last post by:
python-list@python.org] The first Python 3000 release is out -- Python 3.0a1. Be the first one on your block to download it! http://python.org/download/releases/3.0/ Excerpts: Python...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.