← Back to team overview

openshot.developers team mailing list archive

[Bug 784329] Re: crash creating .FLV file (Ubuntu 10-04)

 

I tryied to add some packages.

melt packages added = no changes

But after python packages added (see the attachment for the list),
something is changed:

user@user-desktop:~$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mlt
>>>  mlt.Factory().init()
  File "<stdin>", line 1
    mlt.Factory().init()
    ^
IndentationError: unexpected indent
>>> quit()
user@user-desktop:~$ 


** Attachment added: "list packages added"
   https://bugs.launchpad.net/openshot/+bug/784329/+attachment/2143617/+files/Python.jpg

-- 
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/784329

Title:
  crash creating .FLV file (Ubuntu 10-04)

Status in OpenShot Video Editor:
  New

Bug description:
  Note this crash is reproducible.

  what i did:
  a) installation metod:
    - add PPA repo
    - install DEB using Application - Ubuntu Software center
  b) run program and open a project
      - about 2 min lenght
      - 3 timelines
      - 3 clips
      - transitions and effects
  c) export in .FLV for "mobile 360"

  
  This is what i see in terminal:
  user@user-desktop:~$ 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: 8553.  Creating new pid lock file.
  state saved
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  project modified:  Opened project
  state saved
  NEW SDL CONSUMER
  on_mnuMakeMovie1_activate called with self.GtkImageMenuItem
  on_tlbMakeMovie_clicked called with self.GtkImageMenuItem
  on_cboExportType_changed
  on_cboUploadServices_changed
  on_cboProjectType_changed
  on_cboExportTo_changed
  on_cboProjectType_changed
  on_btnExportVideo_clicked
  NEW SDL CONSUMER
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  GenerateXML for an Effect
  on_frmExportVideo_destroy
  Errore di segmentazione

  ..:: Crash HERE ::....................

  user@user-desktop:~$ uname -a
  Linux user-desktop 2.6.32-31-generic #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011 i686 GNU/Linux

  
  user@user-desktop:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:	Ubuntu
  Description:	Ubuntu 10.04.2 LTS
  Release:	10.04
  Codename:	lucid

  
  And, i hope the following info are useful.

  user@user-desktop:~$ python
  Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
  [GCC 4.4.3] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import mlt
  >>> mlt.Factory().init()
  <mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0xb77175f0> >
  >>>


References