Hi, Not sure to all understand.
You said that you are using the openshot-qt version but at the end it is the 1.4.4. Or the 1.4.4 is not the Qt version. The Qt version is the 2.0. BTW the 1.4.4 is using Python 2.7.x the 2.0 version is using Python 3.X Another point : melt 0.9.2 and then MLT is just for the serie 1.4.x then 1.4.4 Libopenshot is for the 2.0 version If you are using the 2.0, you are not able to active the setup file. It is not necessary at this step of developpement. Just go to the folder src in the folder openshot-qt and type python launch.py if python 3 is your default version. Either, type python3 launch.py if python 3 is not your default version. Good luck 2015-10-05 18:11 GMT+02:00 Gregory Kramida <algomo...@gmail.com>: > Public bug reported: > > Bug first reported here: > https://github.com/OpenShot/openshot-qt/issues/1 > > Encountered errors on attempting to build openshot-qt on various linux > distros. > > $ /usr/bin/python3 setup.py install > setup:INFO Execution path: /opt/local/openshot/openshot-qt/setup.py > running install > running build > running build_py > package init file 'src/__init__.py' not found (or not a regular file) > package init file 'src/classes/__init__.py' not found (or not a regular > file) > package init file 'src/images/__init__.py' not found (or not a regular > file) > package init file 'src/locale/__init__.py' not found (or not a regular > file) > package init file 'src/settings/__init__.py' not found (or not a regular > file) > package init file 'src/timeline/__init__.py' not found (or not a regular > file) > package init file 'src/windows/__init__.py' not found (or not a regular > file) > package init file 'src/windows/ui/__init__.py' not found (or not a regular > file) > package init file 'src/__init__.py' not found (or not a regular file) > package init file 'src/classes/__init__.py' not found (or not a regular > file) > package init file 'src/images/__init__.py' not found (or not a regular > file) > package init file 'src/locale/__init__.py' not found (or not a regular > file) > package init file 'src/settings/__init__.py' not found (or not a regular > file) > package init file 'src/timeline/__init__.py' not found (or not a regular > file) > package init file 'src/windows/__init__.py' not found (or not a regular > file) > package init file 'src/windows/ui/__init__.py' not found (or not a regular > file) > running build_scripts > error: file '/opt/local/openshot/openshot-qt/bin/openshot' does not exist > > It seems like the bug is twofold: (1) missing __init__.py files to > initialize source folders as packages and (2) failure to generate the > openshot script inside the "bin" folder. > > This blocks application of existing patches, such as > https://bugs.launchpad.net/openshot/+bug/499739. > > Architecture: any > Operating system: any Linux > Version of Openshot: 1.4.4 dev/trunk > Melt: 0.9.2 > > ** Affects: openshot > Importance: Undecided > Status: New > > -- > You received this bug notification because you are a member of OpenShot > Bugs, which is subscribed to OpenShot Video Editor. > https://bugs.launchpad.net/bugs/1502966 > > Title: > openshot-qt build error > > Status in OpenShot Video Editor: > New > > Bug description: > Bug first reported here: > https://github.com/OpenShot/openshot-qt/issues/1 > > Encountered errors on attempting to build openshot-qt on various linux > distros. > > $ /usr/bin/python3 setup.py install > setup:INFO Execution path: > /opt/local/openshot/openshot-qt/setup.py > running install > running build > running build_py > package init file 'src/__init__.py' not found (or not a regular file) > package init file 'src/classes/__init__.py' not found (or not a regular > file) > package init file 'src/images/__init__.py' not found (or not a regular > file) > package init file 'src/locale/__init__.py' not found (or not a regular > file) > package init file 'src/settings/__init__.py' not found (or not a regular > file) > package init file 'src/timeline/__init__.py' not found (or not a regular > file) > package init file 'src/windows/__init__.py' not found (or not a regular > file) > package init file 'src/windows/ui/__init__.py' not found (or not a > regular file) > package init file 'src/__init__.py' not found (or not a regular file) > package init file 'src/classes/__init__.py' not found (or not a regular > file) > package init file 'src/images/__init__.py' not found (or not a regular > file) > package init file 'src/locale/__init__.py' not found (or not a regular > file) > package init file 'src/settings/__init__.py' not found (or not a regular > file) > package init file 'src/timeline/__init__.py' not found (or not a regular > file) > package init file 'src/windows/__init__.py' not found (or not a regular > file) > package init file 'src/windows/ui/__init__.py' not found (or not a > regular file) > running build_scripts > error: file '/opt/local/openshot/openshot-qt/bin/openshot' does not exist > > It seems like the bug is twofold: (1) missing __init__.py files to > initialize source folders as packages and (2) failure to generate the > openshot script inside the "bin" folder. > > This blocks application of existing patches, such as > https://bugs.launchpad.net/openshot/+bug/499739. > > Architecture: any > Operating system: any Linux > Version of Openshot: 1.4.4 dev/trunk > Melt: 0.9.2 > > To manage notifications about this bug go to: > https://bugs.launchpad.net/openshot/+bug/1502966/+subscriptions > > -- > Mailing list: https://launchpad.net/~openshot.bugs > Post to : openshot.b...@lists.launchpad.net > Unsubscribe : https://launchpad.net/~openshot.bugs > More help : https://help.launchpad.net/ListHelp > -- Olivier Cenwen un elfe sur la banquise/ an elve on the ice Mon blog perso sur le multimédia, Ubuntu, Linux et OpenShot : http://linuxevolution.wordpress.com/ Le forum d'Openshot où vous me trouverez : http://openshotusers.com/ http://openshotusers.com/forum/index.php Nothing is lost until the last second. The family motto : When we want, we can. Astuces, Actualités, Logiciels, bref sur tout ce que je ne fais d'articles dessus Google+ <https://plus.google.com/u/0/111472725110173916234/posts> -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/1502966 Title: openshot-qt build error Status in OpenShot Video Editor: New Bug description: Bug first reported here: https://github.com/OpenShot/openshot-qt/issues/1 Encountered errors on attempting to build openshot-qt on various linux distros. $ /usr/bin/python3 setup.py install setup:INFO Execution path: /opt/local/openshot/openshot-qt/setup.py running install running build running build_py package init file 'src/__init__.py' not found (or not a regular file) package init file 'src/classes/__init__.py' not found (or not a regular file) package init file 'src/images/__init__.py' not found (or not a regular file) package init file 'src/locale/__init__.py' not found (or not a regular file) package init file 'src/settings/__init__.py' not found (or not a regular file) package init file 'src/timeline/__init__.py' not found (or not a regular file) package init file 'src/windows/__init__.py' not found (or not a regular file) package init file 'src/windows/ui/__init__.py' not found (or not a regular file) package init file 'src/__init__.py' not found (or not a regular file) package init file 'src/classes/__init__.py' not found (or not a regular file) package init file 'src/images/__init__.py' not found (or not a regular file) package init file 'src/locale/__init__.py' not found (or not a regular file) package init file 'src/settings/__init__.py' not found (or not a regular file) package init file 'src/timeline/__init__.py' not found (or not a regular file) package init file 'src/windows/__init__.py' not found (or not a regular file) package init file 'src/windows/ui/__init__.py' not found (or not a regular file) running build_scripts error: file '/opt/local/openshot/openshot-qt/bin/openshot' does not exist It seems like the bug is twofold: (1) missing __init__.py files to initialize source folders as packages and (2) failure to generate the openshot script inside the "bin" folder. This blocks application of existing patches, such as https://bugs.launchpad.net/openshot/+bug/499739. Architecture: any Operating system: any Linux Version of Openshot: 1.4.4 dev/trunk Melt: 0.9.2 To manage notifications about this bug go to: https://bugs.launchpad.net/openshot/+bug/1502966/+subscriptions -- Mailing list: https://launchpad.net/~linux-traipu Post to : linux-traipu@lists.launchpad.net Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp