-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot launch on windows #35
Comments
Did you try wiping the db? It will not run when an old db is there. |
hi @Tristan79 , what's the best way to do that? i have deleted the entire directory c:\ComicStreamer and cloned again from via Git hoping for a fresh start but it hasn't turned out that way. Is the DB stored somewhere outside of c:\ComicStreamer? If so would you happen to know where? |
It seems you have not installed the required libraries. Did you tried |
@davide-romanini i downloaded the python dependencies and was able to run comicstreamer for about a day before the power went out and the server went down abruptly. no other changes were made to the server so i'm not sure why it wasn't able to come up with a simple python c:\ComicStreamer\comicstreamer For reference, I am following this guide |
Hi All,
I had ComicStreamer running for a few days on my Windows 7 Pro box but after I lost power yesterday, I haven't been able to get it back up. I deleted c:\ComicStreamer and re-cloned the repo but am receiving the following error. Any ideas what's up? I didn't get this error the first time around.
C:\Windows\system32>python c:\ComicStreamer\comicstreamer
Traceback (most recent call last):
File "c:\ComicStreamer\comicstreamer", line 2, in
from comicstreamerlib.main import main
File "c:\ComicStreamer\comicstreamerlib\main.py", line 35, in
from server import APIServer
File "c:\ComicStreamer\comicstreamerlib\server.py", line 57, in
from database import *
File "c:\ComicStreamer\comicstreamerlib\database.py", line 17, in
from sqlalchemy.ext.declarative import declarative_base
ImportError: No module named ext.declarative
The text was updated successfully, but these errors were encountered: