Menu

Getting started on RH8.0/Python 2.2.1

Help
2003-09-02
2003-09-05
  • Ken Ellinwood

    Ken Ellinwood - 2003-09-02

    I'm new to python and I don't know how to get past the following error.  It seems to indicate that Python can't find a module (Tkinter) required by your program.  Any help is greatly appreciated.

    $ python pymprovisator.py -g
    Traceback (most recent call last):
      File "pymprovisator.py", line 69, in ?
        from modules import ui
      File "modules/ui.py", line 7, in ?
        from Tkinter import *
    ImportError: No module named Tkinter

     
    • Ken Ellinwood

      Ken Ellinwood - 2003-09-04

      I solved the problem by downloading and installing python2-tkinter-2.2.1-2.i386.rpm from http://www.python.org/2.2.1/rpms.html.

       
    • David Asorey Álvarez

      Hello Ken.

      I see you have solved the problem by yourself.

      Thanks for using the programs.

      Happy playing!

      --
      David.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.