Discussion:
[Python.NET] Python 2.6 support
pythondotnet
2010-10-20 22:53:02 UTC
Permalink
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet
Barton
2010-10-21 07:20:22 UTC
Permalink
pythonnet-2.0-alpha2-clr2.0_py26 was compiled with VS 2008, Release,
Any CPU against my working copy of SVN 110.
It has been uploaded onto the SourceForge server.
Would you please post Python 2.6-compatible files to the download
area? Thank you!
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
Barton
2010-10-22 08:53:14 UTC
Permalink
This is now fixed. Turn out that all testing was done against the
managed console which happily picked up the python25.dll with the
PYTHON2x symbol set incorrectly.
My apologies,
-Barton
Thanks for the quick post Barton. I tried the new build but am getting
the "dynamic module not initialized properly" error on the first line
of my script ("import clr"). I verified the new clr.pyd and
Python.Runtime.dll files are in the Python26\DLL dir.
Python 2.6.6
Windows Vista, 32-bit.
-------- Original Message --------
Subject: Re: [Python.NET <http://Python.NET>] Python 2.6 support
Date: Thu, October 21, 2010 1:20 am
pythonnet-2.0-alpha2-clr2.0_py26 was compiled with VS 2008,
Release, Any CPU against my working copy of SVN 110.
It has been uploaded onto the SourceForge server.
Would you please post Python 2.6-compatible files to the download
area? Thank you!
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
Barton
2010-10-25 09:41:20 UTC
Permalink
This is actually built with the release configuration + pdb output to
assist the runtime in identifying the location of any fatal error (just
in case).
The debug bits are working for me. When you get a chance, would you
please post the release build? Thanks again.
-------- Original Message --------
Subject: Re: [Python.NET <http://Python.NET>] Python 2.6 support
Date: Fri, October 22, 2010 2:53 am
This is now fixed. Turn out that all testing was done against the
managed console which happily picked up the python25.dll with the
PYTHON2x symbol set incorrectly.
My apologies,
-Barton
Thanks for the quick post Barton. I tried the new build but am
getting the "dynamic module not initialized properly" error on
the first line of my script ("import clr"). I verified the new
clr.pyd and Python.Runtime.dll files are in the Python26\DLL dir.
Python 2.6.6
Windows Vista, 32-bit.
-------- Original Message --------
Subject: Re: [Python.NET <http://Python.NET>] Python 2.6 support
Date: Thu, October 21, 2010 1:20 am
pythonnet-2.0-alpha2-clr2.0_py26 was compiled with VS 2008,
Release, Any CPU against my working copy of SVN 110.
It has been uploaded onto the SourceForge server.
Would you please post Python 2.6-compatible files to the
download area? Thank you!
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
Loading...