• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • py2exe
  • Patches
py2exe

Fix import tkinter

Brought to you by: jretz, mhammond, theller
  • Summary
  • Files
  • Reviews
  • Support
  • Mailing Lists
  • Tickets ▾
    • Feature Requests
    • Patches
    • Bugs
  • News
  • SVN
  • CVS
Menu ▾ ▴
  • Create Ticket
  • View Stats

Group

Searches

  • Changes
  • Closed Tickets
  • Open Tickets

Help

  • Formatting Help

#27 Fix import tkinter

open
nobody
None
5
2012-02-18
2012-02-18
Christoph Gohlke
No

Index: py2exe/build_exe.py

--- py2exe/build_exe.py (revision 692)
+++ py2exe/build_exe.py (working copy)
@@ -1094,7 +1094,7 @@

tcl_src_dir = tcl_dst_dir = None
if "Tkinter" in mf.modules.keys():
- import tkinter
+ import Tkinter
import _tkinter
tk = _tkinter.create()
tcl_dir = tk.call("info", "library")

Discussion

  • Christoph Gohlke

    Christoph Gohlke - 2012-02-18
     
    tkinter.diff
    If you would like to refer to this comment somewhere else in this project, copy and paste the following link:

Log in to post a comment.

SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    225 Broadway Suite 1600
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2025 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
×
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.