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
The module referred from boxspring_figure_anim.py is missing:
# make sure that we find the boxspring_figure module in ../oo:
#sys.path.insert(0, '../oo')
# better:
sys.path.insert(0, os.path.join(os.pardir, 'oo'))
from boxspring_figure import draw, set_figure_size
The text was updated successfully, but these errors were encountered:
The module referred from
boxspring_figure_anim.py
is missing:The text was updated successfully, but these errors were encountered: