Import issue with main file

Monkey Forums/Monkey Programming/Import issue with main file

Chroma(Posted 2013) [#1]
I find that if I try to Import more than 3 files into the main file that I'm executing that sometimes it can't find it. Even though I rename it or even change it to another file to import for testing. Anyone else have this issue?


Goodlookinguy(Posted 2013) [#2]
File names are case sensitive. Make sure you're not typing them in the wrong case. Other than that I don't know.


MikeHart(Posted 2013) [#3]
Never noticed this issue.


bram(Posted 2013) [#4]
I did have trouble understanding how to work with imports. Apparently, they should be written in lowercase, even if the filenames of the files I am importing are not. This may be OS dependent, I work on OSX.


Beaker(Posted 2013) [#5]
I always name my files lowercase and use lowercase to import. Seems to work.