jorge-ramirez-upm / RepTate

RepTate (Rheology of Entangled Polymers: Toolkit for Analysis of Theory & Experiment)
https://reptate.readthedocs.io/
GNU General Public License v3.0
27 stars 6 forks source link

Setup.py and access from anywhere #139

Closed AMaywurm closed 4 years ago

AMaywurm commented 4 years ago
vbdr commented 4 years ago

Thank you @AMaywurm for proposing these changes. We will review them ASAP. At a first glance, it seems that having a folder RepTate/ and the main file called RepTate.py causes a namespace issue, see below. Any suggestion?

Traceback (most recent call last):
  File "RepTate.py", line 46, in <module>
    from RepTate.core.CmdBase import CmdBase, CalcMode, CmdMode
ModuleNotFoundError: No module named 'RepTate'