Guilherme Alves wrote: > I wanna use Trac just for internal use at my company´s server. Its a > Small company with only 10 programmers. Is there a way of making Trac > work without having to install Phyton and Clearsilver or any of the > database sistems (MySql, Sqlite...)?
Short answer: No. Longer answer: Trac is a web based application. Therefore, they clients that access the trac site don't need python, sqlite, etc. installed. However, the server that is hosting the trac installation and corresponding instance does need python etc. Trac is written in python and hence requires its presence. I am unaware of any attempt at packaging trac with py2exe (for windows) or anything. -John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
