The related branch has a fix for this bug on my particular platform. Upon investigation Blender 2.56 is running a different version of python.
My Openshot is running on python 2.6.6, whereas Blender is using 3.1 in its local library. This fix launches Blender in a new process with a new environment and a dummy path variable. Meaning that Blender runs with the 3.1 interpreter. By passing an "env" parameter to the subprocess.Popen function causes a new process to be spawned with a new environment instead of inheriting the current environment variables. What appeared to be happening was that python 2.x code was being executed by the 3.1 interpreter and causing a python syntax error on an Except statement. Not tested on windows though. -- 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/717939 Title: Adding 3d titles does not work with Blender 2.56a Status in OpenShot Video Editor: New Bug description: Running Ubuntu 10.10 Installed from Ubuntu software centre Openshot 1.2.2 The following error is displayed when trying to add a 3D title when the program is configured to use blender-2.56a-beta-linux-glibc27-i686 Error Output: No frame was found in the output from Blender _______________________________________________ Mailing list: https://launchpad.net/~openshot.developers Post to : [email protected] Unsubscribe : https://launchpad.net/~openshot.developers More help : https://help.launchpad.net/ListHelp

