Re: [Python.NET] Python for .NET installation problem

2010-12-05 Thread Alla Gofman
t to run C# which embedding Phyton without installing Python full version on PC. Can I do so? Alla. From: Barton [mailto:[email protected]] Sent: Friday, December 03, 2010 10:06 AM To: Alla Gofman Subject: Re: [Python.NET] Python for .NET installation problem Hi, alla, I'll push these to

Re: [Python.NET] Python for .NET installation problem

2010-12-01 Thread Urs Fleisch
Get the current source code from Subversion. Then build a Release version of pythonnet.sln and make sure that PYTHON26 is defined instead of PYTHON25, which should be the case for the latest code in Subversion. You can then copy clr.pyd and Python.Runtime.dll to C:\Python26. You do not really need

Re: [Python.NET] Python for .NET installation problem

2010-12-01 Thread Alla Gofman
Thank you for your reply. I checked and py25 version does work with python 2.5 installed. AllaG From: Brian Lloyd [[email protected]] Sent: Wednesday, December 01, 2010 9:58 PM To: Alla Gofman Cc: [email protected] Subject: Re: [Python.NET] Python for

Re: [Python.NET] Python for .NET installation problem

2010-12-01 Thread Brian Lloyd
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 wrote: > Hi, > > I have installed Python v. 264 on Win

[Python.NET] Python for .NET installation problem

2010-12-01 Thread Alla Gofman
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://p