Whenever we reboot rendernodes, we tend to get this error on a large percentage of them when trying to import an internal module:
Traceback (most recent call last):
File “none”, line 19, in
ImportError: No module named scanline.Paths
The weird thing is, another modules load just fine, from the same site-packages folder a couple of lines later…
Any ideas?
Edit: Also, the script thats trying to load the failing “not found” libraries would not even run if it could not run some of our central libraries earlier… Its very odd.
We run a site customize script on python init that loads some scripts off a network drive to initialize the environment. And by the time this error pops, that process has finished successfully (otherwise none of the other libraries would load)