← Back to team overview

linux-traipu team mailing list archive

[Bug 1057973] Re: Can not open 1.4.2 project in 1.4.3 alpha

 

I have a same problem and I created a dump  of the exception. Here is the output:
Error <type 'exceptions.ImportError'> No module named classes.project
  File "/home/tomas/src/openshot/openshot/windows/OpenProject.py", line 66, in on_btnOpenProject_clicked
    self.form.open_project(file_to_open)
  File "/home/tomas/src/openshot/openshot/windows/MainGTK.py", line 886, in open_project
    self.project.Open(file_to_open)
  File "/home/tomas/src/openshot/openshot/classes/project.py", line 347, in Open
    open_project.open_project(self, file_path)
  File "/home/tomas/src/openshot/openshot/classes/open_project.py", line 39, in open_project
    project_object = pickle.load(myFile)

It seems that pickle.load cannot find the class "classes.project". I
tried to add "import classes.project" and "import project" into
open_project.py , but it did not helped.

I'm using python version 2.7.3 on debian sid

** Patch added: "dump exception patch"
   https://bugs.launchpad.net/openshot/+bug/1057973/+attachment/3359477/+files/open_fail_dump.diff

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

Title:
  Can not open 1.4.2 project in 1.4.3 alpha

Status in OpenShot Video Editor:
  Incomplete

Bug description:
  I pulled openshot 1.4.3 alpha from the repository and launch it on
  Ubuntu 11.10 by "openshot/bin/openshot". I can not open at least one
  of my projects I created in 1.4.2 any more (others work properly). I
  get a window opened containing the following error message:

  There was an error opening this project file.  Please be sure you open
  the correct *.osp file.

  There are no error messages on the command line.

  I attached the project file.

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


References