[issue3872] Python 2.6rc2: Tix ComboBox error

2010-02-01 Thread Matthieu Labbé
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue3872] Python 2.6rc2: Tix ComboBox error

2009-05-26 Thread Martin v. Löwis
Martin v. Löwis added the comment: If you follow-up to a closed issue, your follow-up inevitably gets ignored. Please understand that the issue you encountered is completely different from the one reported here (which was about the Windows build). -- __

[issue3872] Python 2.6rc2: Tix ComboBox error

2009-05-12 Thread Krzysztof Klimonda
Krzysztof Klimonda added the comment: It is probably related to the old version of Tix that both Debian and Ubuntu ship. -- ___ Python tracker ___ ___

[issue3872] Python 2.6rc2: Tix ComboBox error

2009-05-12 Thread Krzysztof Klimonda
Krzysztof Klimonda added the comment: I still get this error using "Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)" on Ubuntu 9.04: https://bugs.launchpad.net/bugs/371720 Also test_combotix.py doesn't work. -- nosy: +kklimonda ___ Python track

[issue3872] Python 2.6rc2: Tix ComboBox error

2009-04-07 Thread Martin v. Löwis
Martin v. Löwis added the comment: This is now fixed in 2.6.2c1 -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue3872] Python 2.6rc2: Tix ComboBox error

2009-01-06 Thread Dominique Wahli
Dominique Wahli added the comment: What happened ??? I'm pretty sure the fix was committed in 2.6.0 and, as saying by Amaury in comments, the test script running fine. In 2.6.1 test is broken. ___ Python tracker _

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-12-30 Thread Matthew Karas
Matthew Karas added the comment: I'm sorry, will this fix get into a new release? I tried using a tix widget on 2.6.1 and got the same error. -- nosy: +lucidguppy ___ Python tracker __

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-27 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Thanks for the patch. I have now integrated this patch into externals/tix-8.4.3.1 (along with a patch to compile it for AMD64). Demo installers including this code are available at http://www.dcl.hpi.uni-potsdam.de/home/loewis/u/python-2.6.1

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-26 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11628/build_tkinter.patch ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: I join two patches: - the first applies to the "official" tix-8.4.3 source tree, and modifies the makefiles: adapt to new naming scheme for tcl/tk files and directories, embed manifest file... - the other updates build_tkinter.py to

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-26 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > What is the procedure to have this new version merged into the msi file? The version of Tix being used is the one in the Subversion externals directory. See the subversion log for a complete list of changes; most specifically, win/python9.

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Yes, the sample program works with Tix8.4.3. The procedure to rebuild Tix was removed from PCBuild/readme.txt, and the instructions in the 2.5 version are incomplete. Here is what I did, after several attempts: - downloaded and extrac

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-26 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: May this info help? http://coding.derkeiler.com/Archive/Tcl/comp.lang.tcl/2008-02/msg01363.html -- nosy: +ocean-city ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-26 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- priority: -> critical ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bug

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-23 Thread Dominique Wahli
Dominique Wahli <[EMAIL PROTECTED]> added the comment: Sorry Martin but I couldn't help to fix this issue. A quick check of Tix widgets show the same issue with: CheckList HList ListNoteBook DirList DirTree DirSelectDialog DirSelectBox ExFileSelectBox FileSelectBox That's a lot of things so may

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-22 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Dominique, unless you contribute a fix yourself, no fix might get included in 2.6. I still would leave Tix "in" 2.6, unless it can be shown that all Tix widgets are broken. I don't think it's a problem that the Tix version is 8.4 - there is

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-22 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Tix is still at version 8.4 (tix84.dll) when tcl has been upgraded to 8.5 (tcl85.dll and tk85.dll) The Tix project does not seem to be maintained any more. I managed to recompile it against tcl85, but nothing changed. Should we remove

[issue3872] Python 2.6rc2: Tix ComboBox error

2008-09-21 Thread Dominique Wahli
Dominique Wahli <[EMAIL PROTECTED]> added the comment: I hope this bug will have some attention before final 2.6 Work on Python 2.5.2 and not on 2.6rc1 and 2.6rc2 -- title: Tix ComboBox error -> Python 2.6rc2: Tix ComboBox error ___ Python tracker <[