This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年09月03日 20:44 by stutzbach, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg115503 - (view) | Author: Daniel Stutzbach (stutzbach) (Python committer) | Date: 2010年09月03日 20:44 | |
external.bat and external-common.bat take care of downloading most external packages such as tcl, tk, and openssl. However, the tix package is missing, but needed to build the msi. |
|||
| msg115572 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2010年09月04日 14:23 | |
Unfortunately, Tix just won't build that easily. Patches are welcome. It may be worthwhile to rely on build_tkinter.py exclusively (but that often doesn't work, either). |
|||
| msg217083 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2014年04月23日 19:49 | |
This is fixed in 3.5, PCbuild/tix.vcxproj builds Tix in Debug and Release modes. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:06 | admin | set | github: 53973 |
| 2014年04月23日 19:49:32 | zach.ware | set | status: open -> closed versions: + Python 3.5, - Python 3.2 nosy: + zach.ware messages: + msg217083 resolution: fixed stage: needs patch -> resolved |
| 2010年09月04日 14:23:25 | loewis | set | messages: + msg115572 |
| 2010年09月03日 20:44:19 | stutzbach | create | |