Module not found, Folder does exist
dylzzz
HOBBYOP

2 years ago

So I am trying to import a file and it is telling me the fodler doesnt exist.
```File "/app/Routes/test.py", line 2, in

import Utils.Email

ModuleNotFoundError: No module named 'Utils'```

17 Replies

dylzzz
HOBBYOP

2 years ago

434873ef-34b4-45f4-887e-a5819527c100


dylzzz
HOBBYOP

2 years ago

1221594062998605800


dylzzz
HOBBYOP

2 years ago

there is my file setup


dylzzz
HOBBYOP

2 years ago

it runs on my pc just not railway


2 years ago

please make sure your folder and filename casing is the same both locally and on github


dylzzz
HOBBYOP

2 years ago

omg im slow


dylzzz
HOBBYOP

2 years ago

thakn you


dylzzz
HOBBYOP

2 years ago

i just found it it changed something to lowercase


2 years ago

git doesnt track file/folder casing by default


dylzzz
HOBBYOP

2 years ago

Are you able to direct me on how to make it, or should i just google that?


dylzzz
HOBBYOP

2 years ago

Just found it


dylzzz
HOBBYOP

2 years ago

THank you


dylzzz
HOBBYOP

2 years ago

You may close this


2 years ago

never done it myself, would have asked you to google it


dylzzz
HOBBYOP

2 years ago

git config core.ignorecase false I just had run this command


2 years ago

ah cool, thats easy


deepakkumarsah25
FREE

3 months ago

config file /index.ejs does not exist


Loading...