-
```
Seriously: none whatsoever. Potentially tricky, because str == unicode in
IronPython and str !=
unicode in CPython.
```
Original issue reported on code.google.com by `fwere...@gmail.com` on 20…
-
Hi,
I tried to automate windows calculator using UIA libraries from ironpython
however I recieved different results across iron python and c#. Specifically
finding elements returned different sized …
-
D:\rft\vsl\dlr\Languages\IronPython\Tests>27
Python 2.7b1 (r27b1:79929, Apr 10 2010, 22:43:08) [MSC v.1500 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more inform…
-
The round function in 2.7 ends up rounding [0..5] down instead of [0..4] which
was the behavior with 2.6. Feels like a CPython 2.7 bug unless this is
documented in their release notes...
D:\rft\vsl…
-
```
D:\rft\vsl\dlr\Languages\IronPython\Tests>27
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more info…
-
Once some of the other improvements have been made, it will be necessary to allow for configuration of a particular maze.
This can be easily accomplished using IronPython? as a scripting language. Se…
-
### Environment
- Pythonnet version: 2.4.0
- Python version: 3.7.4
- Operating System: Windows 10 (64 bit)
### Details
- I tried to import a dll (compiled with IronPython) that only…
-
日期:2018.07.06 周五
- 运行 Python 的几种方式
- 命令行模式
- Python 交互模式
- 使用 IDE
- 安装 Python3 解释器
- 解释器
- CPython(官方自带的解释器)
- IPython
- PyPy
- Jython
- IronPython
- 相…
-
Hi,
We are using IronPython every day and we can solve every job with it.
However we would like to use unlimited number of IronPython runtimes in an application now and preload some runtimes on starti…
-
When trying to instantiate and use a COM object, I get only the methods
available form the GenericComObject, although everything is referenced
correctly, and the dir(myobject) displays all methods a…