I have a client side module called “Local”. I’d like to be able to use it server side. For some reason, when I say from . import Local
I get the error below.
I have previously been able to do this in other applications, it’s just this one where I’m getting the error. I’ve checked I am using Python 3.10 Beta. Perhaps there is another setting I’m missing somewhere? Any pointers where I can start looking?