openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05797
[Bug 706202] Re: Available check of BaseDirectory dosen't catch all calls
You need a linux machine without XDG installed.
** Changed in: openlp
Status: New => Fix Committed
** Changed in: openlp
Importance: Undecided => High
** Changed in: openlp
Milestone: None => 1.9.5
** Changed in: openlp
Assignee: (unassigned) => Jon Tibble (meths)
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/706202
Title:
Available check of BaseDirectory dosen't catch all calls
Status in OpenLP - Worship Presentation Software:
Fix Committed
Bug description:
The import of BaseDirectory fails, but it is still called. So openlp
dosen't start
Traceback (most recent call last):
File "Qt/OpenLP/trunk/openlp.pyw", line 283, in <module>
main()
File "Qt/OpenLP/trunk/openlp.pyw", line 245, in main
log_path = AppLocation.get_directory(AppLocation.CacheDir)
File "/home/meinert/Qt/OpenLP/trunk/openlp/core/utils/__init__.py", line 148, in get_directory
os.path.join(BaseDirectory.xdg_cache_home, u'openlp'),
NameError: global name 'BaseDirectory' is not defined
References