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

[BUG] rainbowstream won't run #329

Open
timocarnill opened this issue Jun 25, 2022 · 0 comments
Open

[BUG] rainbowstream won't run #329

timocarnill opened this issue Jun 25, 2022 · 0 comments

Comments

@timocarnill
Copy link

I don't know if this is supposed to be able to run correctly on Windows (11), but when I try to run the rainbowstream command, it just gives these error messages:
PS C:\Users\timoc> rainbowstream The system cannot find the path specified. Traceback (most recent call last): File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\Scripts\rainbowstream.exe\__main__.py", line 4, in <module> File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\rainbow.py", line 25, in <module> from .draw import * File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\draw.py", line 15, in <module> from .c_image import * File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\c_image.py", line 25, in <module> rgb2short = call_c() File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\site-packages\rainbowstream\c_image.py", line 21, in call_c image_c = ctypes.cdll.LoadLibrary(library) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 452, in LoadLibrary return self._dlltype(name) File "C:\Users\timoc\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\timoc\.image.so' (or one of its dependencies). Try using the full path with constructor syntax. PS C:\Users\timoc>

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

1 participant