Trac-Windows Python problems
|
|
Downloaded and tried installing the Trac stack for Windows. First it had a conflict with the python in OpenOffice and wouldnt progress after a point (created port, admin, folder, test project) and then stalled with an error message. I uninstalled OpenOffice completely and then started the Trac install. At teh same point, it failed, with a different error message. Since I couldn’t attach the screenshot on this forum post, I have copied the text from the message below – pl forgive typos. I was hoping if you could guide me in fixing it. Really looking forward to using Trac!! :) Thanks START OF ERROR MESSAGE There has been an error. Error running C:\Progr..\python\python.exe ’”C:\....\pythonPackages\setuptools\ez_setup.py”’: |
|
|
Hi, I’m looking into it Cheers |
|
|
New version released, I hope it works for you now |
|
|
Antonio, Update: The installation works fine. Thank you so much. I am able to view the application and login as a user. From the filename for the stack, I infer that you are using Build 0.10.4, which doesnt have the Webadmin module pre-packaged; 0.11 onwards does – or so it says here – http://trac.edgewall.org/wiki/WebAdmin. Once again, Antonio, thank you so much for your prompt help and support. Cheers |
|
|
I looked over the Trac website for installing the WedAdmin module. Looked for version relevant to 0.10.x, it says 0.10.x latest from source:sandbox/webadmin. I need to build from SVN and thats where I’m LOST! Am planning to try the instructions for 0.11, that has webAdmin built in – from the instructions, it looks like I will wind up with a command prompt that will keep running all the time for the server to be alive… Not quite as elegant as the Bitnami Stack, I must say. So, I was shamelessly wondering, if a requesting a windows stack on 0.11 would be appropriate? Or if you could offer directions on how I can setup webadmin on this stack, that would be most appreciated too. Thanks |
|
|
Hi, In Start Menu, select Run and type
In the command line console, change directory to the one in which you installed Trac
would be the default one. Then, you have to load the environment variables by typing
and change directory once again to
Install now the plugin with
Now it comes the tricky part. You will have to stop the BitNami Trac Services (there’s a shortcut in the Start Menu folder) and copy the folders ‘Lib’ and ‘DLLs’ from C:\Program Files\BitNami Trac Stack\python to C:\Program Files\BitNami Trac Stack\apache2\bin To enable the plugin for Trac, you have to find the trac.ini file which should be somewhere in your project folder or subfolders (likely to be C:\Program Files\BitNami Trac Stack\projects\Project) and add the following
Restart the services and everything should be working by now. Cheers. PS: All this has been from what I recall from having installed it in the past. Maybe the steps are not 100% accurate, but I don’t usually use Windows and I won’t have access to any machine running it until next Monday. |
|
|
Antonio, Cheers!! |
