I\'m trying to run a python app from amazon EC2 large instance. However, Its complaining in scipy because it can\'t find a thing called _winreg.
I don\'t know how
Check out the comments on the answer of this post.
I'm guessing by using the watchdog module it doesn't import "stat" which seems to look for this _winreg package.
In other words, installing the module "watchdog" seems to do the trick.