Re: [web2py] Re: web2py online debugger under python3

2020-07-16 Thread AGRogers
Hi Seth

I have no idea sorry. I would like to know the answer to this question
though.

Andrew

On Fri, 17 Jul 2020, 7:28 am Seth J,  wrote:

> So, what would you recommend for "remote debugging" situation?  I have
> web2py running on internal firewalled Windows 2016 Server and have been
> struggling to adopt anything for debugging purposes.
>
> On Tuesday, May 5, 2020 at 9:11:00 PM UTC-4 roge...@gmail.com wrote:
>
>> Hi Clemens
>>
>> I think a standalone debugger is much better. The online debugger could
>> be great to debug applications in production  though.
>>
>> Where are you doing your development? On your local machine or Python
>> Anywhere or somewhere else?  I don't think it's possible to debug using
>> Visual Studio Code or PyCharm if web2py is not running on your local
>> machine. The debugger needs to connect to the python process.
>>
>> Anyhow, it's not hard to do once you know where to look. I managed to get
>> PyCharm debugging in about 15 minutes - most of that was spent downloading
>> the app for the first time.
>>
>> Cheers
>> Andrew
>>
>> On Wed, 6 May 2020 at 07:04, Clemens 
>> wrote:
>>
>>> Hi Andrew,
>>>
>>> well, I would say, it's because I ever used it and it's okay for me. But
>>> which one would you recommend? And how to connect your favorite debugger
>>> with web2py? Never used another debugger for web2py.
>>>
>>> Regards
>>> Clemens
>>>
>>>
>>> On Tuesday, May 5, 2020 at 1:56:25 AM UTC+2, AGRogers wrote:

 Hi Clemens

 I definitely can't help you with this problem. Sorry. But I am
 interested in why you use the online debugger and not something else?

 Thanks
 Andrew

 On Mon, 4 May 2020 at 23:50, Clemens 
 wrote:

> Hello Massimo,
>
> I hoped the latest web2py version would fix the problem. My current
> configuration is now:
> web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on
> Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)
>
> But the online debugger still doesn't work. The debugger doesn't catch
> the breakpoint, set in my code. Instead, after waiting a few minutes I got
> the following new situation:
>
> [image: Screenshot_2020-05-04 interact.png]
>
> [image: Screenshot_2020-05-04 interact-02.png]
> Do you have any idea, how I can fix this?
>
> Best regards
> Clemens
>
>
> On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>>
>> what browser?
>>
>> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>>>
>>> Hello everybody!
>>>
>>> I've switched my web2py app from python2 to python3. The app itself
>>> works fine, but the web2py online debugger doesn't work anymore and is
>>> mostly freezing. Sometimes a get the following error message:
>>>
>>> Exception timeout: timeout('timed out',)
>>>
>>> Traceback (most recent call last): File
>>> "/usr/lib/python3.6/socket.py", line 586, in readinto return
>>> self._sock.recv_into(b) socket.timeout: timed out
>>>
>>> My configuration is as follows:
>>>
>>> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on
>>> Rocket 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>>>
>>> What do I have to change additionally that the online debugger is
>>> working under python3?
>>>
>>>
>>> Thanks a lot for any support!
>>>
>>>
>>> Best regards Clemens
>>>
>> --
> 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 web...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com
> 
> .
>
 --
>>> 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+un...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/73792fd3-310e-43e6-89d6-5f615e12546d%40googlegroups.com
>>> 
>>> .
>>>
>> --

Re: [web2py] Re: web2py online debugger under python3

2020-07-16 Thread Seth J
So, what would you recommend for "remote debugging" situation?  I have 
web2py running on internal firewalled Windows 2016 Server and have been 
struggling to adopt anything for debugging purposes.

On Tuesday, May 5, 2020 at 9:11:00 PM UTC-4 roge...@gmail.com wrote:

> Hi Clemens
>
> I think a standalone debugger is much better. The online debugger could be 
> great to debug applications in production  though.
>
> Where are you doing your development? On your local machine or Python 
> Anywhere or somewhere else?  I don't think it's possible to debug using 
> Visual Studio Code or PyCharm if web2py is not running on your local 
> machine. The debugger needs to connect to the python process. 
>
> Anyhow, it's not hard to do once you know where to look. I managed to get 
> PyCharm debugging in about 15 minutes - most of that was spent downloading 
> the app for the first time.
>
> Cheers
> Andrew
>
> On Wed, 6 May 2020 at 07:04, Clemens  wrote:
>
>> Hi Andrew,
>>
>> well, I would say, it's because I ever used it and it's okay for me. But 
>> which one would you recommend? And how to connect your favorite debugger 
>> with web2py? Never used another debugger for web2py.
>>
>> Regards
>> Clemens
>>
>>
>> On Tuesday, May 5, 2020 at 1:56:25 AM UTC+2, AGRogers wrote:
>>>
>>> Hi Clemens
>>>
>>> I definitely can't help you with this problem. Sorry. But I am 
>>> interested in why you use the online debugger and not something else?
>>>
>>> Thanks
>>> Andrew
>>>
>>> On Mon, 4 May 2020 at 23:50, Clemens  
>>> wrote:
>>>
 Hello Massimo,

 I hoped the latest web2py version would fix the problem. My current 
 configuration is now:
 web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on 
 Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)

 But the online debugger still doesn't work. The debugger doesn't catch 
 the breakpoint, set in my code. Instead, after waiting a few minutes I got 
 the following new situation:

 [image: Screenshot_2020-05-04 interact.png]

 [image: Screenshot_2020-05-04 interact-02.png]
 Do you have any idea, how I can fix this?

 Best regards
 Clemens


 On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>
> what browser?
>
> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>>
>> Hello everybody!
>>
>> I've switched my web2py app from python2 to python3. The app itself 
>> works fine, but the web2py online debugger doesn't work anymore and is 
>> mostly freezing. Sometimes a get the following error message:
>>
>> Exception timeout: timeout('timed out',)
>>
>> Traceback (most recent call last): File 
>> "/usr/lib/python3.6/socket.py", line 586, in readinto return 
>> self._sock.recv_into(b) socket.timeout: timed out
>>
>> My configuration is as follows:
>>
>> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket 
>> 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>>
>> What do I have to change additionally that the online debugger is 
>> working under python3?
>>
>>
>> Thanks a lot for any support!
>>
>>
>> Best regards Clemens
>>
> -- 
 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 web...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/web2py/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com
  
 
 .

>>> -- 
>> 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+un...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/73792fd3-310e-43e6-89d6-5f615e12546d%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 

Re: [web2py] Re: web2py online debugger under python3

2020-06-07 Thread AGRogers
Great. I have had weird problems with Visual Studio Code debugger. It seems
to get confused sometimes about which line of code it is running and shows
that I am executing a line different to what it is really executing. When i
have that problem i switch to PyCharm and debug there. Then i head back to
Visual Studio Code :)


On Fri, 5 Jun 2020 at 05:48, Clemens 
wrote:

> Hi Andrew,
>
> I've switched over to PyCharm and really like it. Thanks a lot for the
> push!
>
> Best regards
> Clemens
>
>
> On Wednesday, May 6, 2020 at 3:11:00 AM UTC+2, AGRogers wrote:
>>
>> Hi Clemens
>>
>> I think a standalone debugger is much better. The online debugger could
>> be great to debug applications in production  though.
>>
>> Where are you doing your development? On your local machine or Python
>> Anywhere or somewhere else?  I don't think it's possible to debug using
>> Visual Studio Code or PyCharm if web2py is not running on your local
>> machine. The debugger needs to connect to the python process.
>>
>> Anyhow, it's not hard to do once you know where to look. I managed to get
>> PyCharm debugging in about 15 minutes - most of that was spent downloading
>> the app for the first time.
>>
>> Cheers
>> Andrew
>>
>> On Wed, 6 May 2020 at 07:04, Clemens  wrote:
>>
>>> Hi Andrew,
>>>
>>> well, I would say, it's because I ever used it and it's okay for me. But
>>> which one would you recommend? And how to connect your favorite debugger
>>> with web2py? Never used another debugger for web2py.
>>>
>>> Regards
>>> Clemens
>>>
>>>
>>> On Tuesday, May 5, 2020 at 1:56:25 AM UTC+2, AGRogers wrote:

 Hi Clemens

 I definitely can't help you with this problem. Sorry. But I am
 interested in why you use the online debugger and not something else?

 Thanks
 Andrew

 On Mon, 4 May 2020 at 23:50, Clemens 
 wrote:

> Hello Massimo,
>
> I hoped the latest web2py version would fix the problem. My current
> configuration is now:
> web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on
> Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)
>
> But the online debugger still doesn't work. The debugger doesn't catch
> the breakpoint, set in my code. Instead, after waiting a few minutes I got
> the following new situation:
>
> [image: Screenshot_2020-05-04 interact.png]
>
> [image: Screenshot_2020-05-04 interact-02.png]
> Do you have any idea, how I can fix this?
>
> Best regards
> Clemens
>
>
> On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>>
>> what browser?
>>
>> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>>>
>>> Hello everybody!
>>>
>>> I've switched my web2py app from python2 to python3. The app itself
>>> works fine, but the web2py online debugger doesn't work anymore and is
>>> mostly freezing. Sometimes a get the following error message:
>>>
>>> Exception timeout: timeout('timed out',)
>>>
>>> Traceback (most recent call last): File
>>> "/usr/lib/python3.6/socket.py", line 586, in readinto return
>>> self._sock.recv_into(b) socket.timeout: timed out
>>>
>>> My configuration is as follows:
>>>
>>> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on
>>> Rocket 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>>>
>>> What do I have to change additionally that the online debugger is
>>> working under python3?
>>>
>>>
>>> Thanks a lot for any support!
>>>
>>>
>>> Best regards Clemens
>>>
>> --
> 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 web...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com
> 
> .
>
 --
>>> 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 web...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/73792fd3-310e-43e6-89d6-5f615e12546d%40googlegroups.com
>>> 

Re: [web2py] Re: web2py online debugger under python3

2020-06-04 Thread Clemens
Hi Andrew,

I've switched over to PyCharm and really like it. Thanks a lot for the push!

Best regards
Clemens


On Wednesday, May 6, 2020 at 3:11:00 AM UTC+2, AGRogers wrote:
>
> Hi Clemens
>
> I think a standalone debugger is much better. The online debugger could be 
> great to debug applications in production  though.
>
> Where are you doing your development? On your local machine or Python 
> Anywhere or somewhere else?  I don't think it's possible to debug using 
> Visual Studio Code or PyCharm if web2py is not running on your local 
> machine. The debugger needs to connect to the python process. 
>
> Anyhow, it's not hard to do once you know where to look. I managed to get 
> PyCharm debugging in about 15 minutes - most of that was spent downloading 
> the app for the first time.
>
> Cheers
> Andrew
>
> On Wed, 6 May 2020 at 07:04, Clemens  > wrote:
>
>> Hi Andrew,
>>
>> well, I would say, it's because I ever used it and it's okay for me. But 
>> which one would you recommend? And how to connect your favorite debugger 
>> with web2py? Never used another debugger for web2py.
>>
>> Regards
>> Clemens
>>
>>
>> On Tuesday, May 5, 2020 at 1:56:25 AM UTC+2, AGRogers wrote:
>>>
>>> Hi Clemens
>>>
>>> I definitely can't help you with this problem. Sorry. But I am 
>>> interested in why you use the online debugger and not something else?
>>>
>>> Thanks
>>> Andrew
>>>
>>> On Mon, 4 May 2020 at 23:50, Clemens  
>>> wrote:
>>>
 Hello Massimo,

 I hoped the latest web2py version would fix the problem. My current 
 configuration is now:
 web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on 
 Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)

 But the online debugger still doesn't work. The debugger doesn't catch 
 the breakpoint, set in my code. Instead, after waiting a few minutes I got 
 the following new situation:

 [image: Screenshot_2020-05-04 interact.png]

 [image: Screenshot_2020-05-04 interact-02.png]
 Do you have any idea, how I can fix this?

 Best regards
 Clemens


 On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>
