skip to navigation
Python Translations
Home
Help
Register
Log In
Search
Source Text
Target Text
Comments
Locations
Spanish
»
Python 3000
»
faq.po
Overview
News
Translate
Review
Words Translated: 0/29135 - 0%
Strings Translated: 0/1180 - 0%
First
Previous
...
114
115
116
117
118
Original
Translation
1174
Cause: you have an old Tcl/Tk DLL built with cygwin in your path (probably ``C:\Windows``). You must use the Tcl/Tk DLLs from the standard Tcl/Tk installation (Python 1.5.2 comes with one).
1175
Warning about CTL3D32 version from installer
1176
The Python installer issues a warning like this::
1177
This version uses ``CTL3D32.DLL`` which is not the correct version. This version is used for windows NT applications only.
1178
Tim Peters:
1179
This is a Microsoft DLL, and a notorious source of problems. The message means what it says: you have the wrong version of this DLL for your operating system. The Python installation did not cause this -- something else you installed previous to this overwrote the DLL that came with your OS (probably older shareware of some sort, but there's no way to tell now). If you search for "CTL3D32" using any search engine (AltaVista, for example), you'll find hundreds and hundreds of web pages complaining about the same problem with all sorts of installation programs. They'll point you to ways to get the correct version reinstalled on your system (since Python doesn't cause this, we can't fix it).
Fuzzy
á
é
í
ó
ú
ç
ñ
ü
¿
¡
Translator comment
1180
David A Burton has written a little program to fix this. Go to http://www.burtonsys.com/downloads.html and click on "ctl3dfix.zip".
First
Previous
...
114
115
116
117
118