-
```
What steps will reproduce the problem?
1. import numpy
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
IronPytho…
-
```
This issue will track necessary improvements to perf.py to make it usable
by PyPy, Jython, IronPython and any other Python implementations that pop
up. We should eliminate CPython-specific flags…
-
# --------------------------------------------------------------------------
---
IP VERSION AFFECTED: 2.6 Beta 1(ish)
BUILD TYPE: Debug
FLAGS PASSED TO IPY.EXE: None
OPERATING SYSTEM: German 3…
-
We are running IronPython 2.7.3. We have been getting a StackOverflow error,
which we have reduced to the attached program. It only crashes when run under
ipy64, without -X:Debug.
The crash is very…
-
E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L
ib
> ^Z
> E:\IronPyTestFor2.5\ironpythonCompatableFor2.5\ironpythonCompatableFor2.5\25\L
> ib
> ipy
> IronPython…
-
[ http://stackoverflow.com/questions/1938898/ironpython-trouble-building-a
-wpf-shadereffect ](http://stackoverflow.com/questions/1938898/ironpython-
trouble-building-a-wpf-shadereffect)
class Test…
-
The 'compiler' module from CPython does not work with IronPython because it
depends on 'parser', which (re #1347) will not be implemented.
Genshi ( [ http://genshi.edgewall.org ](http://genshi.edge…
-
1. python 2.7.13 installed and pip install gmusicapi (all dependencies installed)
2. IronPython 2.7.7 via nuget in visual studio 2015
I can use gmusicapi classes without problems when running pyth…
-
I believe the latest head source for Python for .NET has separate Python.Runtime DLL for MonoMac, MonoLinux etc. but haven't tried it.
ghost updated
9 years ago
-
Continuing the discussion started in https://github.com/compas-dev/compas/pull/1052.
As suggested by @brgcode, it can be beneficial to have the functions in `compas_rhino.conversions` tested as par…