[issue1533164] Installed but not listed *.pyo break bdist_rpm

2008-08-10 Thread Tim Wegener

Changes by Tim Wegener <[EMAIL PROTECTED]>:


--
nosy: +twegener
versions: +Python 2.5

___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1533164>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1600182] Tix ComboBox entry is blank when not editable

2009-04-04 Thread Tim Wegener

Tim Wegener  added the comment:

I encountered this bug at my previous place of employment. I've since
moved on, so I don't have access to the code/setup where this originally
occurred. 

I tried to setup a test case to reproduce this, but was thwarted by
another bug, probably related to my Linux distro (Fedora 10):

$ python issue_1600182.py 
Traceback (most recent call last):
  File "issue_1600182.py", line 10, in 
c = Tix.ComboBox()
  File "/usr/lib/python2.5/lib-tk/Tix.py", line 579, in __init__
cnf, kw)
  File "/usr/lib/python2.5/lib-tk/Tix.py", line 307, in __init__
self.tk.call(widgetName, self._w, *extra)
_tkinter.TclError: invalid command name "tixComboBox"

I can't comment further until I resolve this other problem.

--

___
Python tracker 
<http://bugs.python.org/issue1600182>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com