Skip to content
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

Open
junknstuff opened this issue May 10, 2016 · 4 comments
Open

cannot launch on windows #35

junknstuff opened this issue May 10, 2016 · 4 comments

Comments

@junknstuff
Copy link

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

@ghost
Copy link

ghost commented May 14, 2016

Did you try wiping the db? It will not run when an old db is there.

@junknstuff
Copy link
Author

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?

@davide-romanini
Copy link

It seems you have not installed the required libraries. Did you tried pip install -r requirements.txt? I didn't tested it on windows, so there's a chance you'll need some more setup (a lot)..

@junknstuff
Copy link
Author

@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
http://www.htpcguides.com/install-comicstreamer-windows-for-personal-comic-server/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants