ID 266897 - Mari does not ship with PySide.QtHelp

Follow

Problem summary
Mari is unable to import Pyside.QtHelp correctly as it does not ship with the module.

Customer reported version
3.2v1
Customer reported platform
linux
Steps to reproduce

1) Open Mari and navigate to your Python Console

2) Enter the following command:

from PySide import QtHelp

3) The following error will return:
Windows:

 Traceback (most recent call last):File "<string>", line 1, in <module>ImportError: DLL load failed: The specified module could not be found 

 

OSX:

Traceback (most recent call last):File "<string>", line 1, in <module>ImportError: dlopen(/Applications/ Mari/Mari3.2v1.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/PySide/QtHelp.so, 2): Library not loaded: @executable_path/../Frameworks/QtHelp.framework/Versions/4/QtHelpReferenced from: /Applications/ Mari/Mari3.2v1.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/PySide/QtHelp.soReason: image not found 

 

Linux:

 Traceback (most recent call last):File "<string>", line 1, in <module>ImportError: /usr/local/Mari3.2v1/3rdParty/lib/python2.7/site-packages/PySide/QtHelp.so: undefined symbol: _ZN22QHelpSearchQueryWidget8setQueryERK5QListI16QHelpSearchQueryE 

 

Workaround
Unknown. 

Reproduced by support
Windows 7 - 3.2v1, 3.1v3, 3.1v1, 2.6v5
OSX - 3.2v1, 2.6v5
Linux - 3.1v1, 2.6v5

Expected behaviour
QtHelp should import correctly as a part of the build.

Actual behaviour
An ImportError returns as Mari does not ship with the module.
 

    We're sorry to hear that

    Please tell us why