Re: [Python.NET] questions from a new PythonNet user

2008-12-01 Thread John Burnett
Getting a new "official" distribution up would be great - on this end, I know Joe Frayne and myself have provided several patches that let Python.net run on 64bit, fixes bugs, etc, some of which others seem to have run into when just downloading the alpha2 zip... John -Original Message

Re: [Python.NET] Problems using Python.net in a TurboGears App onubuntu/mono

2008-04-01 Thread John Burnett
If you're not already doing this, you *might* want to grab the source from the svn repository and make your own build, as opposed to using the source/binaries available in the zip download. There's a fair amount of change in the repo now... not sure if it'll help though. Probably not :)

Re: [Python.NET] Patches and new release

2008-02-27 Thread John Burnett
:17 AM To: [email protected] Subject: Re: [Python.NET] Patches and new release John Burnett wrote: > -It’s been a while since there’s been a “release” of python.net. The latest > pre-compiled package is “pythonnet-2.0-alpha2-clr2.0.zip” from September of > last year, and tha

[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] Added 64-bit support, delegates/events broken?

2007-11-21 Thread John Burnett
Last spam on this from me until I hear back, promise :) I just submitted the "fix" for delegate support I outlined before. http://sourceforge.net/tracker/index.php?func=detail&aid=1836026&group_id=162464&atid=823893 Again, not sure this is actually masking some bad behavior elsewhere, but it s

Re: [Python.NET] Added 64-bit support, delegates/events broken?

2007-11-20 Thread John Burnett
tic ctor (same place the other crashes were happening). I'm guessing there is an exception happening there, but it's getting eaten somewhere above. That all said... help? Brian? Christian? :) John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Python.NET] Added 64-bit support, delegates/events broken?

2007-11-19 Thread John Burnett
re tightly bound to Python.Runtime if/when Python.Runtime gets a final version and/or strong name. John -----Original Message- From: John Burnett Sent: Monday, November 19, 2007 12:02 PM To: [email protected] Subject: RE: [Python.NET] Added 64-bit support, delegates/events broken? Re-sendin

Re: [Python.NET] Added 64-bit support, delegates/events broken?

2007-11-19 Thread John Burnett
ger.GetDelegate(Type dtype, IntPtr callable) at Python.Runtime.DelegateObject.tp_new(IntPtr tp, IntPtr args, IntPtr kw) at e__NativeCall.Call_3(IntPtr , IntPtr , IntPtr , IntPtr ) at Python.Runtime.MetaType.tp_call(IntPtr tp, IntPtr args, IntPtr kw) -

Re: [Python.NET] Added 64-bit support, delegates/events broken?

2007-11-19 Thread John Burnett
I'm talking about Python.NET 2.0. Regardless, you're using the 32-bit version of Python on your machine, right? import platform platform.architecture() John From: Feihong Hsu [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 7:14 AM To: John Burnett; pythondotnet@

[Python.NET] Added 64-bit support, delegates/events broken?

2007-11-18 Thread John Burnett
(re-posting to break it out of the Ubuntu thread... my bad, sorry) I've made a few changes necessary to make python.net 64-bit compatible. I can check in the changes on Monday (unless I need an account set up first?) I also fixed a broken test case wrt. exceptions. That said, I'm getting unre

[Python.NET] Added 64-bit support, delegates/events broken?

2007-11-18 Thread John Burnett
I've made a few changes necessary to make python.net 64-bit compatible. I can check in the changes on Monday (unless I need an account set up first?) I also fixed a broken test case wrt. exceptions. That said, I'm getting unrelated hard crashes when running the test cases for either events or