forked from openlp/openlp
Fixed wrong dll load path.
This commit is contained in:
parent
54895af75c
commit
0f0e09a282
@ -87,7 +87,7 @@ class PptviewController(PresentationController):
|
|||||||
return
|
return
|
||||||
log.debug('start PPTView')
|
log.debug('start PPTView')
|
||||||
dll_path = os.path.join(AppLocation.get_directory(AppLocation.AppDir),
|
dll_path = os.path.join(AppLocation.get_directory(AppLocation.AppDir),
|
||||||
'presentations', 'lib', 'pptviewlib', 'pptviewlib.dll')
|
'plugins', 'presentations', 'lib', 'pptviewlib', 'pptviewlib.dll')
|
||||||
self.process = cdll.LoadLibrary(dll_path)
|
self.process = cdll.LoadLibrary(dll_path)
|
||||||
if log.isEnabledFor(logging.DEBUG):
|
if log.isEnabledFor(logging.DEBUG):
|
||||||
self.process.SetDebug(1)
|
self.process.SetDebug(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user