BilHim / trafficSimulator

A microscopic traffic simulation in Python
MIT License
363 stars 132 forks source link

trafficSimulator module not found #2

Closed rampallishyam closed 3 years ago

rampallishyam commented 3 years ago

Traceback (most recent call last): File "e:\trafficSimulator-main\src\examples\twoway_intersection.py", line 2, in <module> from trafficSimulator import * ModuleNotFoundError: No module named 'trafficSimulator'

I get this error when I tried to execute twoway_intersection.py

rampallishyam commented 3 years ago

I solved it. I moved the trafficSimulator folder to the examples folder and it works just fine.