Only use utils from python sitepackages, if it does not appear in the working directory
- We install utils as a module since in some cases python could not find the module.
- changing and testing features in the local utils directory, should be possible.
- Any way to first check the work dir and then check the modules site packages for the existing module?
Note: this is very much environment dependent...