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
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
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
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
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
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]>:
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: