Alex gives a good method, but to be super-certain, you should just turn on debug mode, and hit a 404. Look at the debug page, it will list the PYTHONPATH. That will give you the 100% correct answer.
On Thu, Jul 1, 2010 at 1:14 PM, Alex Robbins <[email protected]>wrote: > You can type: > "./manage.py shell" from the directory with the manage.py file. > > Then, once you are in the shell, type: > "import satchmo" > "satchmo.__file__" > > That should show the filesystem location of the active satchmo. Note > that the python path for manage.py isn't necessarily the same as the > path for the server. It is possible that the server and manage.py are > using different versions of satchmo, but unlikely. > > Hope that helps, > Alex > > On Thu, Jul 1, 2010 at 2:56 PM, Rtty <[email protected]> wrote: > > I am working on a satchmo project which I didnt start (the original > > developer is no longer available). There are many versions of the > > satchmo source throughout the directories. How can I tell which one > > is being used by the project? > > > > -- > > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- Bruce Kroeze http://www.ecomsmith.com It's time to hammer your site into shape. -- You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en.
