Closed GoogleCodeExporter closed 9 years ago
Thanks for your error report,
1 comment and 2 questions before to give you answer :
1. Try to run build_ext instead of build.
2. Please provide the exact error message of the exception. (not only the
traceback,
but also the exception that occurred)
3. Please indicate the version of Cython installed in your system.
Bertrand Nouvel
Original comment by bertrand...@gmail.com
on 22 Apr 2010 at 7:22
1. Same situation with build_ext
2. Full output in an attached file
3. cython 0.12.1
Original comment by trez...@gmail.com
on 22 Apr 2010 at 10:14
Attachments:
Ok, the bugfix should consists in changing the line
libs = ('avformat', 'avcodec', 'avutil', 'swscale')
into
libs = ['avformat', 'avcodec', 'avutil', 'swscale']
in setup.py.
I will update the files accordingly in next release.
Please can you confirm it works for you ?
Original comment by bertrand...@gmail.com
on 22 Apr 2010 at 10:26
I can confirm, it is working. Thanks.
Original comment by trez...@gmail.com
on 22 Apr 2010 at 7:09
Original issue reported on code.google.com by
trez...@gmail.com
on 21 Apr 2010 at 7:55