JWock82 / Pynite

A 3D structural engineering finite element library for Python.
MIT License
454 stars 93 forks source link

PyNite Import Issue #181

Closed tovarog23 closed 9 months ago

tovarog23 commented 9 months ago

ModuleNotFoundError takes place when trying to import PyNite into a project. The package has been installed correctly yet this error still takes place.

Seems like it can be corrected if all import statements are changed within the package using "pynite" instead of "PyNite".

JWock82 commented 9 months ago

Sounds like you installed PyNite instead of PyNiteFEA. They are not the same.

JWock82 commented 9 months ago

Did you get this issue resolved? I'd like to close this issue out.

tovarog23 commented 9 months ago

Problem resolved, the issue was not with PyNite but with another module I imported that uses this package.