2008/1/9, jane janet <[EMAIL PROTECTED]>: > 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
