da914a8
da914a8
To use version 1.2.1 of python WebOB it is nescesary
da914a8
to explicitly load it so as not to get the system version
da914a8
of WebOb. 
da914a8
da914a8
Manually modifying sys.path is an easy and reliable way
da914a8
to use this module.
da914a8
da914a8
>>> import sys
da914a8
>>> sys.path.insert(0, '/usr/lib/python2.7/site-packages/WebOb-1.2.1-py2.7.egg')
da914a8
>>> import webob
da914a8