Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread William Reade
Dave Fugate wrote: That said, there is something extremely useful the community can do for IronPython that our team simply cannot: get 3rd party Python applications such as Django, pywin32, NumPy, etc running under IronPython. This could mean adapting something like adodbapi.py to utilize

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Vernon Cole
On Tue, Apr 28, 2009 at 5:32 PM, Jeff Hardy jdha...@gmail.com wrote: Hi Dave, On Tue, Apr 28, 2009 at 10:37 AM, Dave Fugate dfug...@microsoft.com wrote: That said, there is something extremely useful the community can do for IronPython that our team simply cannot:  get 3rd party Python

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Dino Viehland
18223 though. -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Vernon Cole Sent: Wednesday, April 29, 2009 7:34 AM To: Discussion of IronPython Subject: Re: [IronPython] pywin32 on Iron Python? On Tue, Apr 28, 2009

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Dave Fugate
] pywin32 on Iron Python? On Tue, Apr 28, 2009 at 5:32 PM, Jeff Hardy jdha...@gmail.com wrote: Hi Dave, On Tue, Apr 28, 2009 at 10:37 AM, Dave Fugate dfug...@microsoft.com wrote: That said, there is something extremely useful the community can do for IronPython that our team simply cannot:  get

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Vernon Cole
When we make a major effort to make IPy work with a third party package, how shall we clue you to re-enable the tests? An announcement on this forum, or what? -- Vernon On Wed, Apr 29, 2009 at 10:55 AM, Dave Fugate dfug...@microsoft.com wrote: The technical bar for inclusion of 3rd party tests

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Michael Foord
. Michael Thanks, Dave -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com ] On Behalf Of Vernon Cole Sent: Wednesday, April 29, 2009 7:34 AM To: Discussion of IronPython Subject: Re: [IronPython] pywin32 on Iron Python? On Tue

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Jeff Hardy
On Wed, Apr 29, 2009 at 10:55 AM, Dave Fugate dfug...@microsoft.com wrote: The technical bar for inclusion of 3rd party tests into our checkin system is pretty simple - the test process needs to emit a non-zero exit code when it fails.  When some portion of a test fails under IronPython for

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Seo Sanghyeon
2009/4/30 Michael Foord fuzzy...@voidspace.org.uk: I can't believe that editing / redacting commit messages is an impossible challenge. :-) No, but *automating* editing/redacting commit message will be well nigh impossible challenge. :( -- Seo Sanghyeon

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Vernon Cole
On Wed, Apr 29, 2009 at 9:33 AM, Dino Viehland di...@microsoft.com wrote: On 18222 - I think ctypes will drive some changes to our buffer support making it more real.  Right now it's close to useless :)  There is some way for us to make types marshalable via COM ourselves so I think we'll be

Re: [IronPython] pywin32 on Iron Python?

2009-04-29 Thread Michael Foord
-- http://www.ironpythoninaction.com On 29 Apr 2009, at 19:40, Seo Sanghyeon sanx...@gmail.com wrote: 2009/4/30 Michael Foord fuzzy...@voidspace.org.uk: I can't believe that editing / redacting commit messages is an impossible challenge. :-) No, but *automating* editing/redacting

Re: [IronPython] pywin32 on Iron Python?

2009-04-28 Thread Dino Viehland
...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Jeff Hardy Sent: Monday, April 27, 2009 4:49 PM To: Discussion of IronPython Subject: Re: [IronPython] pywin32 on Iron Python? On Mon, Apr 27, 2009 at 1:30 PM, Dino Viehland di...@microsoft.com wrote: Sorry Jeff, you're

Re: [IronPython] pywin32 on Iron Python?

2009-04-28 Thread Dave Fugate
... Thanks, Dave -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Jeff Hardy Sent: Monday, April 27, 2009 4:49 PM To: Discussion of IronPython Subject: Re: [IronPython] pywin32 on Iron Python? On Mon, Apr 27, 2009 at 1:30 PM

Re: [IronPython] pywin32 on Iron Python?

2009-04-28 Thread Jeff Hardy
On Tue, Apr 28, 2009 at 9:53 AM, Dino Viehland di...@microsoft.com wrote: The primary difference between IP and IR is just that IP is in the lucky spot of getting to push things one step further.  This just reflects the reality that other teams within MS have taken a dependency on IronPython

Re: [IronPython] pywin32 on Iron Python?

2009-04-28 Thread Jeff Hardy
Hi Dave, On Tue, Apr 28, 2009 at 10:37 AM, Dave Fugate dfug...@microsoft.com wrote: That said, there is something extremely useful the community can do for IronPython that our team simply cannot:  get 3rd party Python applications such as Django, pywin32, NumPy, etc running under IronPython.

[IronPython] pywin32 on Iron Python?

2009-04-27 Thread Vernon Cole
This is an opinion poll... The portion of pywin32 which I maintain, adodbapi, will work in either CPython or IronPython. That was (relatively) easy, since it is written in pure Python. Pywin32 is a complete package which allows a python programmer to perform many Windows systems administration

Re: [IronPython] pywin32 on Iron Python?

2009-04-27 Thread Michael Foord
Vernon Cole wrote: This is an opinion poll... The portion of pywin32 which I maintain, adodbapi, will work in either CPython or IronPython. That was (relatively) easy, since it is written in pure Python. Pywin32 is a complete package which allows a python programmer to perform many Windows

Re: [IronPython] pywin32 on Iron Python?

2009-04-27 Thread Dino Viehland
of IronPython Subject: Re: [IronPython] pywin32 on Iron Python? Vernon Cole wrote: This is an opinion poll... The portion of pywin32 which I maintain, adodbapi, will work in either CPython or IronPython. That was (relatively) easy, since it is written in pure Python. Pywin32

Re: [IronPython] pywin32 on Iron Python?

2009-04-27 Thread Dave Fugate
-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, April 27, 2009 9:07 AM To: Discussion of IronPython Subject: Re: [IronPython] pywin32 on Iron Python? Vernon Cole wrote: This is an opinion poll... The portion of pywin32 which I

Re: [IronPython] pywin32 on Iron Python?

2009-04-27 Thread Jeff Hardy
On Mon, Apr 27, 2009 at 12:41 PM, Dino Viehland di...@microsoft.com wrote: Not to rain on Jeff's parade but I too have been working on a CTypes implementation.  I'll probably check the initial version into 2.6 in the next few days but there's still a lot more to go before it's a solid

Re: [IronPython] pywin32 on Iron Python?

2009-04-27 Thread Dino Viehland
: Monday, April 27, 2009 12:03 PM To: Discussion of IronPython Subject: Re: [IronPython] pywin32 on Iron Python? On Mon, Apr 27, 2009 at 12:41 PM, Dino Viehland di...@microsoft.com wrote: Not to rain on Jeff's parade but I too have been working on a CTypes implementation.  I'll probably check

Re: [IronPython] pywin32 on Iron Python?

2009-04-27 Thread Jeff Hardy
On Mon, Apr 27, 2009 at 1:30 PM, Dino Viehland di...@microsoft.com wrote: Sorry Jeff, you're right.  I had started this a long time ago just as a fun thing to hack on every now and then and it's recently gotten good enough that it seems like it can make it into 2.6.  So it's a bit of an