[web2py] Re: Web2py version 2.18.2 Communications Error when in Admin.

2019-03-03 Thread Massimo Di Pierro
The problem really is that urlib_quote is never imported from 
gluon._compat. Will push a 2.18.3 today with this and other small fixes.

On Saturday, 2 March 2019 23:57:03 UTC-8, Ricardo Antonio Zarco wrote:
>
> The same, I was using python 2.7.5 In my case was the main.py in gluon. 
> The urllib_quote is not recognized, i change by urllib2.quote
>
> El martes, 26 de febrero de 2019, 19:25:32 (UTC+1), John McMaster escribió:
>>
>> Just installed web2py version 2.18.2 and now I get a communications error 
>> when I save changes in an app.
>>
>> I get nothing in the error logs. 
>>
>> The apps run but when I go to edit them and click the save button at the 
>> top of the lefthand page I  get a red communications error in the field to 
>> the right of "Last saved on:"  <<< here that looks like this:
>> Save file: [save disk icon] Saved file hash:  Last saved on:  toggle 
>> breakpoint
>>
>>
>> I have restarted the uwsgi and checked the logs only to see that all has 
>> run cleanly.  I was getting a message that "probable another instance of 
>> uWSGI is running on the same address (127.0.0.1:9) where 9 is 
>> the port number assigned.
>> I killed all instances and restarted the uWSGI and all is clean.
>>
>> However I still get an comunications error.
>>
>> Any ideas as to where to look for issues / configuration problems?
>>
>> Thank you 
>>
>>
>>
>>

-- 
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/d/optout.


Re: [web2py] Re: Web2py version 2.18.2 Communications Error when in Admin.

2019-03-03 Thread Kevin Keller
Ricardos change fixes it: 

 main.py in gluon. The urllib_quote is not recognized, i change by 
urllib2.quote

On Sunday, 3 March 2019 11:22:37 UTC+1, Lovedie JC wrote:
>
> Same to me and I have to save se3times and even merge the documents for it 
> ot finally save.
> Regards 
>
> On Sun, 3 Mar 2019, 13:20 Kevin Keller > 
> wrote:
>
>> The same here with python 3.7.1 on Windows10 latest Web2py from git from 
>> this morning. 
>> Pressing the save button twice brings up the merge dialogue, which does 
>> the trick for me for now.. 
>>
>> On Tuesday, 26 February 2019 19:25:32 UTC+1, John McMaster wrote:
>>>
>>> Just installed web2py version 2.18.2 and now I get a communications 
>>> error when I save changes in an app.
>>>
>>> I get nothing in the error logs. 
>>>
>>> The apps run but when I go to edit them and click the save button at the 
>>> top of the lefthand page I  get a red communications error in the field to 
>>> the right of "Last saved on:"  <<< here that looks like this:
>>> Save file: [save disk icon] Saved file hash:  Last saved on:  toggle 
>>> breakpoint
>>>
>>>
>>> I have restarted the uwsgi and checked the logs only to see that all has 
>>> run cleanly.  I was getting a message that "probable another instance of 
>>> uWSGI is running on the same address (127.0.0.1:9) where 9 is 
>>> the port number assigned.
>>> I killed all instances and restarted the uWSGI and all is clean.
>>>
>>> However I still get an comunications error.
>>>
>>> Any ideas as to where to look for issues / configuration problems?
>>>
>>> Thank you 
>>>
>>>
>>>
>>> -- 
>> 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 .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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/d/optout.


Re: [web2py] Re: Web2py version 2.18.2 Communications Error when in Admin.

2019-03-03 Thread Lovedie JC
Same to me and I have to save se3times and even merge the documents for it
ot finally save.
Regards

On Sun, 3 Mar 2019, 13:20 Kevin Keller  wrote:

> The same here with python 3.7.1 on Windows10 latest Web2py from git from
> this morning.
> Pressing the save button twice brings up the merge dialogue, which does
> the trick for me for now..
>
> On Tuesday, 26 February 2019 19:25:32 UTC+1, John McMaster wrote:
>>
>> Just installed web2py version 2.18.2 and now I get a communications error
>> when I save changes in an app.
>>
>> I get nothing in the error logs.
>>
>> The apps run but when I go to edit them and click the save button at the
>> top of the lefthand page I  get a red communications error in the field to
>> the right of "Last saved on:"  <<< here that looks like this:
>> Save file: [save disk icon] Saved file hash:  Last saved on:  toggle
>> breakpoint
>>
>>
>> I have restarted the uwsgi and checked the logs only to see that all has
>> run cleanly.  I was getting a message that "probable another instance of
>> uWSGI is running on the same address (127.0.0.1:9) where 9 is
>> the port number assigned.
>> I killed all instances and restarted the uWSGI and all is clean.
>>
>> However I still get an comunications error.
>>
>> Any ideas as to where to look for issues / configuration problems?
>>
>> Thank you
>>
>>
>>
>> --
> 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/d/optout.
>

-- 
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/d/optout.


[web2py] Re: Web2py version 2.18.2 Communications Error when in Admin.

2019-03-03 Thread Kevin Keller
The same here with python 3.7.1 on Windows10 latest Web2py from git from 
this morning. 
Pressing the save button twice brings up the merge dialogue, which does the 
trick for me for now.. 

On Tuesday, 26 February 2019 19:25:32 UTC+1, John McMaster wrote:
>
> Just installed web2py version 2.18.2 and now I get a communications error 
> when I save changes in an app.
>
> I get nothing in the error logs. 
>
> The apps run but when I go to edit them and click the save button at the 
> top of the lefthand page I  get a red communications error in the field to 
> the right of "Last saved on:"  <<< here that looks like this:
> Save file: [save disk icon] Saved file hash:  Last saved on:  toggle 
> breakpoint
>
>
> I have restarted the uwsgi and checked the logs only to see that all has 
> run cleanly.  I was getting a message that "probable another instance of 
> uWSGI is running on the same address (127.0.0.1:9) where 9 is the 
> port number assigned.
> I killed all instances and restarted the uWSGI and all is clean.
>
> However I still get an comunications error.
>
> Any ideas as to where to look for issues / configuration problems?
>
> Thank you 
>
>
>
>

-- 
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/d/optout.


[web2py] Re: Web2py version 2.18.2 Communications Error when in Admin.

2019-03-02 Thread Ricardo Antonio Zarco
The same, I was using python 2.7.5 In my case was the main.py in gluon. The 
urllib_quote is not recognized, i change by urllib2.quote

El martes, 26 de febrero de 2019, 19:25:32 (UTC+1), John McMaster escribió:
>
> Just installed web2py version 2.18.2 and now I get a communications error 
> when I save changes in an app.
>
> I get nothing in the error logs. 
>
> The apps run but when I go to edit them and click the save button at the 
> top of the lefthand page I  get a red communications error in the field to 
> the right of "Last saved on:"  <<< here that looks like this:
> Save file: [save disk icon] Saved file hash:  Last saved on:  toggle 
> breakpoint
>
>
> I have restarted the uwsgi and checked the logs only to see that all has 
> run cleanly.  I was getting a message that "probable another instance of 
> uWSGI is running on the same address (127.0.0.1:9) where 9 is the 
> port number assigned.
> I killed all instances and restarted the uWSGI and all is clean.
>
> However I still get an comunications error.
>
> Any ideas as to where to look for issues / configuration problems?
>
> Thank you 
>
>
>
>

-- 
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/d/optout.