Samuel, Sorry, I noticed a second point you made after I replied. You said that the PYTHONPATH should be this:
$ echo $PYTHONPATH >/apps/Python-2.5.1/site-packages In Python-2.5.1 shouldn't the path be: /apps/Python-2.5.1/Lib/site-packages ? [And really, how in the hell is the user supposed to know that PYTHONPATH should point somewhere inside the Python directory? In every other case of software that I've used--the path is to the first directory.] -----Original Message----- >From: "Samuel A. Falvo II" <[EMAIL PROTECTED]> >Sent: Nov 9, 2007 2:36 PM >To: trac-users@googlegroups.com >Subject: [Trac] Re: TRAC > > >On Nov 9, 2007 11:27 AM, Tyrone Hed <[EMAIL PROTECTED]> wrote: >> When I telnet into the server and type: echo $PYTHONPATH it returns with >> /apps/Python-2.5.1 > >I don't know how AIX installs software, but that positively looks wrong. > >I'm going to assume that /apps is where it deposits the whole >distribution for Python. Underneath /apps/Python-2.5.1, there should >be a directory called "site-packages". PYTHONPATH should point in >there. E.g.,: > >$ echo $PYTHONPATH >/apps/Python-2.5.1/site-packages > >Maybe you should, for safety's sake, do this before running tracd: > >$ export PYTHONPATH=$PYTHONPATH:/apps/Python-2.5.1/site-packages > >(or the equivalent for your shell; the above works with Bash and Zsh). > >Give that a shot and see if that works. But, even so, that is >disturbing to me; several Google searches suggests that >/usr/local/lib/python2.5.1/site-packages is where things should go, >even for AIX. Maybe it is a symbolic link? > >-- >Samuel A. Falvo II > >> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---