[IronPython] wxPython and Ironpython
Sanghyeon Seo
sanxiyn at gmail.com
Wed Jan 9 03:11:13 PST 2008
2008/1/9, jane janet <anakinnani at hotmail.com>:
> The important reason is my big old application was written in Python using
> wxPython to create GUI.
> But I have to use IronPython because my new application must use .NET
> library.
> How can I integrate these stuff.
> Please tell me what is the best way for me.
This sounds like a good fit for Python.NET. Python.NET allows you to
use .NET libraries with vanilla Python (so you can use wxPython too).
http://pythonnet.sourceforge.net/
Or you can write .NET part in IronPython (or anything, really) and use
IPC to communicate with GUI.
--
Seo Sanghyeon
More information about the Users
mailing list