Hi, I am starting with Visual Basic 2013 and Python. I am doing some practice with console applications with success. But when I tried to work with WPF, I see the whole GUI when building. But when I try to debug the application, I get:
No module named 'wpf'
I use Python 3.4 for debugging, and I tried installing ironpython 2.7 and changing the debugger in vs2013, but the error still persists.
What should I do? Is there a way to install this module in python or should it be a bult-in module?
source
share