mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 05:25:44 +00:00
[Bug] Python Bindings don't compile with build_library #356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MatejMecka on GitHub (Jan 7, 2018).
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : 0.85
In raising this issue, I confirm the following (please check boxes, eg [X]):
My familiarity with the project is as follows (check one, eg [X]):
Necessary information
N/A // python api_testing.py <pathtovideofile>Video links
Please make the affected input file available for us (no screenshots, those don't help!). Public links to Dropbox, Google Drive, etc, are all fine. If it is not possible to make it available publicly, send us a private invitation (both Dropbox and Google Drive allow that). In this case we will download the file and upload it to the private developer repository.
Do not upload your file to any location that will require us to sign up or endure a wait list, slow downloads, etc. If your upload expires make sure you keep it active somehow (replace links if needed). Keep in mind that while we go over all tickets some may take a few days, and it's important we have the file available when we actually need it.
Additional information
ImportError: No module named _ccextractorSteps to reproduce:
./build_apiapi_testing.pyPS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.
@cfsmp3 commented on GitHub (Jan 16, 2018):
Most likely you need to define PYTHON_API now... do it and send a PR :-)
@thealphadollar commented on GitHub (Jan 22, 2018):
@cfsmp3 @MatejMecka I would like to work on this issue. Can you please guide me a bit on how can I fix this bug?
@thealphadollar commented on GitHub (Jan 28, 2018):
@MatejMecka The issue seems to be more than just a problem with build.api
With the latest build, and following the documentation named "python extension module.txt", no new file is being generated in the directory and I'm getting an error, "Error: Invalid option to CCextractor Library"
By using the "build_api" the earlier issue is resolved since the file, "_ccextrator.so", which was not ealier created is now created. But the same above issues pops up.
I think we should update the issue name, or maybe close the issue since it has been replaced by a new error.
@lennonwoo commented on GitHub (Feb 4, 2018):
@thealphadollar Py bindings now doesn't print detail infomation well if we use if some error happens.
But your problem is missing args, try to add input file?
python api_testing.py <video filename>@thealphadollar commented on GitHub (Feb 8, 2018):
@lennonwoo @MatejMecka @cfsmp3 This error is no more produced, though there is no apparent output produced by running api_testing.py with an argument. Shouldn't this be closed now?
@cfsmp3 commented on GitHub (Mar 1, 2018):
Closing, reopen if needed @MatejMecka