Whether I install the "cycle" package, or compile its port, whenever I attempt to run the program
I am running a fully updated "FreeBSD mypc 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64" system. Thanks in advance.
/usr/local/bin/cycle
, I get the following error messages. Does anyone know how this can be fixed?:
Code:
/usr/local/lib/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py:16629: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "/usr/local/bin/cycle", line 202, in <module>
app = MyApp(0)
File "/usr/local/lib/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py", line 8628, in __init__
self._BootstrapApp()
File "/usr/local/lib/python2.7/site-packages/wx-3.0-gtk3/wx/_core.py", line 8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/local/bin/cycle", line 182, in OnInit
ret=first_login()
File "/usr/local/lib/cycle/dialogs.py", line 304, in first_login
users = get_users()
File "/usr/local/lib/cycle/dialogs.py", line 185, in get_users
for f in files:
UnboundLocalError: local variable 'files' referenced before assignment
I am running a fully updated "FreeBSD mypc 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64" system. Thanks in advance.