-
Notifications
You must be signed in to change notification settings - Fork 548
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
launch-openshot cannot find python module 'openshot' #12
Comments
Hmmm... this seems like a simple solution. I wonder if I can generically use #!/usr/bin/python3, which would probably fix it also. Maybe give that a try, and see what happens. Thanks! |
Okay, it looks like I am already using #!/usr/bin/env python3 at the top of launch-openshot. Also, the version should be 2.0.4, and not 2.0.2. I'm thinking you have an older version, and need to update and try again. Fingers crossed. =) |
I updated (or rather removed and installed again) to version 2.0.4+0+510+86+201601120649~ubuntu15.10.1 The first line of /usr/bin/launch-openshot in this package still says Unfortunately I don't have that much experience with Debian packaging, so I can't tell where this needs to be changed. |
I looked at the buildlog on launchpad some more and it seems that under 15.10 wily pybuild calls setup.py with python3.4 and also python3.5 and setuptools then rewrites the shebang line to the calling python version. |
I am running Ubuntu 15.10 and have installed openshot-qt from the libopenshot-daily ppa.
When I try to start openshot via the launch-openshot command or from the Unity launcher "OpenShot 2.0" it crashes with:
Workaround:
The first line of launch-openshot is
#!/usr/bin/python3.5
, the python module however is installed in/usr/lib/python3.4/dist-packages
.When I change launch-openshot to use python3.4, the module is found and openshot launches.
Installed versions:
openshot-qt: 2.0.0+0+504+85+201601102218
ubuntu15.10.1ubuntu15.10.1python-libopenshot4: 0.0.6+0+492+85+201601102202
The text was updated successfully, but these errors were encountered: