Closed
Description
Hello I am giving a try to shiny for python and shinylive for python and have found some issues when deploying modular apps. I have created the following app as an example, you can see that is properly deployed to gh-pages when using shinylive, and is also woeking properly when clicking on the run button at Positron. The issue comes when I try to deployed using shinylive locally or as is in Posit Connect cloud. In both cases I receive the same error message:
from modules.counter_module import counter_ui, counter_server
ModuleNotFoundError: No module named 'modules'