[Webkit-unassigned] [Bug 32635] bugzilla-tool should not require users to install mechanize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 13:03:40 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32635





--- Comment #7 from Eric Seidel <eric at webkit.org>  2009-12-18 13:03:38 PST ---
So looks like step two could be done via easy_install with a --prefix
directory.

Something like this:

PYTHONPATH=./webkit_module_cache/lib/python2.5/site-packages easy_install
--prefix ./webkit_module_cache mechanize

and then we would edit sys.path to include ./webkit_module_cache

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list