[storm] Relative imports & Storm (bug?)

Gustavo Niemeyer gustavo at niemeyer.net
Mon Jul 20 14:22:58 BST 2009


> 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



More information about the storm mailing list