No.

you either dubmp the gluon folder in site-packages

   site-packages/gluon

or better

   import sys
   sys.path.append('location/to/web2py/')


On Aug 23, 2:16 pm, Stef Mientki <stef.mien...@gmail.com> wrote:
>  thanks Massimo,
> but it doesn't work by me ...
>
> On 23-08-2010 04:33, mdipierro wrote:> from gluon.main import HttpServer
>
> here the problem begin, ....
>
> Maybe I should start with a more basic question,
> what should I do with the sources ?
> I don't see a setup file,
> so I just dumped the source files in the python site-packages
>
>     site-packages\web2py\...
>
> is that enough ?
>
> thanks,
> Stef

Reply via email to