On Mar 12, 12:41 am, Amit Chaudhary <[EMAIL PROTECTED]> wrote: > Hi All, > > We are trying to install TRAC in our windows machine and have some > installations problem. > We have the following components installed on the machine: > > * Microsoft .Net framework 2.0 > * Microsoft .Net framework sdk 1.1 > * Python 2.4.3 > > We were following the instructions as specified > athttp://trac.edgewall.org/wiki/TracOnWindows > After installing Python when we ran trac-0.10.3-win32-install.py > [Method 1: Experimental All-In-One Installer] we got the error: > Microsoft .Net framework sdk is required > > After downloading and installing Microsoft .Net framework sdk 1.1 we are > getting the following error now: > error: Setup script exited with error: Python was built with version 7.1 > of Visual Studio, and extensions need to be built with the same version > of the compiler, but it isn't installed. > > Now we have installed Microsoft Visual C++ Toolkit 2003 on our machine > but still getting this error. > Any help will be appreciated.
The problem is that the pre-built Windows binaries for PySQLite are currently not detected by setuptools, so it is trying to download and compile the sources which requires a build environment. Unfortunately this is not particularly common or easy on Windows. I have reported the problem to the PySQLite developers, so hopefully they will addresss this soon: http://initd.org/tracker/pysqlite/ticket/191 I don't have a Windows system readily available to test this on, but you can try this before running the Trac installation script: easy_install http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/pysqlite-2.3.3.win32-py2.4.exe Note that with the installation script you need to use easy_install when installing PySQLite since running the PySQLite installer directly won't make it detectable by setuptools which the Trac install script requires. However, you can also follow the instructions for downloading and installing the Trac prerequisites manually and then install Trac from the .zip or .exe installers: http://trac.edgewall.org/wiki/TracDownload -- Matt Good --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to trac-dev@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---