ports/57228: python 2.3: can't import Tkinter

Nicholas Wieland nicholas_wieland at yahoo.it
Thu Sep 25 23:20:19 UTC 2003


>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 at 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
 
 



More information about the freebsd-ports-bugs mailing list