AppliedMechanics-EAFIT / SolidsPy

2D-Finite Element Analysis with Python
MIT License
260 stars 75 forks source link

ImportError: No module named 'solids_GUI' #6

Closed cosmoscalibur closed 6 years ago

cosmoscalibur commented 6 years ago

When execute the second line of the example of README.md, the next error message appear:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-3adfe1694c2e> in <module>()
----> 1 from solidspy import solids_GUI

/usr/local/lib/python3.5/dist-packages/solidspy/__init__.py in <module>()
      1 # -*- coding: utf-8 -*-
----> 2 from solids_GUI import solids_GUI
      3 
      4 __all__ = ["assemutil",
      5            "femutil",

ImportError: No module named 'solids_GUI'

System information:

nicoguaro commented 6 years ago

It seems to be a problem with Python 3. Could you try in a virtual environment using Python 2?