> what browser?
>
> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>>
>> Hello everybody!
>>
>> I've switched my web2py app from python2 to python3. The app itself 
>> works fine, but the web2py online debugger doesn't work anymore and is 
>> mostly freezing. Sometimes a get the following error message:
>>
>> Exception timeout: timeout('timed out',)
>>
>> Traceback (most recent call last): File 
>> "/usr/lib/python3.6/socket.py", line 586, in readinto return 
>> self._sock.recv_into(b) socket.timeout: timed out
>>
>> My configuration is as follows:
>>
>> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket 
>> 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>>
>> What do I have to change additionally that the online debugger is 
>> working under python3?
>>
>>
>> Thanks a lot for any support!
>>
>>
>> Best regards Clemens
>>
> -- 
 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 web...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/web2py/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com
  
 
 .

>>> -- 
>> 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 web...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/73792fd3-310e-43e6-89d6-5f615e12546d%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 

Re: [web2py] Re: web2py online debugger under python3

2020-05-05 Thread AGRogers
Hi Clemens

I think a standalone debugger is much better. The online debugger could be
great to debug applications in production  though.

Where are you doing your development? On your local machine or Python
Anywhere or somewhere else?  I don't think it's possible to debug using
Visual Studio Code or PyCharm if web2py is not running on your local
machine. The debugger needs to connect to the python process.

Anyhow, it's not hard to do once you know where to look. I managed to get
PyCharm debugging in about 15 minutes - most of that was spent downloading
the app for the first time.

Cheers
Andrew

On Wed, 6 May 2020 at 07:04, Clemens 
wrote:

> Hi Andrew,
>
> well, I would say, it's because I ever used it and it's okay for me. But
> which one would you recommend? And how to connect your favorite debugger
> with web2py? Never used another debugger for web2py.
>
> Regards
> Clemens
>
>
> On Tuesday, May 5, 2020 at 1:56:25 AM UTC+2, AGRogers wrote:
>>
>> Hi Clemens
>>
>> I definitely can't help you with this problem. Sorry. But I am interested
>> in why you use the online debugger and not something else?
>>
>> Thanks
>> Andrew
>>
>> On Mon, 4 May 2020 at 23:50, Clemens  wrote:
>>
>>> Hello Massimo,
>>>
>>> I hoped the latest web2py version would fix the problem. My current
>>> configuration is now:
>>> web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on
>>> Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)
>>>
>>> But the online debugger still doesn't work. The debugger doesn't catch
>>> the breakpoint, set in my code. Instead, after waiting a few minutes I got
>>> the following new situation:
>>>
>>> [image: Screenshot_2020-05-04 interact.png]
>>>
>>> [image: Screenshot_2020-05-04 interact-02.png]
>>> Do you have any idea, how I can fix this?
>>>
>>> Best regards
>>> Clemens
>>>
>>>
>>> On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:

 what browser?

 On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>
> Hello everybody!
>
> I've switched my web2py app from python2 to python3. The app itself
> works fine, but the web2py online debugger doesn't work anymore and is
> mostly freezing. Sometimes a get the following error message:
>
> Exception timeout: timeout('timed out',)
>
> Traceback (most recent call last): File
> "/usr/lib/python3.6/socket.py", line 586, in readinto return
> self._sock.recv_into(b) socket.timeout: timed out
>
> My configuration is as follows:
>
> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket
> 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>
> What do I have to change additionally that the online debugger is
> working under python3?
>
>
> Thanks a lot for any support!
>
>
> Best regards Clemens
>
 --
>>> 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 web...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/73792fd3-310e-43e6-89d6-5f615e12546d%40googlegroups.com
> 
> .
>

-- 
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/CACWMBMOut2-NUb_fJvSme2QPHjGhy61TQjKRzsZPTecS%2BVUF4g%40mail.gmail.com.


Re: [web2py] Re: web2py online debugger under python3

2020-05-05 Thread Clemens
Hi Andrew,

well, I would say, it's because I ever used it and it's okay for me. But 
which one would you recommend? And how to connect your favorite debugger 
with web2py? Never used another debugger for web2py.

Regards
Clemens


On Tuesday, May 5, 2020 at 1:56:25 AM UTC+2, AGRogers wrote:
>
> Hi Clemens
>
> I definitely can't help you with this problem. Sorry. But I am interested 
> in why you use the online debugger and not something else?
>
> Thanks
> Andrew
>
> On Mon, 4 May 2020 at 23:50, Clemens  > wrote:
>
>> Hello Massimo,
>>
>> I hoped the latest web2py version would fix the problem. My current 
>> configuration is now:
>> web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on 
>> Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)
>>
>> But the online debugger still doesn't work. The debugger doesn't catch 
>> the breakpoint, set in my code. Instead, after waiting a few minutes I got 
>> the following new situation:
>>
>> [image: Screenshot_2020-05-04 interact.png]
>>
>> [image: Screenshot_2020-05-04 interact-02.png]
>> Do you have any idea, how I can fix this?
>>
>> Best regards
>> Clemens
>>
>>
>> On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>>>
>>> what browser?
>>>
>>> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:

 Hello everybody!

 I've switched my web2py app from python2 to python3. The app itself 
 works fine, but the web2py online debugger doesn't work anymore and is 
 mostly freezing. Sometimes a get the following error message:

 Exception timeout: timeout('timed out',)

 Traceback (most recent call last): File "/usr/lib/python3.6/socket.py", 
 line 586, in readinto return self._sock.recv_into(b) socket.timeout: timed 
 out

 My configuration is as follows:

 web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket 
 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS

 What do I have to change additionally that the online debugger is 
 working under python3?


 Thanks a lot for any support!


 Best regards Clemens

>>> -- 
>> 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 web...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/73792fd3-310e-43e6-89d6-5f615e12546d%40googlegroups.com.


Re: [web2py] Re: web2py online debugger under python3

2020-05-04 Thread AGRogers
Hi Clemens

I definitely can't help you with this problem. Sorry. But I am interested
in why you use the online debugger and not something else?

Thanks
Andrew

On Mon, 4 May 2020 at 23:50, Clemens 
wrote:

> Hello Massimo,
>
> I hoped the latest web2py version would fix the problem. My current
> configuration is now:
> web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on
> Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)
>
> But the online debugger still doesn't work. The debugger doesn't catch the
> breakpoint, set in my code. Instead, after waiting a few minutes I got the
> following new situation:
>
> [image: Screenshot_2020-05-04 interact.png]
>
> [image: Screenshot_2020-05-04 interact-02.png]
> Do you have any idea, how I can fix this?
>
> Best regards
> Clemens
>
>
> On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>>
>> what browser?
>>
>> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>>>
>>> Hello everybody!
>>>
>>> I've switched my web2py app from python2 to python3. The app itself
>>> works fine, but the web2py online debugger doesn't work anymore and is
>>> mostly freezing. Sometimes a get the following error message:
>>>
>>> Exception timeout: timeout('timed out',)
>>>
>>> Traceback (most recent call last): File "/usr/lib/python3.6/socket.py",
>>> line 586, in readinto return self._sock.recv_into(b) socket.timeout: timed
>>> out
>>>
>>> My configuration is as follows:
>>>
>>> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket
>>> 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>>>
>>> What do I have to change additionally that the online debugger is
>>> working under python3?
>>>
>>>
>>> Thanks a lot for any support!
>>>
>>>
>>> Best regards Clemens
>>>
>> --
> 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/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com
> 
> .
>

