I am trying to experiment building a modul8 python module using the Snack python library. I've installed Snack, appended the module to classpath and can verify that it is available and working on a local script. However, when importing the library in a modul8 python module using: import tkSnack I ge...