openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #00665
[Bug 450489] Re: Edit->preferences generates an error
I've just branched the latest trunk (0.9.48) and it works OK for me. Did
you do a 'bzr pull' or a new branch? I have sometimes found a bzr pull
doesn't update all the files properly.
Check the project.py file - it should have the following line at line
55:
self.THEMES_DIR = os.path.join(self.BASE_DIR, "openshot", "themes")
--
Edit->preferences generates an error
https://bugs.launchpad.net/bugs/450489
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
After I have opened a project, trying to edit preferences does not work. In command line you can see the error message:
File "/home/timo/openshot/openshot/windows/preferences.py", line 76, in __init__
for dir in os.listdir(self.project.THEMES_DIR):
AttributeError: project instance has no attribute 'THEMES_DIR'
--
OpenShot (version 0.9.48)
Ubuntu 8.04 (32 bit)
References