You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to import the py_nextbus module, I get the following error. I haven't been able to figure out what it means.
Traceback (most recent call last): File "/home/nick/Documents/Workspaces/BusScheduler/HomeBusSchedule.py", line 1, in <module> import py_nextbus File "/home/nick/Documents/Workspaces/BusScheduler/py_nextbus/__init__.py", line 3, in <module> from .client import NextBusClient File "/home/nick/Documents/Workspaces/BusScheduler/py_nextbus/client.py", line 3, in <module> from urllib.error import HTTPError ImportError: No module named error
The text was updated successfully, but these errors were encountered:
When trying to import the py_nextbus module, I get the following error. I haven't been able to figure out what it means.
Traceback (most recent call last): File "/home/nick/Documents/Workspaces/BusScheduler/HomeBusSchedule.py", line 1, in <module> import py_nextbus File "/home/nick/Documents/Workspaces/BusScheduler/py_nextbus/__init__.py", line 3, in <module> from .client import NextBusClient File "/home/nick/Documents/Workspaces/BusScheduler/py_nextbus/client.py", line 3, in <module> from urllib.error import HTTPError ImportError: No module named error
The text was updated successfully, but these errors were encountered: