http://docs.python.org/2/install/index.html#modifying-python-s-search-path
On Monday, January 28, 2013 7:25:23 AM UTC-5, Alec Taylor wrote: > > Thanks, but is there a non-hacky solution? > > On Mon, Jan 28, 2013 at 6:55 PM, Emilius Omeen <[email protected] <javascript:>> > wrote: > > import sys > > sys.path.append('/home/www-data/web2py') > > from gluon import DAL, Field > > > > -- > > > > > > > --

