wxPython with Python .NET intergration

wxPython PyCrust - Screenshot

To use wxPython and Python.NET together is a simple task. Luckily Python.NET is an interpreter and wxPython are modules.

This will allow you to utilize wxPython and the .NET framework all from Python. Its a Win32 Python programmer's dream, leverage .NET assemblies, wxWidgets UI, and Python!

1.) Download wxPython (http://www.wxpython.org/download.php) & Python.NET (http://pythonnet.sourceforge.net/)
2.) Install Python.NET (and remember the install directory)
3.) Install wxPython in the same directory you installed Python.NET

Notes:
To access PyCrust (interactive wxPython shell), go to 'C:\PythonNet\Lib\site-packages\wx-2.8-msw-unicode\wx\py\pycrust.py'

To access XRCed (XRC editor), go to 'C:\PythonNet\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\XRCed\xrced.py'

Comments

Popular posts from this blog

Python SUDS with Windows Authentication (SOAP)

Text Sherlock the OpenGrok alternative (Source Code Search Engine)

How to remove, update, or replace the WKWebView inputAccessoryView