[Python.NET] Patches and new release

2008-02-26 Thread John Burnett
I’ve just applied some patches that were submitted to sourceforge by Joe Frayne and I (Brian Lloyd made us admins recently). They seem to work fine, and can be summarized as follows: -Bugfix in string test (revision 91, jburnett) -Added 64-bit support on Windows (revision 92, jburnett) -Po

Re: [Python.NET] converting Pyobject to user defined type data structures

2008-02-26 Thread Kaveripakam, Sathish
Hi Brian, Thanks for your reply. In my case, "Spam" is a user defined "class" (It is not of standard type: int,string, float etc.,) .My intention is to cast a PyObject to the "Spam", which is a "Class" type.. When I try to execute the statement Spam s = (Spam)ob.AsManagedObject(typeof(Spam)

Re: [Python.NET] How to execute a python script from .Net using C#

2008-02-26 Thread vipin gupta
try python project for c# - Original Message From: niki <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, 25 February, 2008 10:37:48 PM Subject: Re: [Python.NET] How to execute a python script from .Net using C# Suman Lal Banik wrote: > Hi, > My self Suman Lal Ba