Re: [web2py] Re: Web2py won't start with getLogger error

2017-10-18 Thread Omi Chiba
Massimo, thank you. Everything is ok now after reinstalling python. Yes, I'm still on chicago : ) On Oct 18, 2017 9:57 PM, "Massimo Di Pierro" wrote: > All I can offer is help you debug. Are you still in Chicago? Stop by my > office on Tuesday afternoon. > > > On

[web2py] Re: Web2py won't start with getLogger error

2017-10-18 Thread Massimo Di Pierro
All I can offer is help you debug. Are you still in Chicago? Stop by my office on Tuesday afternoon. On Friday, 6 October 2017 18:32:51 UTC-5, Omi Chiba wrote: > > My Python version is 2.7.4. and My Web2py is Version > 2.4.7-stable+timestamp.2013.05.24.17.48.47 > > Nothing changed since I

Re: [web2py] Re: Web2py won't start with getLogger error

2017-10-11 Thread Omi Chiba
Thank you for checking! It's working now after reinstalling python. On Wed, Oct 11, 2017 at 11:55 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > This is what I get: > > Python 2.7.13 |Anaconda 2.2.0 (x86_64)| (default, Dec 20 2016, 23:05:08) > > [GCC 4.2.1 Compatible Apple LLVM 6.0

[web2py] Re: Web2py won't start with getLogger error

2017-10-11 Thread Massimo Di Pierro
This is what I get: Python 2.7.13 |Anaconda 2.2.0 (x86_64)| (default, Dec 20 2016, 23:05:08) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin Type "help", "copyright", "credits" or "license" for more information. Anaconda is brought to you by Continuum Analytics. Please check

(Solved): [web2py] Re: Web2py won't start with getLogger error

2017-10-09 Thread Omi Chiba
Just let you guys know it's solved after re-installing Python!! Thank you for your help again! On Friday, October 6, 2017 at 8:40:36 PM UTC-5, Omi Chiba wrote: > > I don't think my hosting company did something on python but it looks like > my python is broken just like you ahowd me... I will

Re: [web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Omi Chiba
I don't think my hosting company did something on python but it looks like my python is broken just like you ahowd me... I will reinstall python and add in modules next Monday. Thank you for your help!!! On Oct 6, 2017 7:48 PM, "Dave S" wrote: > > > On Friday, October 6,

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Dave S
On Friday, October 6, 2017 at 5:21:22 PM UTC-7, Omi Chiba wrote: > > Really > And even more entries for the 3.6 version. > > Do you think I should uninstall and reinstall the same version of python? > > Worth looking at. Was that touched when your hosts were updated? /dps > On

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Omi Chiba
Really Do you think I should uninstall and reinstall the same version of python? On Friday, October 6, 2017 at 7:19:10 PM UTC-5, Dave S wrote: > > > > On Friday, October 6, 2017 at 4:54:53 PM UTC-7, Omi Chiba wrote: >> >> Python comand console? >> >> Yes, it looks ok I think. >>

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Omi Chiba
But I realized the same error happen when I follow the code in python console... I don't understand because nothing changed python, web2py... since 2013. C:\>python Python 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on win 32 Type "help", "copyright", "credits" or

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Dave S
On Friday, October 6, 2017 at 4:54:53 PM UTC-7, Omi Chiba wrote: > > Python comand console? > > Yes, it looks ok I think. > http://prntscr.com/gu94ns > Not so good. It should be more like >> dir(logging) ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR', 'FATAL' ,

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Omi Chiba
Python comand console? Yes, it looks ok I think. http://prntscr.com/gu94ns On Friday, October 6, 2017 at 6:50:44 PM UTC-5, Dave S wrote: > > > > On Friday, October 6, 2017 at 4:43:18 PM UTC-7, Omi Chiba wrote: >> >> I have C:\Python27 in my "Path" System variables and I can run the pyson >>

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Dave S
On Friday, October 6, 2017 at 4:43:18 PM UTC-7, Omi Chiba wrote: > > I have C:\Python27 in my "Path" System variables and I can run the pyson > module (*.py) from command prompt. > can you, at that prompt, do import logging dir(logging) ? /dps > > On Friday, October 6, 2017 at 6:15:56

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Dave S
On Friday, October 6, 2017 at 3:26:14 PM UTC-7, Omi Chiba wrote: > > Help! > > I was running old version (2015) of web2py on my hosting server as our > company's portal site and it stopped working suddenly. It's Windows 2012 > server with Uniserver(Apache). Apache start fine but shows error

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Dave S
On Friday, October 6, 2017 at 4:07:48 PM UTC-7, Massimo Di Pierro wrote: > > The file in question no longer exists. It has been moved to a subfolder > long ago. > "Long ago" is after 2.14.6 :-) The error you are getting makes no sense since > > python > > >>> import logging > > >>>

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Omi Chiba
I have C:\Python27 in my "Path" System variables and I can run the pyson module (*.py) from command prompt. On Friday, October 6, 2017 at 6:15:56 PM UTC-5, Dave S wrote: > > > > On Friday, October 6, 2017 at 3:56:24 PM UTC-7, Dave S wrote: >> >> >> >> On Friday, October 6, 2017 at 3:26:14 PM

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Omi Chiba
My Python version is 2.7.4. and My Web2py is Version 2.4.7-stable+timestamp.2013.05.24.17.48.47 Nothing changed since I setup my server in 2013 but it looks like something happened at 10/2 per error log. Remote Access to the server was down. My hosting company told me they did some kind of

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Dave S
On Friday, October 6, 2017 at 3:56:24 PM UTC-7, Dave S wrote: > > > > On Friday, October 6, 2017 at 3:26:14 PM UTC-7, Omi Chiba wrote: >> >> Help! >> >> I was running old version (2015) of web2py on my hosting server as our >> company's portal site and it stopped working suddenly. It's Windows

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Massimo Di Pierro
The file in question no longer exists. It has been moved to a subfolder long ago. The error you are getting makes no sense since python >>> import logging >>> logging.getLogger that is a function from the python module logging, and not a web2py function. to diagnose this it is

[web2py] Re: Web2py won't start with getLogger error

2017-10-06 Thread Dave S
On Friday, October 6, 2017 at 3:26:14 PM UTC-7, Omi Chiba wrote: > > Help! > > I was running old version (2015) of web2py on my hosting server as our > company's portal site and it stopped working suddenly. It's Windows 2012 > server with Uniserver(Apache). Apache start fine but shows error