-
Notifications
You must be signed in to change notification settings - Fork 135
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
AttributeError: module 'OpenGL.GL' has no attribute 'GL_READ_WRITE' #72
Comments
Not know what's the problem, but I got a workaround by upgrade PyOpenGL via following command: pip3 install --upgrade PyOpenGL |
I got it working same way as PandaJim. Shouldn't it be possible to have the program check pythonopengl-version, to better handle this error? |
I think I have a similar problem: PPA repos do not work in LMDE2, so I've downloaded the .deb package manually from here: I couldn't install the Ubuntu 16.x or 17.x packages, because my python3 version is lower then v3.5.
When I install the vidcutter .deb, these packages are installed automatically: Here is the output when I try to start vidcutter on terminal:
Do I only miss a package?!? I have already tried to install the packages python-pyqt5.qtopengl (5.3.2+dfsg-3) and python-pyqt5 (5.3.2+dfsg-3) and mpv (0.8.3-dmo1) in addition, but with no luck... Or is my version of python or libmpv (or any other package) just not compatible to vidcutter 4.0? If not compatible, where can I get older vidcutter 3.x versions (.deb) for download? |
go Fedora. |
@dodona2 |
from your logs i can see that you're on 32-bit and not 64-bit.. there was a bug in VidCutter preventing the latest version from working on 32-bit machines on Linux only. sorry about that. theh good news is v4.5 is being released in about a week from today which has been fixed and tested thoroughly on 32bit machines so keep an eye out for it... cheers, |
Hi,
Last stable
4.0.0~201708021339~ubuntu16.04.1
fails to start onUbuntu 16.04.3 LTS
.Thanks
The text was updated successfully, but these errors were encountered: