mitchute / GLHE

MIT License
2 stars 3 forks source link

PyCharm vs Other Imports #75

Closed mitchute closed 6 years ago

mitchute commented 6 years ago

@Myoldmopar I'm running into relative import errors here on the cluster. Any suggestions on how to do this so that it works in PyCharm and on the cluster?

Myoldmopar commented 6 years ago

We can talk about it in a bit so I can learn more about how you are executing it, but if you are executing it using the setup.py file, I would try adding the current directory to the PATH at the beginning of the setup.py file, like this, just be sure to use "." instead of "..".