Thanks for the help! Both worked, Alex's gave this "/usr/local/lib/ python2.5/site-packages/satchmo/__init__.pyc" and Bruce's gave "/usr/ local/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg". I am a bit knew to python, django and satchmo, is there a difference between those two directories? Also this isn't the case but what would happen if multiple versions were on the python path? Finally how would I change the version it was using? just add or remove from the python path?
Oh yeah and Bruce you have to do more than a 404, that only gives you a list of the urls it tried unsuccessfully. I went into my settings and deleted all of the installed apps and that generated a better error page. Thanks again On Jul 1, 1:17 pm, Bruce Kroeze <[email protected]> wrote: > 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 Kroezehttp://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.
