Pages not showing on Linux / As páginas não abrem no Linux

I have a Python project created in VScode using Streamlit. I tried to transfer this project to a Linux server (Debian) that I have, and it opens the project but the pages that were in the sidebar are not shown. I tested it on another Linux machine (Mint) using VScode as well and the error was the same, but when I tested it on another Windows machine, the pages appear again…
The libraries are up to date, the names are correct (not a Case Sensitive issue), Streamlit version is 1.41.1 and the “main.py” file is using “from Pages import *”.
If anyone can help me, I would appreciate it.

The tree

*Illustrative Image: It’s not my project, it’s just an example of how it looks


PT-BR
Tenho um projeto em Python feito no VScode e usando o Streamlit. Fui passar esse projeto para um servidor Linux (Debian) que eu tenho, e ele abre o projeto mas as páginas que estavam na barra lateral não são mostradas. Testei em outra máquina com Linux (Mint) usando o VScode também e o erro foi o mesmo, porém já quando testei numa outra máquina Windows, abriu…
As bibliotecas estão atualizadas, os nomes estão certos (não sendo problema de Case Sensitive), no arquivo.py está sendo usado “from Pages import *”.
Se alguém puder me dar uma ajuda, agradeço

It might be a case problem, as you don’t have Pages but pages.

1 Like