[Python.NET] Python for .NET installation problem

Brian Lloyd brian.d.lloyd at gmail.com
Wed Dec 1 20:58:41 CET 2010


Well, the _py25 version will only work if you have python 2.5 installed. Not
sure why the
_py26 distribution does not include the python.exe. Is anyone who worked on
that still
tracking the list?


On Wed, Dec 1, 2010 at 10:48 AM, Alla Gofman <Alla.Gofman at sandisk.com>wrote:

>  Hi,
>
> I have installed Python v. 264 on Win7 and I want to install Python for
> .NET.
>
> I downloaded  pythonnet-2.0-alpha2-clr2.0_py26 but there is no python.exe
> file there.
>
> So I downloaded pythonnet-2.0-alpha2-clr2.0_py25 where file indeed exists.
>
>
>
> I follow the instruction for installation on
> http://pythonnet.sourceforge.net/readme.html#installation
>
>
>
> “The source release is a self-contained "private" assembly. Just unzip the
> package wherever you want it, cd to that directory and run python.exe to
> start using it.”
>
> I run python.exe and I get an error:
>
> Unhandled Exception: System.DllNotFoundException: Unable to load DLL
> 'python25':
>
> The specified module could not be found. (Exception from HRESULT:
> 0x8007007E)
>
>    at Python.Runtime.Runtime.Py_Initialize()
>
>    at Python.Runtime.Runtime.Initialize()
>
>    at Python.Runtime.PythonEngine.Initialize()
>
>    at Python.Runtime.PythonConsole.Main(String[] args)
>
>
>
> Am I doing something wrong?
>
>
>
> Thanks.
>
> AllaG
>
>


-- 
Brian Lloyd
http://livingsocial.com
(c) 540.845.2975
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20101201/8a75ea6f/attachment.html>


More information about the PythonDotNet mailing list