Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

no module named manage #18

Closed
BranchyMcBranchface opened this issue Jun 6, 2013 · 7 comments
Closed

no module named manage #18

BranchyMcBranchface opened this issue Jun 6, 2013 · 7 comments

Comments

@BranchyMcBranchface
Copy link

Attempting to run on cygwin (Windows). Installed per readme, returned with error:

$ storm
Traceback (most recent call last):
  File "/cygdrive/c/Users/jhertens/storm/storm/bin/storm", line 4, in <module>
    from manage import Manager
ImportError: No module named manage
@emre
Copy link
Owner

emre commented Jun 6, 2013

Hi,

Did you install it with pip?

It seems, somehow, manage.py library (https://github.com/Birdback/manage.py) is not installed in your box. You have to install the dependencies (https://github.com/emre/storm/blob/master/requirements.txt) if you don't install the storm with pip or easy_install.

@emre emre closed this as completed Jun 10, 2013
@sauberfred
Copy link

Hi,
i installed storm with pip, but i get the same error.

I noticed that the manage.py library was installed with version 0.1b5 on my system and not with version 0.1b3 as required in the dependencies. Until now i had no succes in downgrading to version 0.1b3 so i am not sure if this is the problem.

@emre
Copy link
Owner

emre commented Jun 18, 2013

ah, I just saw that manage.py changed it's api. thanks for reporting it, I will update it to be compatible both versions of manage.py.

@emre emre reopened this Jun 18, 2013
emre added a commit that referenced this issue Jun 19, 2013
@emre
Copy link
Owner

emre commented Jun 19, 2013

@JakeHertenstein, @sauberfred

This should be fixed. You can update with:

pip install stormssh --upgrade

and make sure pip fetched the last version (0.4.0)

~/ » storm version
0.4.0

@mlen108
Copy link

mlen108 commented Jun 19, 2013

I had same issue (on Ubuntu) and 0.4.0 fixes it - thanks!

@varac
Copy link

varac commented Jun 19, 2013

me too, fixed . thx !

@emre
Copy link
Owner

emre commented Jun 19, 2013

let me know if anything goes wrong.

@emre emre closed this as completed Jun 19, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants