Attempting to run PlayOnBSD

Everything related to Installing and maintaining software.
Post Reply
bforest
Posts: 4
Joined: Mon May 25, 2020 2:11 pm

Attempting to run PlayOnBSD

Post by bforest »

Hello,

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
Also, what is the command I should run to display the GhostBSD version I am running, or update status.

Code: Select all

user@ghostbsd-ws9:~ % uname -a
FreeBSD ghostbsd-ws9 12.1-STABLE FreeBSD 12.1-STABLE GENERIC  amd64
Any assistance you can provide would be greatly appreciated!!

-Ben
Post Reply