Re: [IronPython] Final release packaging

2006-08-28 Thread J. de Hooge
Title: Bericht Although other options of course are welcome, I personallyfavor the zero-impact installation. It gives me insight and precise control. By the way I think RC2 is quite good. Before my holicays I tried RC1 and many things fall over in my apps. I anticipated to have a lot to

[IronPython] serialization

2006-05-07 Thread J. de Hooge
Hi all, Upto beta 4, Ive been using a home-patched version of Cpython 2.4 s pickle.py to serialize objects. It stopped working for beta 5 (and using a patched version isnt what I want in the end) Can anyone tell me whats currently the best option for pickling (or generally

[IronPython] Fallen over: from sys import *

2006-03-01 Thread J. de Hooge
Hi, IP team, thanks for the new version! Ive just started trying out my code on it. Seems that the following detail doesnt work anymore in Beta 3, used to work upto Beta 2 from sys import * The following is reported: Traceback (most recent call last): File

Re: [IronPython] IronPython 0.9.6 released

2005-12-12 Thread J. de Hooge
Clearing the LIB environment variable solves my compilaton problem for IP 0.9.6 Still don't understand why that is not needed for IP 0.9.5 But allas, I can now built 0.9.6 with [STAThread] and start using it. Joepie! (Dutch exclamation of joy) Jacques de Hooge [EMAIL PROTECTED]

[IronPython] bug: list.remove broken in transition from 0.9.5 to 0.9.6

2005-12-12 Thread J. de Hooge
LS Following fragment: === aList = [['a']] anItem = ['a'] print aList aList.remove (anItem) print aList Prints in IP 0.9.6 == [['a']] Traceback (most recent call last): at __main__.Initialize() in C:\activ_dell\prog\fun\src\funTry.py:line 5 ValueError:

[IronPython] bug: list.index broken in transition from ip 0.9.5 to ip 0.9.6

2005-12-12 Thread J. de Hooge
LS Yet another disguise of probably the same underlying bug: aList = [['a']] anItem = ['a'] print aList.index (anItem) Traceback (most recent call last): at __main__.Initialize() in C:\activ_dell\prog\fun\src\funTry.py:line 4 ValueError: list.index(x): x not in list The number of

Re: [IronPython] Problem: AllowDrop = True -- DragDropregistrationfailed

2005-11-18 Thread J. de Hooge
not sure how attributes are supported in IP (Ive run into this problem in my Ruby bridge and have a non-ideal solution to it as well). HTH, -John http://www.iunknown.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. de Hooge Sent: Thursday, November 17, 2005 9