Greg,

By any chance did you save the dist/Satchmo*egg from the hg tip you
used?
If so, could you do a quick 'unzip -v dist/*egg | grep /templates/'

Also did you do a few install attempts with the subversion trunk
earlier?

Also which version of ubuntu on the VPS (Or more specifically, which
version of subversion)?

I ask because I found some odd old cruft including satchmo in a recent
site=packages/svn directory and other bits of satchmo just in site-
packages.

After cleaning away the old cruft, I installed from a checkout of
svn://satchmoproject.com/satchmo/trunk which gives a Revision of 2055
from June 8th of this year.  Satchmo went into /usr/lib/python2.5/site-
packages/Satchmo-0.9_pre-py2.5.egg/.
There were no templates directories present.

Until I did
cd $SATCHMO_TRUNK
find satchmo -type f | grep /templates/ >> satchmo/apps/Satchmo.egg-
info/SOURCES.txt
sudo python setup.py install

setuptools refused to find the SVN managed templates.
Looking through http://bugs.python.org/setuptools/issue79, it appears
to be an artifact from subversion 1.6 file format changes.

With hg tip (1079 and 1083), the install of templates just worked.

So, making a guess.  You may have had two satchmo_shop/shop
directories within thanks to .pth files.  I am disinclined to examine
the order python goes through .pth files found on sys.path, but would
not be surprised if it was in readdir() order instead of sorted per
the ordering implied by $LANG or $LC_*.

Virtualenv buys you a second easy-install.pth file to confuse matters.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to satchmo-users@googlegroups.com
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to