Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Jul 18, 2009, 2:34 AM

Post #1 of 4 (224 views)
Permalink
[issue1028] Tkinter binding involving Control-spacebar raises unicode error

Ezio Melotti <ezio.melotti [at] gmail> added the comment:

More users reported this problem in #6144 and #6512.

----------
nosy: +ezio.melotti
priority: -> normal
type: -> behavior

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 18, 2009, 2:36 AM

Post #2 of 4 (196 views)
Permalink
[issue1028] Tkinter binding involving Control-spacebar raises unicode error [In reply to]

Changes by Ezio Melotti <ezio.melotti [at] gmail>:


----------
superseder: -> [IDLE] UnicodeDecodeError when invoking force-open-completions

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 18, 2009, 2:38 AM

Post #3 of 4 (196 views)
Permalink
[issue1028] Tkinter binding involving Control-spacebar raises unicode error [In reply to]

Changes by Ezio Melotti <ezio.melotti [at] gmail>:


----------
superseder: [IDLE] UnicodeDecodeError when invoking force-open-completions ->

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 19, 2009, 12:19 AM

Post #4 of 4 (183 views)
Permalink
[issue1028] Tkinter binding involving Control-spacebar raises unicode error [In reply to]

Winfried Plappert <Winfried.Plappert [at] gmx> added the comment:

I have the problem described in issue6512 and here is some information

Python version - hand compiled on Ubuntu 9.04:
Python 3.1 (r31:73572, Jul 18 2009, 11:13:40)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
>>> print(tkinter.Tcl().tk.call('info', 'patchlevel'))
8.5.6

The previous Tcl/Tk version I had initially installed was a 8.4.x
version - which fails on Control-2 error described in detail in issue6512.
- I decided to upgrade Tcl/Tk to version 8.5.
- So I made a "make distclean"
- copied the contents of /usr/include/tcl85 one level higher, so Python
could access the necessary tk.h and tcl.h files
- cd to my Python 3.1 source
- ./configure
- make
- sudo make install

and tested again and my test program is now happily responding to a
Control-2 keystroke.

----------
nosy: +wplappert
versions: +Python 3.1

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue1028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.