> There are two things you could try. (...) The main issue I think is that Alec is putting the Storm Python package under his own module namespace (components.storm), and Storm (like most Python packages) uses absolute imports to access its own submodules, so this won't work indeed.
The way to solve it for now is to put Storm somewhere in the Python module search path. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
