Custom Search

Thursday, March 5, 2015

How to install simplegui in Ubuntu Linux

1)
Install Tkinter
#sudo apt-get install python-tk

2)

Install simplegui
#pip install simplegui
OR
#easy_install simplegu
i

1 comment:

  1. $ aptitude search python-tk
    i A python-tk - Tkinter - написание Tk программ на Python
    p python-tk-dbg - Tkinter - Writing Tk applications with Python
    p python-tksnack - Sound extension to Tcl/Tk and Python/Tkinter -
    $ sudo pip install simplegui
    Downloading/unpacking simplegui
    Could not find any downloads that satisfy the requirement simplegui
    Some externally hosted files were ignored (use --allow-external simplegui to allow).
    Cleaning up...
    No distributions at all found for simplegui
    Storing debug log for failure in /root/.pip/pip.log

    ReplyDelete