-- 
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/CACWMBMNqxCspnOYXk0ryaBC8zL%3D%3DPCGOdBMs5ki5got7gWqBVw%40mail.gmail.com.


[web2py] Re: web2py online debugger under python3

2020-05-04 Thread Clemens
Hello Massimo,

I hoped the latest web2py version would fix the problem. My current 
configuration is now:
web2py version 2.20.4-stable+timestamp.2020.05.03.05.18.50, Running on 
Rocket 1.2.6, Python 3.6.9, Ubuntu 18.04., Firefox 75.0 (64-bit)

But the online debugger still doesn't work. The debugger doesn't catch the 
breakpoint, set in my code. Instead, after waiting a few minutes I got the 
following new situation:

[image: Screenshot_2020-05-04 interact.png]

[image: Screenshot_2020-05-04 interact-02.png]
Do you have any idea, how I can fix this?

Best regards
Clemens


On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>
> what browser?
>
> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>>
>> Hello everybody!
>>
>> I've switched my web2py app from python2 to python3. The app itself works 
>> fine, but the web2py online debugger doesn't work anymore and is mostly 
>> freezing. Sometimes a get the following error message:
>>
>> Exception timeout: timeout('timed out',)
>>
>> Traceback (most recent call last): File "/usr/lib/python3.6/socket.py", 
>> line 586, in readinto return self._sock.recv_into(b) socket.timeout: timed 
>> out
>>
>> My configuration is as follows:
>>
>> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket 
>> 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>>
>> What do I have to change additionally that the online debugger is working 
>> under python3?
>>
>>
>> Thanks a lot for any support!
>>
>>
>> Best regards Clemens
>>
>

-- 
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/ccc32a55-4a15-4f88-9b0f-69326542b6f0%40googlegroups.com.


[web2py] Re: web2py online debugger under python3

2020-04-26 Thread Clemens
Firefox

On Sunday, April 26, 2020 at 8:46:00 AM UTC+2, Massimo Di Pierro wrote:
>
> what browser?
>
> On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>>
>> Hello everybody!
>>
>> I've switched my web2py app from python2 to python3. The app itself works 
>> fine, but the web2py online debugger doesn't work anymore and is mostly 
>> freezing. Sometimes a get the following error message:
>>
>> Exception timeout: timeout('timed out',)
>>
>> Traceback (most recent call last): File "/usr/lib/python3.6/socket.py", 
>> line 586, in readinto return self._sock.recv_into(b) socket.timeout: timed 
>> out
>>
>> My configuration is as follows:
>>
>> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket 
>> 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>>
>> What do I have to change additionally that the online debugger is working 
>> under python3?
>>
>>
>> Thanks a lot for any support!
>>
>>
>> Best regards Clemens
>>
>

-- 
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/92e80b85-23be-47b7-adc6-258acba72932%40googlegroups.com.


[web2py] Re: web2py online debugger under python3

2020-04-26 Thread Massimo Di Pierro
what browser?

On Monday, 30 March 2020 13:23:57 UTC-7, Clemens wrote:
>
> Hello everybody!
>
> I've switched my web2py app from python2 to python3. The app itself works 
> fine, but the web2py online debugger doesn't work anymore and is mostly 
> freezing. Sometimes a get the following error message:
>
> Exception timeout: timeout('timed out',)
>
> Traceback (most recent call last): File "/usr/lib/python3.6/socket.py", 
> line 586, in readinto return self._sock.recv_into(b) socket.timeout: timed 
> out
>
> My configuration is as follows:
>
> web2py 2.19.1-stable+timestamp.2020.03.21.21.49.28 (Running on Rocket 
> 1.2.6, Python 3.6.9), Ubuntu 18.04 LTS
>
> What do I have to change additionally that the online debugger is working 
> under python3?
>
>
> Thanks a lot for any support!
>
>
> Best regards Clemens
>

-- 
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/13895e39-6083-4d1f-8c21-e5efa13d1a97%40googlegroups.com.