[Python-Dev] RELEASED Python 2.6b3 and 3.0b3

Cesare Di Mauro cesare.dimauro at a-tono.com
Thu Aug 21 16:09:16 CEST 2008


I've downloaded the Python 2.6b3 source, exported with svn all external packages
as stated in PCBuild/Readme.txt, edited external.bat removing DEBUG=1,
ran external.bat to get tcl/tk compiled, set "Release" on
Visual C++ Express Edition 2008, and everything seemed to be worked out fine
(on Vista Ultimate x64), but running python (both from VSC++ or by command
prompt) and trying to import Tkinter I've got this:

>>> import Tkinter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "c:\tmp\Python-2.6b3\lib\lib-tk\Tkinter.py", line 38, in <module>
    import FixTk
  File "c:\tmp\Python-2.6b3\lib\lib-tk\FixTk.py", line 28, in <module>
    import _tkinter
ImportError: DLL load failed: Impossibile trovare il modulo specificato.

It seems that its impossible to find the _tkinter module, but in PCbuild
I've found these files:

21/08/2008  10.35               636 _tkinter.exp
21/08/2008  10.35             1.732 _tkinter.lib
21/08/2008  10.35           338.944 _tkinter.pdb
21/08/2008  10.35            34.304 _tkinter.pyd
19/03/2008  08.45             9.569 _tkinter.vcproj
21/08/2008  10.33             2.577 _tkinter.vcproj.Conan.Cesare.user

All other external packages (sqlite3, bsddb and socket.ssl) works well.

Any idea?

Cesare

 On Wed, Aug 20, 2008 at 10:17 PM, Barry Warsaw <barry at python.org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On behalf of the Python development team and the Python community, I am happy
> to announce the third and last planned beta releases of Python 2.6 and Python
> 3.0.
>
> Please note that these are beta releases, and as such are not suitable for
> production environments.  We continue to strive for a high degree of quality,
> and these releases are intended to freeze the feature set for Python 2.6 and
> 3.0.
>
> As these are the last planned beta releases, we strongly urge you to download
> these releases and test them against your code.  Once we reach release
> candidates (currently planned for 03-Sep-2008), only highly critical bugs will
> be fixed before the final release.
>
> If you find things broken or incorrect, please submit bug reports at
>
>     http://bugs.python.org
>
> For more information and downloadable distributions, see the Python
> 2.6 website:
>
>     http://www.python.org/download/releases/2.6/
>
> and the Python 3.0 web site:
>
>     http://www.python.org/download/releases/3.0/
>
> See PEP 361 for release schedule details:
>
>     http://www.python.org/dev/peps/pep-0361/
>
> Enjoy,
> - -Barry
>
> Barry Warsaw
> barry at python.org
> Python 2.6/3.0 Release Manager
> (on behalf of the entire python-dev team)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFIrN472YZpQepbvXERAl4fAJ9QxHhSn/jYdA3lCYvgfXRhBVV2pgCfdNUx
> 3NTlSrsSULxXhoMqiNmUMSg=
> =Z4+y
> -----END PGP SIGNATURE-----
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/musiccomposition%40gmail.com
>



More information about the Python-Dev mailing list