I thought I might ask here first. I'm getting the following error when trying to run web2py:
(.venv) :~/src/eden$ python ../web2py/web2py.py --no-gui -a xxxxxxxxxxxxxxxxx
Traceback (most recent call last):
File "/home/andrea/src/eden/../web2py/web2py.py", line 44, in <module>
import gluon.widget
File "/home/andrea/src/web2py/gluon/__init__.py", line 147, in <module>
from .compileapp import LOAD
File "/home/andrea/src/web2py/gluon/compileapp.py", line 17, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
(.venv) :~/src/eden$
Anybody have any clues? I just rebuilt my windows machine with a linux distribution, so I'm not sure what I'm missing.