ironpythonbot

Results 85 comments of ironpythonbot

On _2011-10-10 21:48:37 UTC_, **pekkaklarck** commented: Because of this problem you cannot start Robot Framework (http://robotframework.py) like ipy -m robot.runner like you can with Python and Jython. We can add...

On _2011-10-10 21:55:22 UTC_, **pekkaklarck** commented: Ooops, it's obviously http://robotframework.org. There are separate instructions to get it working with IronPython [1] and we plan to ease the installation in RF...

On _2011-02-17 14:04:28 UTC_, **jdhardy** commented: 1) site.py pulls its info from sysconfig.py, which is what needs to be changed. 2) on Windows, it should be something like %APPDATA%\Python\IronPython26\site-packages

On _2011-02-22 06:31:06 UTC_, **jdhardy** commented: Fixed for Windows in 06f2ad7, but posix is still an open question.

On _2011-02-09 05:12:48 UTC_, **rjnienaber** commented: Cleaning up the script and executing it against CPython and IronPython 2.7b2 on .NET Version: 4.0.30319.1: python27 testcase-23751.py Traceback (most recent call last): File...

On _2011-02-07 06:25:14 UTC_, **rjnienaber** commented: Still occurring in 2.6.2 and 2.7b1 on .NET Version: 4.0.30319.1 ``` python27 testcase-23944.py Traceback (most recent call last): File "C:\ipy\testcase-23944.py", line 4, in x...

On _2011-02-13 13:35:17 UTC_, **jdhardy** commented: This is still present in 2.7B2.

On _2013-06-26 05:31:39 UTC_, **shacktoms** commented: I did some poking around and found that the problem seems to be this. The generated code for an except clause includes a "LeaveExceptionHandler"...

On _2014-10-20 21:09:26 UTC_, **slide_o_mix** commented: I don't get the same issue with the latest code. I get the following: TypeError: : unsupported base type for new-style class Microsoft.Scripting.Actions.NamespaceTracker:IronPythonTest.BinderTest

On _2010-11-12 01:21:46 UTC_, **pekkaklarck** commented: IronPython 2.6.1 already has some code under xml.etree. Unfortunately even this fails: IronPython 2.6.1 (2.6.10920.0) on .NET 4.0.30319.1 Type "help", "copyright", "credits" or "license"...