For you, the fact that IronPython doesn’t support CPython is not limiting ?
For example, I tried to use a SVN python package (PySvn) (to get Revision number of Revit files) inside Dynamo but it didn’t work. Maybe I did not do the right thing …
But it works outside Dynamo and i create a Excel File readable in Dynamo (there is allways a solution )
I have to progress understanding the IronPython implementation and the possibilities it offer… so, i’ll be back
This is very interesting discussion. I also would like to be able to use Tkinter modules but current version of IronPython does not support it. In fact we have today latest version IronPython 2.7.7rc2 I can see that works started on IronPython 3. Unfortunately not much progress happening right now.
We are trying to get a good final 2.7 release out and then will be focusing on IronPython3. I would hope to have something usable by the end of the year (there are many changes we need to implement).
@Gui_Talarico did you do with BackgroundWorker in ironpython.
I have import BackgroundWorker from System.ComponentModel, but the backgroundWorker object does not content DoWork and RunWorkerCompleted events.
Hi @thachnh83
To make it easier for others to help, I would suggest you start a new post (this thread is 1+ years old and also not related to your question)