If this template helps then use it. If not then just delete and start from scratch.
Kubuntu 18.04 LTS :
PsychoPy2 version 3.0.6:
Standard Standalone? y :
I want to install and run PsychoPy2 version 3.0.6 on Kubuntu 18.04 LTS:
** I did the following:
wget -O- http://neuro.debian.net/lists/bionic.de-m.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
sudo apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
sudo apt-get update
sudo apt-get install psychopy
**:
**After installing it I tried to start psychopy from the console (using the start menu did not work). This is the output message I got:
File “/usr/bin/psychopy”, line 62, in
app = PsychoPyApp(0, showSplash=showSplash)
File “/home/NAME/.local/lib/python2.7/site-packages/psychopy/app/_psychopyApp.py”, line 180, in init
self.onInit(testMode=testMode, **kwargs)
File “/home/NAME/.local/lib/python2.7/site-packages/psychopy/app/_psychopyApp.py”, line 219, in onInit
from psychopy.app import coder, builder, dialogs
File “/home/NAME/.local/lib/python2.7/site-packages/psychopy/app/coder/init.py”, line 9, in
from .coder import * # pylint: disable=W0401
File “/home/NAME/.local/lib/python2.7/site-packages/psychopy/app/coder/coder.py”, line 22, in
import psychopy.app.pavlovia_ui.menu
File “/home/NAME/.local/lib/python2.7/site-packages/psychopy/app/pavlovia_ui/init.py”, line 19, in
from .functions import *
File “/home/NAME/.local/lib/python2.7/site-packages/psychopy/app/pavlovia_ui/functions.py”, line 13, in
from ._base import PavloviaMiniBrowser, PavloviaCommitDialog
File “/home/NAME/.local/lib/python2.7/site-packages/psychopy/app/pavlovia_ui/_base.py”, line 9, in
import wx.html2
ImportError: No module named html2
I checked the version (psychopy --version). This was the output:
PsychoPy2, version 3.0.6 ©Jonathan Peirce 2015, GNU GPL license
Did anyone have the same problem and knows how to solve it?
Thanks in advance for the help.
**