I guess there is a hardcoded thing introduced for testing purpose that stay
there... It seems that you will find the mistake line in gluon/widget.py at
line 1273

https://github.com/web2py/web2py/blob/master/gluon/widget.py look in the
master on github if you have the same line in your gluon/widget.py if not
replace by the same thing of the repo...

Richard


On Wed, Oct 23, 2013 at 12:17 PM, Rob Paire <robert.pa...@gmail.com> wrote:

> Hello all, I have been running web2py for about 6 months, and I am on the
> latest version 2.7.4 - I have a small in-house app developed which was just
> put into production this month. Things had been very stable until I
> released the app and people begin using it.
>
> Now this morning, for the third time in two weeks, (and the first time
> since upgrading to 2.7.4) web2py hung and I had to restart the service.
> When this happens a message similar to the one from this morning (shown
> below) appears in the event log file named: web2py_no_console.exe.log.
>
> I have web2py running on Windows server 2003, using NSSM to manage the
> service, port 443. All this was setup following instructions in the manual
> which were clear and easy to understand. The database is MS SQL server 2008
> R2.
>
> Instead of the normal layout.html file I am using the layout file which
> came bundled with the jquery mobile plug-in as the main include in all my
> views. Also using google re-captcha setup as per the manual. Re-captcha is
> a bit clunky on mobile devices but having a small audience and 30 day
> session makes it bearable.
>
> I would like to see web2py/rocket replace IIS and and whole MS .net stack
> for future in-house web projects. But, before that, I need help figuring
> out how to solve these kinds of issues. I am new to python and open source
> in general so I would appreciate any help about how best to proceed.
>
> Oh, I am also using python 2.7.3
>
> As for dealing with this error.. how best to proceed? My initial thought
> is to run web2py from the source, thinking that the error would be trapped
> and I could step and find out its cause. The problem with this approach is
> that I am a novice at python, I have never ventured into the web2py source,
> and I'm skeptical the best solution lies on this route, at least for me. So
> here I am, eager to know if anyone has a more practical suggestion to
> unravel this issue.
>
> Thank you for your help!
>
> Unhandled exception in thread started by <bound method Thread.__bootstrap
> of <Thread(Port443, stopped 2980)>>
> Traceback (most recent call last):
>   File "threading.pyc", line 503, in __bootstrap
>   File "threading.pyc", line 543, in __bootstrap_inner
>   File "traceback.pyc", line 241, in format_exc
>   File "traceback.pyc", line 141, in format_exception
>   File "traceback.pyc", line 76, in format_tb
>   File "traceback.pyc", line 101, in extract_tb
>   File "/home/mdipierro/make_web2py/web2py/gluon/widget.py", line 1273, in
> getline
> IOError: [Errno 2] No such file or directory: 'threading.pyc'
>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to