Re: [IronPython] Fwd: Where to share a script / executables (agai n)

2006-01-27 Thread Catherine Devlin
On 1/27/06, Jones, Larry <[EMAIL PROTECTED]> wrote: > Would posting this script in the ActiveState "recipes" area be appropriate? > That's a good question. I've never submitted to the Cookbook and am hazy about what they're looking for. I notice that the Python Cookbook site currently has a cate

Re: [IronPython] Fwd: Where to share a script / executables (agai n)

2006-01-27 Thread Jones, Larry
Would posting this script in the ActiveState "recipes" area be appropriate? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Catherine Devlin Sent: Friday, January 27, 2006 10:24 AM To: Discussion of IronPython Subject: Re: [IronPython] Fwd: Where to share

Re: [IronPython] Problems with exec

2006-01-27 Thread Martin Maly
Thanks for the report, Michael, this is certainly something for us to look into for the next release. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Twomey Sent: Friday, January 27, 2006 5:15 AM To: users@lists.ironpython.com Subject: [Ir

Re: [IronPython] Fwd: Where to share a script / executables (again)

2006-01-27 Thread Catherine Devlin
Hi, Dino! Thank you! I got the Beta 2, remembered (after a fumble) to copy IronPython.dll into the directory with my source, ran IronPythonConsole cleanPath.py, and got a perfectly working executable. Hooray! As for where to share it, I took a look at the GotDotNet "User Samples" area. I tried

[IronPython] Problems with exec

2006-01-27 Thread Michael Twomey
Hi, I've started work on an ironpython implementation of the _socket module so I can use standard python sockets. I was making good progress until I hit a problem with socket.py's use of exec. In the socket._socketobject class exec is used to create wrappers for various methods in the socket clas

Re: [IronPython] IP 1.0 Beta 2 float to int conversion

2006-01-27 Thread J. de Hooge
Dino,   Function getMaxSplitterDistance is a Python function, defined in two derived classes. It returns an integer. See code below. Variable state is a float between 0 and 1.   But the same thing happens in the following simpler situation:   If I code literally:      self.wid