Mediainfo in Windows trunk results in traceback
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenLP |
Fix Committed
|
High
|
Raoul Snyman |
Bug Description
If Mediainfo.exe is placed in OpenLP folder on Windows, the following traceback appears on startup:
Traceback (most recent call last):
File "openlp.py", line 44, in <module>
main()
File "E:\bzr\
sys.
File "E:\bzr\
Registry(
File "E:\bzr\
result = function(*args, **kwargs)
File "E:\bzr\
self.
File "E:\bzr\
plugin.
File "E:\bzr\
self.media_item = self.media_
File "E:\bzr\
super(
File "E:\bzr\
self._setup()
File "E:\bzr\
self.setupUi()
File "E:\bzr\
self.
File "E:\bzr\
self.
AttributeError: 'MediaMediaItem' object has no attribute 'replace_
Trunk rev 2674, Win 8.1 64 bit.
Related branches
- Tim Bentley: Approve
-
Diff: 272 lines (+95/-22)6 files modifiedopenlp/core/__init__.py (+17/-5)
openlp/core/common/settings.py (+3/-3)
openlp/core/ui/mainwindow.py (+8/-11)
openlp/core/ui/themewizard.py (+1/-1)
tests/functional/openlp_core_ui/test_shortcutlistdialog.py (+60/-0)
tests/functional/test_init.py (+6/-2)
Changed in openlp: | |
status: | New → Confirmed |
status: | Confirmed → In Progress |
importance: | Undecided → High |
assignee: | nobody → Phill (phill-ridout) |
Changed in openlp: | |
status: | Confirmed → Fix Committed |
milestone: | none → 2.5.1 |
assignee: | nobody → Raoul Snyman (raoul-snyman) |
This bug has vanished for me! There's nothing I've done differently as far as I know. But after further investigation I found you need to run OpenLP from the foleder openlp.py is in.