Python Application installation
Step 1: go to [Link]
Step 2: click on Download Python 3.13.2
Step 3: It will go into your downloads folder
Step 4: Double-click on the Python executable file
Step 5: Click on each of the boxes on the window and then click on the ‘Install Now’ link
Step 6: Click ‘Yes’ to install
Step7: Complete installation
Python installation is now complete
Now we are going to complete the rest of the steps to make sure that your Oracle Box
set up is complete for your IDE (Integrated Development Environment)
Step 8: Open up a Powershell Window and do the following command “py -m pip install
pywin32” to install pywin32.
Step 9: If you see a new Pip update, run the command below to updated it quickly.
“[Link] -m pip install --upgrade pip” NOTE: the line is actually two dashes.
Here are the steps as completed on my computer:
PS C:\Windows\system32> py -m pip install pywin32
Collecting pywin32
Downloading pywin32-309-cp313-cp313-win_amd64.[Link] (9.4 kB)
Downloading pywin32-309-cp313-cp313-win_amd64.whl (9.5 MB)
---------------------------------------- 9.5/9.5 MB 24.9 MB/s eta 0:00:00
Installing collected packages: pywin32
Successfully installed pywin32-309
[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: [Link] -m pip install --upgrade pip
PS C:\Windows\system32> [Link] -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\wendy-hopecreek\appdata\local\programs\
python\python313\lib\site-packages (24.3.1)
Collecting pip
Downloading [Link] (3.7 kB)
Downloading [Link] (1.8 MB)
---------------------------------------- 1.8/1.8 MB 10.5 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 24.3.1
Uninstalling pip-24.3.1:
Successfully uninstalled pip-24.3.1
Successfully installed pip-25.0.1
PS C:\Windows\system32>
This completes the steps for Python installation and configuration.
NOTE: Consult this website if you are having issues or undserstanding why Python configuration
and setup is important for VirtualBox
“How to Fix Missing Dependencies Python Core / win32api in VirtualBox”
[Link]