You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
I followed all the installation instructions mentioned in the README.
I receive an error telling me that it is missing python33.dll
My system32 contains a python33.dll . I've got python installed and also installed the neovim package.
Starting in administrator mode also does not work.
I'm trying to run any of the python files named 'launcher.py' or 'gui_interface.py' . The gui interface returns
Traceback (most recent call last):
File "gui_interface.py", line 4, in <module>
import ui
ImportError: No module named 'ui'
The launcher ran with python launcher.py returns nothing.
I'm not sure if this is relevant just though I might include it to this issue.
I followed all the installation instructions mentioned in the README.
I receive an error telling me that it is missing python33.dll
My system32 contains a python33.dll . I've got python installed and also installed the neovim package.
Starting in administrator mode also does not work.
I'm trying to run any of the python files named 'launcher.py' or 'gui_interface.py' . The gui interface returns
The launcher ran with
python launcher.pyreturns nothing.I'm not sure if this is relevant just though I might include it to this issue.