[web2py] local_import does not work

2011-09-23 Thread Necati Demir
Hello, local_import function randomly does not import my modules from modules directory. I have this problem when i use web2py with apache (with wsgi). Any suggestion?

[web2py] Re: local_import does not work

2011-09-23 Thread Necati Demir
s folder before checking > > sys.path. > > Anthony > > > On Friday, September 23, 2011 3:11:08 AM UTC-4, Necati Demir wrote: > > > > Hello, > > > > local_import function randomly does not import my modules from modules > > > directory. > > > I have this problem when i use web2py with apache (with wsgi). > > > > Any suggestion?

[web2py] Re: local_import does not work

2011-09-24 Thread Necati Demir
No. But I realized that I was using 1.94 and now switched to 1.99. I will use 1.99 and see if there is a problem. Was there a problem like that in 1.94? On Sep 23, 11:44 pm, Massimo Di Pierro wrote: > Do you touch sys.path in your code? > > On Sep 23, 3:21 pm, Necati Dem

[web2py] Re: local_import does not work

2011-09-24 Thread Necati Demir
I started to see error messages again. So it is not about 1.94. On Sep 24, 10:26 am, Necati Demir wrote: > No. But I realized that I was using 1.94 and now switched to 1.99. I > will use 1.99 and see if there is a problem. Was there a problem like > that in 1.94? > > On Sep 23, 11

[web2py] Re: local_import does not work

2011-09-28 Thread Necati Demir
I started using mod_proxy and everything is ok. On Sep 24, 10:58 am, Necati Demir wrote: > I started to see error messages again. So it is not about 1.94. > > On Sep 24, 10:26 am, Necati Demir wrote: > > > > > > > > > No. But I realized that I was using 1.94

[web2py] URL function in external js and css files

2011-09-28 Thread Necati Demir
Hello, How can I use URL function ( i mean {{=URL()}} ) in external js and css files?

[web2py] InterfaceError

2010-05-01 Thread Necati Demir
Hello, I get this error with database operations: InterfaceError: cursor already closed I get the same error with mysql and postgresql. Any suggestions?

Re: [web2py] Re: InterfaceError

2010-05-02 Thread Necati Demir
ror: cursor already closed On 2 May 2010 00:59, mdipierro wrote: > Can you tell us more? > > What os? what web2py version? what code? Is there a complete > traceback? Is the error in a ticket? Can we see the ticket? > > Massimo > > On May 1, 3:35 pm, Necati Demir wrote: