You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E:\ComicStreamer2>python comicstreamer
Traceback (most recent call last):
File "comicstreamer", line 6, in <module>
from comicstreamerlib.main import main
File "E:\ComicStreamer2\comicstreamerlib\main.py", line 35, in <module>
from server import APIServer
File "E:\ComicStreamer2\comicstreamerlib\server.py", line 57, in <module>
from comicapi.comicarchive import *
File "E:\ComicStreamer2\comicapi\comicarchive.py", line 32, in <module>
from unrar import rarfile
File "C:\Python27\lib\site-packages\unrar\rarfile.py", line 26, in <module>
from unrar import unrarlib
File "C:\Python27\lib\site-packages\unrar\unrarlib.py", line 45, in <module>
unrarlib = ctypes.WinDLL(lib_path)
File "C:\Python27\lib\ctypes\__init__.py", line 365, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found
E:\ComicStreamer2>
The text was updated successfully, but these errors were encountered:
Beville's works normally.
The text was updated successfully, but these errors were encountered: