← Back to team overview

openshot.developers team mailing list archive

[Bug 777223] [NEW] Openshot 1.3.1 segv's: cannot import name main

 

Public bug reported:

After installing Openshot, I see the following in a terminal:

audiodef@Tchaikovsky ~ $ openshot

------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
   OpenShot (version 1.3.1)
--------------------------------
Process no longer exists: 5447.  Creating new pid lock file.
state saved
Segmentation fault

Further, the debug.py script fails:

audiodef@Tchaikovsky ~ $ python debug.py 
-----------------------------------------------------------
OpenShot Debug File 0.0.2 - 2011-05-04 16:18:28.485562
-----------------------------------------------------------
This file contains a list of installed packages related to OpenShot,
locations of files, and a list of shared libraries used by python-mlt.


Traceback (most recent call last):
  File "debug.py", line 40, in <module>
    process = subprocess.Popen(["lsb_release","-a"], stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
  File "/usr/lib64/python2.7/subprocess.py", line 672, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1202, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

OS: Gentoo Linux, ~amd64
Installation Method: ebuild from amielke overlay
Version of Openshot: 1.3.1

** Affects: openshot
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/777223

Title:
  Openshot 1.3.1 segv's: cannot import name main

Status in OpenShot Video Editor:
  New

Bug description:
  After installing Openshot, I see the following in a terminal:

  audiodef@Tchaikovsky ~ $ openshot

  ------------------------- ERROR 1 ------------------------------
  Failed to import 'from openshot import main'
  Error Message: cannot import name main
  ----------------------------------------------------------------
  --------------------------------
     OpenShot (version 1.3.1)
  --------------------------------
  Process no longer exists: 5447.  Creating new pid lock file.
  state saved
  Segmentation fault

  Further, the debug.py script fails:

  audiodef@Tchaikovsky ~ $ python debug.py 
  -----------------------------------------------------------
  OpenShot Debug File 0.0.2 - 2011-05-04 16:18:28.485562
  -----------------------------------------------------------
  This file contains a list of installed packages related to OpenShot,
  locations of files, and a list of shared libraries used by python-mlt.

  
  Traceback (most recent call last):
    File "debug.py", line 40, in <module>
      process = subprocess.Popen(["lsb_release","-a"], stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT)
    File "/usr/lib64/python2.7/subprocess.py", line 672, in __init__
      errread, errwrite)
    File "/usr/lib64/python2.7/subprocess.py", line 1202, in _execute_child
      raise child_exception
  OSError: [Errno 2] No such file or directory

  OS: Gentoo Linux, ~amd64
  Installation Method: ebuild from amielke overlay
  Version of Openshot: 1.3.1


Follow ups

References