Setting Up
-
3. Installing wxPython
Now to Install wxPython Python 3
Simply play:pip3 install -v --user wxPython
Take into account that to complete the Installation may take a long Time…
So let the Terminal Window open until the Setup is achieved: -
4. Testing wxPython
Finally, to Test WxPython Installation on Python 3:
python3
And then on Python 3 Prompt Import it with:
import wx
Congratulations! Now you can be able to Develop Python 3 WxPython UIs :)
Contents