You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you providing a great project!
Here is an error when I try to import solids_auto:
Traceback (most recent call last):
File "", line 1, in
File "/Users/user/Library/Python/2.7/lib/python/site-packages/solidspy/init.py", line 3, in
from solidspy.solids_GUI import solids_GUI
File "/Users/user/Library/Python/2.7/lib/python/site-packages/solidspy/solids_GUI.py", line 25, in
import solidspy.preprocesor as pre
AttributeError: 'module' object has no attribute 'preprocesor'
How can I solve this issue?
Thank you in advance:)