From david290 at gmail.com Sat Apr 17 10:01:59 2010 From: david290 at gmail.com (David Zhang) Date: Sat, 17 Apr 2010 16:01:59 +0800 Subject: [Python.NET] An open source AI research project Message-ID: Hello! I have started an open source project to develop human-level Artificial Intelligence, using Python and Java as programming language, OpenCog and OpenWonderland as basement. If you are interested in this,or want to know more, please feel free to give me a reply. Thanks! David Zhang From smv260985 at gmail.com Thu Apr 22 19:30:15 2010 From: smv260985 at gmail.com (Subodhini) Date: Thu, 22 Apr 2010 12:30:15 -0500 Subject: [Python.NET] [Chicago] An open source AI research project In-Reply-To: References: Message-ID: Hi David, I am interested in this project. Could you please write in detail about this project. I would highly appreciate it. Regards, Subodhini On Sat, Apr 17, 2010 at 3:01 AM, David Zhang wrote: > Hello! > > I have started an open source project to develop human-level > Artificial Intelligence, using Python and Java as programming > language, OpenCog and OpenWonderland as basement. If you are > interested in this,or want to know more, please feel free to give me a > reply. > > Thanks! > > David Zhang > _______________________________________________ > Chicago mailing list > Chicago at python.org > http://mail.python.org/mailman/listinfo/chicago > -- Subodhini Chopde -------------- next part -------------- An HTML attachment was scrubbed... URL: From lady_radsu at yahoo.com Thu Apr 29 06:26:29 2010 From: lady_radsu at yahoo.com (surangika ranathunga) Date: Wed, 28 Apr 2010 21:26:29 -0700 (PDT) Subject: [Python.NET] incompatibility with Python 2.6.5 Message-ID: <494615.94498.qm@web51303.mail.re2.yahoo.com> I would like to know whether Python for .Net software is not working with Python 2.6.5 version. Because when I tried to use it in my C# .Net project, I am getting an exception 'Unable to load DLL 'python24': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'. Is there a way to get around this? /Suralk -------------- next part -------------- An HTML attachment was scrubbed... URL: From gr at componic.co.nz Thu Apr 29 06:40:11 2010 From: gr at componic.co.nz (Glenn Ramsey) Date: Thu, 29 Apr 2010 16:40:11 +1200 Subject: [Python.NET] incompatibility with Python 2.6.5 In-Reply-To: <494615.94498.qm@web51303.mail.re2.yahoo.com> References: <494615.94498.qm@web51303.mail.re2.yahoo.com> Message-ID: <4BD90DAB.9000703@componic.co.nz> Hi Suralk, surangika ranathunga wrote: > I would like to know whether Python for .Net software is not working > with Python 2.6.5 version. Because when I tried to use it in my C# .Net > project, I am getting an exception 'Unable to load DLL 'python24': The > specified module could not be found. (Exception from HRESULT: 0x8007007E)'. > Is there a way to get around this? I'm using it with 2.6.5 and it seems to be working fine. I think you'll need to build it from source and define PYTHON26 in Project properties / conditional compilation symbols. Regards Glenn