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

Linux only? #13

Open
rainbowdesign opened this issue Mar 26, 2015 · 3 comments
Open

Linux only? #13

rainbowdesign opened this issue Mar 26, 2015 · 3 comments

Comments

@rainbowdesign
Copy link

rainbowdesign commented Mar 26, 2015

`Hello, i took a look at the install file and found:

include_dirs = ['/usr/include/SDL']

It looks very much like it would not work with windows related to the sdl paths:

#7


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@rainbowdesign
Copy link
Author

Essentially i got it working now by installing a new debian vm and adding all the requirements manually.
It took quite a long time, and the module seems now not very promising since its nearly undocumentated.

@AndreMPCosta
Copy link

I'm encountering the same problem sadly. Any workaround instead of using a VM?

@riku2015
Copy link

riku2015 commented Jan 20, 2020

i managed to compile in windows, got sdl libraries. all went ok. installation was ok, however when i try use module:
Traceback (most recent call last):
File "main.py", line 30, in
from audiostream import get_output, AudioSample
File "C:\Python37\lib\site-packages\audiostream_init_.py", line 19, in
from audiostream.core import *
ImportError: DLL load failed: The specified module could not be found.

there is not much info what module is missing?!?
On android and linux i dont have these problems, there work fine

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

No branches or pull requests

4 participants