If you are starting to learn how to use wxPython GUI Toolkit for Python so that you can get a jump start on developing test scripts using Python with Selenium. You have probably already installed Python, and most people use pip to make it super easy. I have outlined the steps below that are needed to get it up and running.
If you have not configured Selenium with Eclipse click here.
If you want to learn more about the benefits of the wxPython click here.
Install wxPython GUI Toolkit for Python
Step 1: Find Install location
Go to the location where you have installed Python.
Step 2: Copy the path of the folder location.
Step 3: Type cmd to open the command line
Step 4: Type cd and paste the path of the directory.
Step 5: Type pip install -U wxPython and press Enter
That is it. The wxPython GUI Toolkit for Python has been installed successfully using pip.
If you would like to learn more about Selenium click here.