[web2py] Re: No handlers could be found for logger "web2py"

2020-08-28 Thread Dave S


On Tuesday, August 25, 2020 at 11:34:41 PM UTC-7, Andrea Fae' wrote:
>
> hello, I have the same problem.
> I don't have logging.conf in web2py folder 
>

Like the book says, copy the logging_example.conf from the Examples folder, 
and edit it.
http://web2py.com/books/default/chapter/29/04/the-core#Logging>


 

> and I don't have web2py.exe in it.
>

Are you running from source, that is "python web2py.py"?

It would be in the same folder.

 

> I'm using Windows 10.
> thanks
>
>>
>>>
/dps
 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/f64d7d63-ef7b-4b44-b48d-bff4966b7900o%40googlegroups.com.


[web2py] Re: No handlers could be found for logger "web2py"

2020-08-26 Thread Andrea Fae'
hello, I have the same problem.
I don't have logging.conf in web2py folder and I don't have web2py.exe in 
it.

I'm using Windows 10.
thanks

Il giorno giovedì 27 dicembre 2012 14:43:45 UTC+1, Niphlod ha scritto:
>
> do you have a file named logging.conf in the same folder where web2py.py 
> or web2py.exe is ?
>
> Il giorno giovedì 27 dicembre 2012 13:27:44 UTC+1, Ramos ha scritto:
>>
>> hello 
>> im testing scheduler and it works but on the console "command line " i 
>> keep getting the message
>>
>>
>> *No handlers could be found for logger "web2py"*
>>
>> every time the task is run
>>
>> I'm using windows 7
>>
>> thank you
>> António
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/830b94c8-ae1d-4e10-9946-b8cf44cabd1ao%40googlegroups.com.


[web2py] Re: No handlers could be found for logger web2py

2012-12-27 Thread Niphlod
do you have a file named logging.conf in the same folder where web2py.py or 
web2py.exe is ?

Il giorno giovedì 27 dicembre 2012 13:27:44 UTC+1, Ramos ha scritto:

 hello 
 im testing scheduler and it works but on the console command line  i 
 keep getting the message


 *No handlers could be found for logger web2py*

 every time the task is run

 I'm using windows 7

 thank you
 António




-- 





[web2py] Re: No handlers could be found for logger web2py

2012-07-13 Thread adohertyd
Ok managed to sort it. Uninstalled python and pywin32. Reinstalled 32 bit 
version of python and ran pywin32 installer in compatibility mode after 
seeing someone posting an issue in a different forum. Problem solved

On Friday, 13 July 2012 13:18:06 UTC+1, adohertyd wrote:

 I had initially installed the binary version of web2py with Python version 
 2.5 built in. I needed 2 or 3 modules that were only compatible with 
 version 2.7 so I installed the source version of web2py instead and 
 downloaded the 64 bit version of pywin32. All was working fine. I then 
 needed to install the 32 bit version of Python to replace the 64 bit 
 because numpy was giving errors. When I tried running web2py.py from the 
 command line I got an error saying that No handlers could be found for 
 logger web2py but it started anyway, and then a warning about web2py CRON 
 being disabled. That keeps coming up on the screen. I reinstalled pywin32 
 in the 32 bit version but still getting the same message. Can anyone 
 suggest a solution?