agude / SWITRS-to-SQLite

Python script for converting California's Statewide Integrated Traffic Records System (SWITRS) reports to SQLite.
https://alexgude.com/blog/switrs-to-sqlite/
Other
9 stars 3 forks source link

fix ModuleNotFoundError by renaming switrs_to_sqlite.py to main.py #13

Closed gonewest818 closed 10 months ago

gonewest818 commented 10 months ago

When attempting to checkout and run the tool directly out of a working copy, the name of the script conflicts with the module name and results in a ModuleNotFoundError. Renaming the script avoids that conflict.