Hi,
Sorry, I've been out of town for work for 2 weeks .. and this week's been busy too.
But thanks for checking back.
The compiling part did work, yes. Though what I ended up using are the automatically generated .pyc files in the same folder. I am not sure why I did not see them being produced in the first place, this is puzzling. It may be a folder refresh issue.
So basically, the structure I'm using now is 1 py file and 1 pyc file, where in the first file I just call a method in the second file, passing on the relevant parameters / user settings.
Thanks !!
matt