Re: [IronPython] Error during unittest initialization

2006-02-13 Thread Dino Viehland
Soon indeed! We've got it fixed for the beta 3 release. Do you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

Re: [IronPython] Error during unittest initialization

2006-02-13 Thread Sanghyeon Seo
2006/1/30, Greg Lee <[EMAIL PROTECTED]>: > Using IronPython 1.0.2216 (Beta) on .NET 2.0.50727.42 to run this: > > (snip) > > Traceback (most recent call last): >File c:\box\test\testdmxmetadataeditor\foo.py, line 11, > in Initialize >File unittest, line unknown, in __init__$f196 >File

[IronPython] Error while running sgmllib.py from Python 2.4 library

2006-02-13 Thread richard hsu
Running: IronPython 1.0.2190 (Beta) on .NET 2.0.50727.42   C:\IronPython\Lib>ironpythonconsole sgmllib.py "c:\webhost\index.html"Traceback (most recent call last):  File C:\Documents and Settings\user\My Documents\Develop\IronPython\Lib\sgmllib.py, line 511, in Initialize   File C:\Documents and Se

Re: [IronPython] Version 1.0 downloadable?

2006-02-13 Thread 황윤성
New Homepage: http://workspaces.gotdotnet.com/ironpython - Original Message - From: "Nikolaus Wagner" [EMAIL PROTECTED] To: users@lists.ironpython.com Date: Thu, 02 Feb 2006 19:48:01 +0100 Subject: [IronPython] Version 1.0 downloadable? Hi! Where can I download the latest versio

Re: [IronPython] FW: how to debug pthon script in IronPython

2006-02-13 Thread Shawn Farkas
The C# source code to the MDbg debugger is available here: http://www.microsoft.com/downloads/details.aspx?familyid=38449a42-6b7a-4e28-80ce-c55645ab1310&displaylang=en .  Mike Stall often blogs about this set of code, you can find the archive of his posts here: http://blogs.msdn.com/jmstall

[IronPython] IRON Python Syntax Coloring

2006-02-13 Thread Nair, Rankarajan S (Rankarajan S)
Hi, Is there a plugin available for Visual Studio 2005 to High light the syntax of Python...?   Thanks in Advance -Ranka Nair ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] FW: how to debug pthon script in IronPython

2006-02-13 Thread Chen, Tom Li Hong
Hi:    Thanks for your help and your advice! But I don’t want to make use of CLR Debugger to debug script. In CPython user only need pdb(pdb.py) module to debug python script. So user can debug python script in Python IDE (version: Python2.4). in your advice , if I want to debug python scr

Re: [IronPython] Question (Novice) on using Microsoft Excel via IronPython

2006-02-13 Thread Stanislas Pinte
Selon "Weffers, H.T.G." <[EMAIL PROTECTED]>: > If the following is a too frequently asked question, then please > forgive me. > > Being a novice in the use of IronPython and Python I spent a > significant amount of time trying to find the answer to the below > question in a FAQ list, but unt

Re: [IronPython] [Simpy-users] Simpy working under IronPython1.0beta2

2006-02-13 Thread Klaus Muller
Stan, all: This is incredible! I executed Simulation.py, SimulationTrace.py, SimulationRT.py and SimulationStep.py under IronPython -- they worked like a dream! I will now go on to actual application development and comparative timing studies. If Microsoft actually supports IronPython under Visual

[IronPython] SimPy on IronPython timing test

2006-02-13 Thread Klaus Muller
All: I have run a first simple benchmark to compare SimPy under IronPython with SimPy under CPython. I ran the following program: from SimPy.Simulation import * import time class Dum(Process): def run(self): yield hold,self,3 initialize() nrProcs=int(raw_input("Nr of processes?")) pr

[IronPython] Version 1.0 downloadable?

2006-02-13 Thread Nikolaus Wagner
Hi! Where can I download the latest version of Ironpython? http://www.ironpython.com/ only has a nearly 2 year old version. Thanks, Nikolaus Wagner ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython

Re: [IronPython] [Simpy-users] Simpy working under IronPython1.0beta2

2006-02-13 Thread Klaus Muller
Stan, Great news! How did you provide required modules such as e.g. "random" and "bisect"? Klaus Müller > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Stanislas Pinte > Sent: Monday, January 30, 2006 7:35 PM > To: [EMAIL PROTECTED] > Cc: use

[IronPython] Version 1.0 downloadable?

2006-02-13 Thread Nikolaus Wagner
Hi! Where can I download the latest version of Ironpython? http://www.ironpython.com/ only has a nearly 2 year old version. Thanks, Nikolaus Wagner ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython

Re: [IronPython] Nitpicking:

2006-02-13 Thread Yasir Alvi
Thanks for the report. I've filed the bug in our database. Thanks, Yasir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Reade Sent: Tuesday, February 07, 2006 6:13 AM To: Discussion of IronPython Subject: [IronPython] Nitpicking: "lamb

[IronPython] Error during unittest initialization

2006-02-13 Thread Greg Lee
Title: Error during unittest initialization Using IronPython 1.0.2216 (Beta) on .NET 2.0.50727.42 to run this: import unittest class TestConfigparser(unittest.TestCase):    def testtokenize(self):    pass    def testline(self):    pass if __name__ == "__main__":     unittest.main(

[IronPython] IronPython console runs out of memory

2006-02-13 Thread Greg Lee
This one-liner causes IronPython console to run out of memory (2.05GB page file) and freeze Windows XP: from xml.dom import minidom This is the installation: Microsoft Windows XP [Version 5.1.2600] IronPython 1.0.2216 (Beta) on .NET 2.0.50727.42 python 2.4.2 pyxml 0.8.4 pywin32 205 py2exe 0.6

[IronPython] ASp.net 2.0 Implementaiton

2006-02-13 Thread Gary Davidson
My apologies if this has been answered, In the code behind of an aspx page engine.SetVariable("Host", this); engine.SetVariable("TextBox1", this.TextBox1); I can work with TextBox1 & Host in a script, but Host.TextBox1 does not work at all Any ideas? This is purely curiosity, I am not implement

Re: [IronPython] Using StreamReader.Read(char[], Int32, Int32)

2006-02-13 Thread Dino Viehland
The way you'll want to make an array is: import System System.Array.CreateInstance(System.Char, 3) Where 3 is the number of elements in the array. In the first case we're auto-marshalling your list into a byte[] array but we auto-marshal in a zero-length byte array (because you gave us a zer