make sure all the requirements were installed .. cd /home/baruwa python -c 'import virtualenv'; virtualenv --distribute px source px/bin/activate; export SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" curl -O https://raw.github.com/akissa/baruwa2/master/requirements.txt pip install distribute pip install -U distribute pip install python-memcached pip install --timeout 120 -r requirements.txt
-- Jeremy McSpadden Flux Labs | http://www.fluxlabs.net | Endless Solutions Office : 850-250-5590x501 | Cell : 850-890-2543 | Fax : 850-254-2955 On Mar 11, 2014, at 9:22 PM, Dan Faulknor <[email protected]> wrote: I've discovered I was only running v1 so I'm going through the install doc. I've gotten this far but now I'm getting an error that isn't making much sense... (px)root@spamfilter2:/home/baruwa/px/lib/python2.7/site-packages/baruwa# paster celeryd /etc/baruwa/production.ini -f /var/log/baruwa/celeryd.log & [1] 3713 (px)root@spamfilter2:/home/baruwa/px/lib/python2.7/site-packages/baruwa# Traceback (most recent call last): File "/home/baruwa/px/bin/paster", line 9, in <module> load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')() File "/home/baruwa/px/local/lib/python2.7/site-packages/paste/script/command.py", line 93, in run commands = get_commands() File "/home/baruwa/px/local/lib/python2.7/site-packages/paste/script/command.py", line 135, in get_commands plugins = pluginlib.resolve_plugins(plugins) File "/home/baruwa/px/local/lib/python2.7/site-packages/paste/script/pluginlib.py", line 82, in resolve_plugins pkg_resources.require(plugin) File "/home/baruwa/px/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 686, in require needed = self.resolve(parse_requirements(requirements)) File "/home/baruwa/px/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: Not Found: baruwa-2.0.1-py2.7 (did you run python setup.py develop?) [1]+ Exit 1 paster celeryd /etc/baruwa/production.ini -f /var/log/baruwa/celeryd.log (px)root@spamfilter2:/home/baruwa/px/lib/python2.7/site-packages/baruwa# _______________________________________________ http://pledgie.com/campaigns/12056 _______________________________________________ http://pledgie.com/campaigns/12056

