Applicable Versions | NetSim Standard | NetSim Pro |
Applicable Releases | v13.3 |
- Check if Python 3.11.2 is installed on your PC from the control panel as shown below:
- If python is not installed, you can download and install it from https://www.python.org/ftp/python/3.11.2/python-3.11.2-amd64.exe
- While installing python, make sure that the Add python.exe to PATH checkbox is enabled as shown below:
- Open the Command prompt and execute the command python -m pip list to check if pywin32 is installed as shown below:
- If pywin32 package is not installed, install it by executing the command python -m pip install pywin32 in the command prompt
Applicable Releases | v11 | v12 | v13 |
For v12 & v13
This could be due to several reasons. NetSim interacts with SUMO in runtime, during VANET simulations.
Both Python and pywin32 are required for VANET simulations to happen successfully. This is essential for interfacing NetSim with SUMO which is a python based road traffic simulator.
- Check if Python 3.7 pywin32-224 is installed in your PC from the control panel.
- If not installed, download and manually install it from the following links based on the system configuration:
- Python 3.7 pywin32-224
32bit: https://github.com/mhammond/pywin32/releases/download/b301/pywin32-301.win32-py3.9.exe
- Python 3.7 pywin32-224
64bit: https://github.com/mhammond/pywin32/releases/download/b301/pywin32-301.win-amd64-py3.9.exe
- Uninstall any other versions of Python already installed in the system to avoid conflict.
- Check if python scrips (*.py) present in <NetSim_Install_Directory>/bin directory are not altered or contain errors due to customization is done.
Note: It is always recommended to run VANET simulations in Admin mode, preferably under the Administrator user account.
For v11
This could be due to several reasons. NetSim interacts with SUMO in runtime, during VANET simulations.
Both Python and pywin32 are required for VANET simulations to happen successfully. This is essential for interfacing NetSim with SUMO which is a python based road traffic simulator.
- Check if Python 2.7 pywin32-220 is installed in your PC from the control panel.
- If not installed, download and manually install it from the following links based on the system configuration:
- Uninstall any other versions of Python already installed in the system to avoid conflict.
- Check if python scrips (*.py) present in <NetSim_Install_Directory>/bin directory are not altered or contain errors due to customization done.
Note: It is always recommended to run VANET simulations in Admin mode, preferably under the Administrator user account.