8

Is there any alternative for WPF (windows presentation foundation) in python?

http://msdn.microsoft.com/en-us/library/aa970268.aspx#Programming_with_WPF

1
  • IronPyton is your thingy dawg Commented Sep 14, 2009 at 0:12

4 Answers 4

8

Here is a list of Python GUI Toolkits.

Also, you can use IronPython to work with WPF directly.

Sign up to request clarification or add additional context in comments.

1 Comment

IronPython is tha thing you're looking for, no question about it
3

You might want to look at pygtk and glade. Here is a tutorial.

There is a long list of alternatives on the Python Wiki.

Comments

2

Try PyQt which binds python to QT graphics library. There are some other links at the end of that article:

  • Anygui
  • PyGTK
  • FXPy
  • wxPython
  • win32ui

Comments

1

If you are on Windows and you want to use WPF (as opposed to an alternative), you can use it with IronPython - a .NET version of python.

Here's a quick example: http://stevegilham.blogspot.com/2007/07/hello-wpf-in-ironpython.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.