← Back to team overview

openshot.bugs team mailing list archive

[Bug 1502966] Re: openshot-qt build error

 

I've posted an answer on github.

-- 
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: 2.0 dev/trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1502966/+subscriptions


References