[IronPython] Call another Form from MDI Form

2008-03-06 Thread henry
hello all, I have MDI Form called mainForm and A Form called Form1. In the MDI Form, I added component like MenuStrip, ToolStripItem. When We click ToolStripItem component, it will load a Form1. Is there any example tutorial about this ? note : I'm using IronPythonIntegration for Visual Studio 20

[IronPython] xmlrpc in ironpython how? sorry, the first thread there are little mistake in the code....

2008-02-21 Thread henry
hello there i'me newbie in ironpython. i'm just wondering, is there any way that ironpython dealing with xml-rpc? cause i had imported i tried to import xmlrpclib to ironpython with this code import xmlprclib server = xmlrpclib.Server("localhost:4567") month = server.getMonth(2002, 8) i got t

[IronPython] ironptython xml-rpc how?

2008-02-21 Thread henry
hello there i'me newbie in ironpython. i'm just wondering, is there any way that ironpython dealing with xml-rpc? cause i had imported i tried to import xmlrpclib to ironpython with this code import xmlprclib server = xmlrpclib.Server("localhost:4567") month = server.getMonth(2002, 8) i got t

Re: [IronPython] Generator Performance (IronPython vs. CPython(

2006-03-19 Thread henry show
can't wait to try beta5 out.2006/3/18, Dino Viehland <[EMAIL PROTECTED]>: The good news this is basically the same issue.  The better news is I've got a fix that gets us performance that's pretty much equal to CPython that will be in Beta 5 for both this and the other generator case.Thanks for repo

Re: [IronPython] Visual Studio Express Editions

2006-03-16 Thread henry show
why should we have a VS or something to run IP? we are runing IP, not compling . i think a .net sdk is enough, isnt it?  2006/3/16, Stute, Detlef ALRT/EEG4 <[EMAIL PROTECTED]>: Hi Donnal,I'm using IronPython with C# Express. Right now, everything works fine.Mit freundlichen Grüßen/ kind regards/ Co

Re: [IronPython] atexit module doesn't work

2006-03-13 Thread henry show
I C, thx a lot. then i can repro your bug on my computer. and cPython did print a 'Bye' runing your piece of code.   btw:what's so special with site.py? why we have to replace the original one with a empty one for ironpython?   2006/3/13, Sanghyeon Seo <[EMAIL PROTECTED]>:

Re: [IronPython] atexit module doesn't work

2006-03-13 Thread henry show
i am new to ironpython, so my question might be silly: why i can not even import os and atexit?   IronPython 1.0.2258 (Beta) on .NET 2.0.50727.42Copyright (c) Microsoft Corporation. All rights reserved.>>> import sys,atexitTraceback (most recent call last):  File , line 0, in input##74 ImportError: