jessepeterson / margarita

Web frontend for reposado
The Unlicense
245 stars 40 forks source link

Margarita start failed! ImportError: no module named reposadolib #51

Closed DeutscheBahnMuK closed 7 years ago

DeutscheBahnMuK commented 7 years ago

Dear Jesse,

Symbolic Links are set up, as you see in this Screenshot:

bildschirmfoto 2017-05-12 um 11 17 10

This is the Error Message when i try to start margarita:

c:\Program Files>python "c:\Program Files\margarita-master\margarita.py" -p -8089 -b 127.0.0.1 -d Traceback (most recent call last): File "c:\Program Files\margarita-master\margarita.py", line 17, in from reposadolib import reposadocommon ImportError: No module named reposadolib

Any Idea how to solve this problem?

Best regards

Thomas =)

DeutscheBahnMuK commented 7 years ago

The Symbolic Link (the one to repsadolib) in windows, must be set with option: /D /J

Than it works!

jessepeterson commented 7 years ago

Good to know! I don't have experience with this on windows so thanks for noting!