What I’m trying to do:
Import the image module via import anvil.image
to a server module as per the docs
What I’ve tried and what’s not working:
The code throws an error: ModuleNotFoundError: No module named 'anvil.image'
What I’m trying to do:
Import the image module via import anvil.image
to a server module as per the docs
What I’ve tried and what’s not working:
The code throws an error: ModuleNotFoundError: No module named 'anvil.image'
Hi Rick,
The anvil.image
module is not available on the server. It should work fine on the client