Search code examples
pythoneasygui

Can't import python modules


I am trying to install EasyGUI. There is no setup.py so I can't install the module like you can with a proper module that has a setup.py file Any help would be appreciated. Thanks


Solution

  • You haven't install them, you just have to put it a directory, where Python find them, e.g. in a folder is already in your PYTHONPATH.

    Perhaps the best if you put PythonXX/Lib/site-packages directory.