All Questions
2 questions
1
vote
1
answer
56
views
Function runs in Iron Python (Python(x,y) Spyder2 IDE) but not in Python 2.7 Console
I am using the Spyder2 IDE in the python(x,y) package. The below function runs fine in Iron Python, but has errors when I run in the console. I need it to run in the console so that I can use ...
1
vote
0
answers
368
views
Import PyQt in IronPython
Is it possible to use PyQt4 in IronPython? if so, how can I do it.
I already have a project created in PyQt4 that runs on linux. I need to create the same project on Windows using IronPython. If I ...