> Should I not be using msi's and exe's? I'm not sure whether this configuration can work or not. I usually avoid mixing Cygwin apps and non-Cygwin apps, as it is often a source of many troubles.
If you've installed the Python packages that comes with Cygwin, lauching Trac from Cygwin will lead to run the "cygwin" Python interpreter which will not use the libraries from C:\Python24\lib, but the ones from c:\Cygwin\usr\lib\python\... This configuration can be a nightmware to debug. I never tried the MSI from python.org, I use the Python distribution from ActiveState - I gave up with Cygwin, because of Subversion binding issues. HTH, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
