James, thanks for your reply, it has helped. Python was not added to the environment variables, I had assumed that one of the install scripts would've done that. So I added it, but it still didn't work initially because somehow I managed to assign .py scripts to be run with Notepad, but once I got that straightened out, it worked.
Also, I hadn't looked farther down enough in the TracOnWindows page to the 'Getting Started' section. That also got me going. Looks like I successfully created the Trac project environment. I've tried it with tracd and don't have the results it says I should, but I'll research that a bit before posting again. Looks like the tracd server is running, but all I get is a page with 'Available Projects' instead of 'Welcome to Trac 0.10'. Brian On Aug 2, 1:01 pm, "James Guyton" <[EMAIL PROTECTED]> wrote: > Haven't read the thread linked, but: > > Have you added your python path to the PATH environment variable? > Do > C:\>PATH > > Otherwise, you will need to do something like(from cmd line): > C:\Python24\Scripts\> c:\python24\python trac-admin > c:\where_I_keep_repos\repo_I_wanna_play_with > in order to run trac-admin. > > Honestly, unless you have a particular need to use Apache (or someone > has already set it up), I would just use tracd. Simple, quick, and easy. > > HTH, > James Guyton (JGU) > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > > On Behalf Of BrianP > Sent: Thursday, August 02, 2007 12:01 PM > To: Trac Users > Subject: [Trac] newb need install help - trac-admin not working > > I'm at a very similar situation, with many of the same questions, as > this poster : > > http://groups.google.com/group/trac-users/browse_thread/thread/d717698e8 > 1efd3dd/3981bb15e68ac601 > > I've never worked with Python before. Previously, I worked on a team > as a user of Trac and liked Trac, but another team member did the > administration. Now I'm at a new job and am trying to show them Trac/ > Svn, so I'm having to set it all up myself. > > My main problem is that I can't get trac-admin to run. I've tried it > from both the Python command line and the windows command line and it > isn't recognized in either. > > I've been working from the TracInstall page, so I ended up installing > all the modules myself before finding the TracOnWindows page. All the > required pieces that you need to install, with all their various > version dependencies, is daunting. I've got svn 1.4.4 installed and a > repository set up with my projects imported. I've got Python 2.4.4 > and ClearSilver 0.9.14 installed. I've got both SQLite and PostgreSQL > installed. I've got Apache 2.2 with mod_python 3.3.1 installed, but > not sure if it's working. I ran the trac-0.10.4.win32.exe file, and > looked in /Python24/lib/site-packages to verify that Trac was there. > > Working from the TracOnWindows page, I tried the Experimental All-In- > One Installer. It appeared to work, albeit with some warnings in the > log about various stuff not found. Is there any log for this to see > if it worked? > > I'm running on WindowsXP, just trying to install everything on my > local machine to get a demo up and running. > > Any ideas? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
