[tor-bugs] #5995 [Company]: Build Q&A Forum with translations
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Dec 21 17:18:26 UTC 2012
#5995: Build Q&A Forum with translations
--------------------------------+-------------------------------------------
Reporter: phobos | Owner: phobos
Type: project | Status: new
Priority: normal | Milestone:
Component: Company | Version:
Keywords: SponsorI, SponsorL | Parent:
Points: | Actualpoints:
--------------------------------+-------------------------------------------
Comment(by mo):
If I understood weasel correctly, we should avoid using pip/easy_install.
It does not have authentication and uses plain http to download packages.
Not all Askbot dependencies are available as Debian package. Only a few
are listed on the Askbot website. Not even the Django in Debian satisfies
Askbot's requirement (wants >= 1.3.1, debian has 1.2.3).
Here's what "Askbot install" puts into python's site-packages.
{{{
akismet-0.2.0-py2.6.egg
askbot-0.7.47-py2.6.egg
beautifulsoup4-4.1.3-py2.6.egg
Coffin-0.3.7-py2.6.egg
distribute-0.6.10-py2.6.egg
Django-1.4.3-py2.6.egg-info
django_celery-2.2.7-py2.6.egg
django_countries-1.0.5-py2.6.egg
django_followit-0.0.3-py2.6.egg
django_keyedcache-1.4_6-py2.6.egg
django_kombu-0.9.2-py2.6.egg
django_recaptcha_works-0.3.4-py2.6.egg
django_robots-0.9.1-py2.6.egg
django_tinymce-1.5.1b4-py2.6.egg
Jinja2-2.6-py2.6.egg
lamson-1.1-py2.6.egg
longerusername-0.4-py2.6.egg
markdown2-2.1.0-py2.6.egg
nose-1.2.1-py2.6.egg
oauth2-1.5.211-py2.6.egg
pip-0.7.2-py2.6.egg
pystache-0.3.1-py2.6.egg
python_daemon-1.6-py2.6.egg
pytz-2012h-py2.6.egg
setuptools.pth
South-0.7.6-py2.6.egg
Unidecode-0.04.10-py2.6.egg
}}}
I had to manually add (inside my virtualenv)
{{{
pip install psycopg2 # requires apt-get install python-dev
pip install mock
pip install celery==2.2.7
pip install django-picklefield
pip install httplib2
pip install lockfile
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5995#comment:31>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list