I'm using an old version of Python (v3.2) on a USB standalone environment (Portable Python) for simplicity and educational purposes since it works virtually on any computer without any software needing to be installed. I was working on functions and modules a few days ago on with no issue. The next day I tried to continue further but I now kept getting an error message that the module I had written and was trying to import did not exist. This is the case for any new programs I created after that day.
Just out of curiosity I tried importing that same module into any older python programs I had saved on my USB, no problems.
I tried deleting and rewriting files. Still the same issue. As far as I know the directories and folder placements are correct. I tried searching online but nothing I can see pertaining to this particular problem.
What gives?