[solved] ubuntu 11.10 installation issues
hi all,
i am trying to run from source opensesame 0.25 on ubuntu 11.10 in a 64 bit machine (with all dependencies installed), but keep coming up with the following error message:
(python:9734): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
Traceback (most recent call last):
File "./opensesame", line 37, in <module>
opensesame.resume_init()
File "/home/bhisma/Downloads/opensesame-0.25/libqtopensesame/qtopensesame.py", line 121, in resume_init
self.ui = opensesame_ui.Ui_MainWindow()
AttributeError: 'module' object has no attribute 'Ui_MainWindow'
would be grateful for any help/suggestion!
thanks,
bhisma
Comments
Hi Bhisma,
It appears that the user interface files haven't been compiled. You should be able to re-compile them using the compile_ui.sh script. In order to compile the UI you will need the Python Qt4 dev tools, which are in the repository.
Alternatively (and preferably), you could try the latest 0.26-preX snapshot. 0.26 is in the final phase of testing, and it should work out of the box, either from source or from the .deb installer.
Good luck!
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!