Attempting to run PlayOnBSD
Posted: Sat May 30, 2020 5:20 am
Hello,
Trying to run PlayonBSD. I get the following error:
Also, what is the command I should run to display the GhostBSD version I am running, or update status.
Any assistance you can provide would be greatly appreciated!!
-Ben
Trying to run PlayonBSD. I get the following error:
Code: Select all
user@ghostbsd-ws9:~ % playonbsd
Looking for python... 3.7.7 - skipped
Looking for python2.7... 2.7.18 - Traceback (most recent call last):
File "/usr/local/lib/playonbsd/python/check_python.py", line 1, in <module>
import os, wxversion
ImportError: No module named wxversion
failed tests
Looking for python2.6...
Looking for python2...
Please install python before trying to run this program
user@ghostbsd-ws9:~ %
Code: Select all
user@ghostbsd-ws9:~ % pkg info | grep wx
py27-wxPython40-4.0.7_1 GUI toolkit for the Python programming language
wx30-gtk3-3.0.5.1 The wxWidgets GUI toolkit with GTK+ bindings
Code: Select all
user@ghostbsd-ws9:~ % uname -a
FreeBSD ghostbsd-ws9 12.1-STABLE FreeBSD 12.1-STABLE GENERIC amd64
-Ben