diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index 23c0086d0cd..e1a229e5861 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -90,11 +90,11 @@ you need:
-
tkresources.rsrc
file.
This is easiest done by building SimpleTk
and copying the TEXT, ICON
and CRSR resources from it to tkresources.rsrc
. This allows
the _tkinter
module to work without an installed Tk/Tcl on your
-machine.
+machine.
+
+Also note that the _tkinter.ppc.slb
that is normally distributed
+in the PlugIns
folder is the one from the Imaging extension,
+which has some extra features needed by PIL (and which features should not
+hinder normal operation).
+It is also a good idea to disable Quicktime Exchange in the Quicktime
+control panel. Quicktime Exchange will magically map some extensions to
+filetypes, and this can seriously hinder you if, for instance, .bmp
+is not a Windows bitmap file.
+ The machine-independent Python sources are checked out from the main Python CVS archive, see the Source access via