Ian Brockbank
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Ian Brockbank created a post, Can PyCharm find modules on sys.path updated within script
Sometimes we have modules in other locations within the project directory tree, locations which aren't on the path.We load these usingsys.path.append(scripts_folder) import my_local_moduleThis runs...