Re: [web2py] Re: failed import of a module - SOLVED

2010-09-22 Thread Julius Minka
After I ran it once without Apache, it now works with Apache too. Any possible reason for that? Julius V Sobota, 18. september 2010 o 23:55 +0200, Julius Minka napísal(a): > It works locally, the error occurs only on the server. > > V Sobota, 18. september 2010 o 14:46 -0700, mdipierro napísal(a

Re: [web2py] Re: failed import of a module

2010-09-19 Thread Julius Minka
yes, it is. V Nedeľa, 19. september 2010 o 00:57 +0200, Michele Comitini napísal(a): > is there a __init__.py in modules? > > 2010/9/19 Jonathan Lundell : > > On Sep 18, 2010, at 2:46 PM, mdipierro wrote: > >> > >> Not all modules can go in the modules folder. Some of them exepect to > >> be in

Re: [web2py] Re: failed import of a module

2010-09-18 Thread Michele Comitini
is there a __init__.py in modules? 2010/9/19 Jonathan Lundell : > On Sep 18, 2010, at 2:46 PM, mdipierro wrote: >> >> Not all modules can go in the modules folder. Some of them exepect to >> be in sys.path > > There's a variety of sys.path editing in web2py, but I think it's not > entirely consi

Re: [web2py] Re: failed import of a module

2010-09-18 Thread Jonathan Lundell
On Sep 18, 2010, at 2:46 PM, mdipierro wrote: > > Not all modules can go in the modules folder. Some of them exepect to > be in sys.path There's a variety of sys.path editing in web2py, but I think it's not entirely consistent.

Re: [web2py] Re: failed import of a module

2010-09-18 Thread Julius Minka
It works locally, the error occurs only on the server. V Sobota, 18. september 2010 o 14:46 -0700, mdipierro napísal(a): > I do not know but ... > Not all modules can go in the modules folder. Some of them exepect to > be in sys.path > > On Sep 18, 3:18 pm, Julius Minka wrote: > > Trying to depl

[web2py] Re: failed import of a module

2010-09-18 Thread mdipierro
I do not know but ... Not all modules can go in the modules folder. Some of them exepect to be in sys.path On Sep 18, 3:18 pm, Julius Minka wrote: > Trying to deploy web2py app in the Virtual Server with Debian installed > usinghttp://bazaar.launchpad.net/~mdipierro/web2py/devel/download/head:/se