Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 01:20:14 +0200 (CEST)
From:      Nicholas Wieland <nicholas_wieland@yahoo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57228: python 2.3: can't import Tkinter
Message-ID:  <20030925232014.AEC86130@lorien.ilweran.home>
Resent-Message-ID: <200309252320.h8PNKEWP088540@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57228
>Category:       ports
>Synopsis:       python 2.3: can't import Tkinter
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 25 16:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicholas Wieland
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lorien.ilweran.home 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Mon Aug 11 16:21:52 CEST 2003 root@lorien.ilweran.home:/usr/obj/usr/src/sys/ILWERAN i386
>Description:
I can't import the Tkinter module.

Python 2.3.1 (#1, Sep 25 2003, 01:02:30)
[GCC 3.3.1 [FreeBSD] 20030711 (prerelease)] on freebsd5
Type "help", "copyright", "credits" or "license" for more information.
>How-To-Repeat:
import from python shell.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 >>> import Tkinter
 Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/usr/local/lib/python2.3/lib-tk/Tkinter.py", line 38, in ?
     import _tkinter # If this fails your Python may not be configured for Tk
 ImportError: No module named _tkinter
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030925232014.AEC86130>