Open jonathansty opened 7 years ago
Hi, I think you just need to edit your path variable. That is, if you installed python 33 on the C drive, you would need to add "C:/Python33" to it. And no other python installation should probably show up in the path too. Just in case, here is a link that shows how to edit the path variable http://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/ After that, you would just need to launch the executable. Let me know how that works out for you : )
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.py
returns nothing.I'm not sure if this is relevant just though I might include it to this issue.