Hi recently I have ran into some troubles calling my python script from luci. In my script, I make an import call to one of my own modules:

from cellparser import CellParser

This triggers an importError. I have the directory that I'm importing from appended to the PYTHONPATH environment variable. Is the web container just somehow not reading this environment variable?