On Monday, October 6, 2014 12:14:00 PM UTC-7, Peter Suter wrote: > > On 06.10.2014 17:19, falkb wrote: > > Do you know if amd-64bit is only for the AMD CPU or is it for all 64bit > CPUs? > > > amd-64 is for all x86-64 CPUs. (It's just an old / alternative name of > x86-64, which was designed by AMD but implemented by AMD, Intel and others.) > http://en.wikipedia.org/wiki/X86-64 > > You need that one if you have the x86-64 version of Python, or it won't > work. > Both the win32 (on Win7 64bit, Intel CPU, Python x86 is installed) and > win-AMD64 (on Win8 64bit, Intel CPU, Python x86-64 is installed) versions > of the 1.0.2beta installers worked for me. >
I did some testing and found the same as you. The win32 version of Trac will only detect a win32 install of Python in the registry, and similarly for the win-amd64 versions. The win32 package seems to be created correctly from a win-amd64 install of Python. This is surprising from what I read in the documentation, but the documentation is not overly detailed: https://docs.python.org/2/distutils/builtdist.html#cross-compiling-on-windows -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
