Re: [Python.NET] Update License - MIT

2016-08-02 Thread Joe Frayne via PythonDotNet
I responded to the thread with my approval of the proposed change. Thanks, Joe From: Denis Akhiyarov [mailto:[email protected]] Sent: Monday, August 01, 2016 10:39 PM To: A list for users and developers of Python for .NET Cc: Joe Frayne ; [email protected] Subject: Update License

Re: [Python.NET] path question: clr.so being picky about paths

2008-12-02 Thread Joe Frayne
I got it working on MacOSX under Mono. I'm pretty sure the clr.pyd is only for Windows. I think you just need the Python.Runtime.dll, the Python.Runtime.dll.config, and the clr.so in the site-packages folder. Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

Re: [Python.NET] Python.Net with Boa under Linux

2008-05-30 Thread Joe Frayne
Hi Serge, I got it working with Python2.5 and Mono 1.9 on MacOSX 10.5.2, but I think it is broken again under Mono 1.9.1. I checked in all my changes, but no new package has been created, so you have to rebuild everything yourself (which it sounds like you are doing). Here's what I did f

[Python.NET] Update to SVN: Mono 1.9 on Mac OS X fixes

2008-04-16 Thread Joe Frayne
I spent the last few days working with a few people to get Python.NET working under Mono 1.9 on Mac OS X. I just checked in all the changes: -Added workaround to clrmod.c for Mono error: "Symbol not found: _environ" (a fix has been added to Mono SVN, according to Geoff Norton at Novell.) -Ch