sewkokot / opsvis

OpenSeesPy postprocessing and plotting module
GNU General Public License v3.0
35 stars 21 forks source link

Error when there is file called 'model.py' on the same folder #30

Closed siwalan closed 1 year ago

siwalan commented 2 years ago

Hello,

I faced an error when I have a file called model.py on my current working directory when I am using opsvis. While this is easily fixed (I changed my OpenSees model name to modelPy.py), is there a chance that model.py import in the package to be replaced with something like modelOpsvis or more esoteric name to prevent the chance of import conflict? I understand that this is inevitable because the list of possible English word to be used for model naming is limited, but model.py is a quite common filename.