[web2py] Re: New web2py version - Bug Plugins (SOLVED)

2020-05-04 Thread Rodrigo Attique
Solved in: 3f2b1fe 


Em sábado, 2 de maio de 2020 11:31:42 UTC-3, Rodrigo Attique escreveu:
>
> Helo, I testing a new web2py version and when I try access the Download 
> Repository Plugins on plugins (admin) the ticket is generate.
>
> [image: bug report.JPG]
>
> [image: bug report.JPG]
>
>
>
> How I report this bug?
>

-- 
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/8256e593-acc3-4cf0-a8db-eab0b13be3c8%40googlegroups.com.


[web2py] Re: New web2py version - Bug Plugins

2020-05-04 Thread Rodrigo Attique
I open a ticket on github
https://github.com/web2py/web2py/issues/2317

Em sábado, 2 de maio de 2020 11:31:42 UTC-3, Rodrigo Attique escreveu:
>
> Helo, I testing a new web2py version and when I try access the Download 
> Repository Plugins on plugins (admin) the ticket is generate.
>
> [image: bug report.JPG]
>
> [image: bug report.JPG]
>
>
>
> How I report this bug?
>

-- 
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/d1d12aac-a109-48d5-bdf4-dae407f91078%40googlegroups.com.


[web2py] Re: new web2py version

2011-04-22 Thread szimszon


  File 
/home/szimszon/fejlesztes/sajat/web2py/applications/mailadmin/models/menu.py 
http://localhost:8000/admin/default/edit/mailadmin/models/menu.py, line 9, in 
module
( T( 'Új domain' ), URL( 'default', 'domain' ).xml() == URL().xml(), URL( 
'default', 'domain' ), [] ),
AttributeError: 'str' object has no attribute 'xml'


URL( 'default', 'domain' ).xml() -- AttributeError: 'str' object has no 
attribute 'xml'



[web2py] Re: new web2py version

2011-04-22 Thread villas
I think I read somewhere that the URL xml() method was being withdrawn/
cancelled. I think I fixed my menu.py by simply copying a replacement
line from the latest welcome/models/menu.py


On Apr 22, 11:28 am, szimszon szims...@gmail.com wrote:
   File 
 /home/szimszon/fejlesztes/sajat/web2py/applications/mailadmin/models/menu.py
  http://localhost:8000/admin/default/edit/mailadmin/models/menu.py, line 9, 
 in module
     ( T( 'Új domain' ), URL( 'default', 'domain' ).xml() == URL().xml(), URL( 
 'default', 'domain' ), [] ),
 AttributeError: 'str' object has no attribute 'xml'

 URL( 'default', 'domain' ).xml() -- AttributeError: 'str' object has no 
 attribute 'xml'


[web2py] Re: new web2py version

2011-04-22 Thread szimszon
Okay. No problem. I mentioned just because the default app. had that code 
too :-o


Re: [web2py] Re: new web2py version

2011-04-22 Thread Tito Garrido
I've updated again today and got:


Traceback (most recent call last):

  File /Users/titogarrido/Documents/Projetos/web2py/gluon/restricted.py,
line 181, in restricted

exec ccode in environment

  File 
/Users/titogarrido/Documents/Projetos/web2py/applications/loja_controle/controllers/appadmin.py
http://127.0.0.1:8000/admin/default/edit/loja_controle/controllers/appadmin.py,
line 10, in module

import copy

  File /Users/titogarrido/Documents/Projetos/web2py/gluon/custom_import.py,
line 72, in _web2py__import__

locals, fromlist, level)

  File /Users/titogarrido/Documents/Projetos/web2py/gluon/custom_import.py,
line 48, in _web2py__import__dot

result = result or new_mod.__dict__[name]
KeyError: 'copy'


On Fri, Apr 22, 2011 at 9:44 AM, szimszon szims...@gmail.com wrote:

 Okay. No problem. I mentioned just because the default app. had that code
 too :-o




-- 

Linux User #387870
.
 _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:___


[web2py] Re: new web2py version

2011-04-22 Thread pierreth
Hello,

Can you try this patch on the nightly build and tell me if things are
now working?

http://pastebin.com/3wjuD6vA

---
Pierre


[web2py] Re: new web2py version

2011-04-21 Thread ron_m
I ran my application and did not see any problems. I am over a PostgreSQL 
database. I likely did not exercise any new features, I have not touched the 
code in a week or more - working on other things right now.


Re: [web2py] Re: new web2py version

2011-04-21 Thread Tito Garrido
This is what I get when I try to conect to a mysql database:


Traceback (most recent call last):

  File /Users/titogarrido/Documents/Projetos/web2py/gluon/restricted.py,
line 181, in restricted

exec ccode in environment

  File 
/Users/titogarrido/Documents/Projetos/web2py/applications/bidsite/controllers/appadmin.py
http://127.0.0.1:8000/admin/default/edit/bidsite/controllers/appadmin.py,
line 11, in module

import gluon.contenttype

  File /Users/titogarrido/Documents/Projetos/web2py/gluon/custom_import.py,
line 70, in _web2py__import__

locals, fromlist, level)

  File /Users/titogarrido/Documents/Projetos/web2py/gluon/custom_import.py,
line 46, in _web2py__import__dot

result = result or new_mod.__dict__[name]
KeyError: 'gluon'


On Thu, Apr 21, 2011 at 8:40 PM, ron_m ron.mco...@gmail.com wrote:

 I ran my application and did not see any problems. I am over a PostgreSQL
 database. I likely did not exercise any new features, I have not touched the
 code in a week or more - working on other things right now.




-- 

Linux User #387870
.
 _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:___


Re: [web2py] Re: new web2py version

2011-04-21 Thread Tito Garrido
In fact it's happening with SQLite too when I try to open the database
administrator.

On Thu, Apr 21, 2011 at 8:59 PM, Tito Garrido titogarr...@gmail.com wrote:

 This is what I get when I try to conect to a mysql database:


 Traceback (most recent call last):


   File /Users/titogarrido/Documents/Projetos/web2py/gluon/restricted.py, 
 line 181, in restricted


 exec ccode in environment


   File 
 /Users/titogarrido/Documents/Projetos/web2py/applications/bidsite/controllers/appadmin.py
  http://127.0.0.1:8000/admin/default/edit/bidsite/controllers/appadmin.py, 
 line 11, in module


 import gluon.contenttype


   File /Users/titogarrido/Documents/Projetos/web2py/gluon/custom_import.py, 
 line 70, in _web2py__import__


 locals, fromlist, level)


   File /Users/titogarrido/Documents/Projetos/web2py/gluon/custom_import.py, 
 line 46, in _web2py__import__dot


 result = result or new_mod.__dict__[name]

 KeyError: 'gluon'


 On Thu, Apr 21, 2011 at 8:40 PM, ron_m ron.mco...@gmail.com wrote:

 I ran my application and did not see any problems. I am over a PostgreSQL
 database. I likely did not exercise any new features, I have not touched the
 code in a week or more - working on other things right now.




 --

 Linux User #387870
 .
  _/_õ|__|
 ..º[ .-.___.-._| . . . .
 .__( o)__( o).:___




-- 

Linux User #387870
.
 _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:___


Re: [web2py] Re: new web2py version

2011-04-21 Thread Bruno Rocha
I got the same error when trying to access the appadmin controller


Traceback (most recent call last):

  File /home/rochacbruno/Dropbox/cursodepython/web2py/gluon/restricted.py,
line 181, in restricted

exec ccode in environment

  File 
/home/rochacbruno/Dropbox/cursodepython/web2py/applications/init/controllers/appadmin.py
http://127.0.0.1:8000/admin/edit/init/controllers/appadmin.py, line
11, in module

import gluon.contenttype

  File /home/rochacbruno/Dropbox/cursodepython/web2py/gluon/custom_import.py,
line 70, in _web2py__import__

locals, fromlist, level)

  File /home/rochacbruno/Dropbox/cursodepython/web2py/gluon/custom_import.py,
line 46, in _web2py__import__dot

result = result or new_mod.__dict__[name]
KeyError: 'gluon'

--

Bruno Rocha
[ About me: http://zerp.ly/rochacbruno ]


[web2py] Re: new web2py version

2011-04-20 Thread Rafael Sales
Please check my post: 
http://groups.google.com/group/web2py/browse_thread/thread/21357d1dc85cbeed
It can be a bug. :)

On 21 abr, 00:29, Massimo Di Pierro massimo.dipie...@gmail.com
wrote:
 Please help me check the nightly build from the web2py download page.
 I would like to release a new stable version next week so that we can
 move to new features.

 Massimo


[web2py] Re: new web2py version

2011-04-20 Thread Massimo Di Pierro
Your traceback seems to indicate an earlier web2py version. I believe
the new version does not have that problem. Please give it a try.
If the problem persists please open an issue on google code and report
the model, the action and the traceback.
Thank you Rafael.

Massimo

On Apr 20, 10:31 pm, Rafael Sales rafael...@gmail.com wrote:
 Please check my 
 post:http://groups.google.com/group/web2py/browse_thread/thread/21357d1dc8...
 It can be a bug. :)

 On 21 abr, 00:29, Massimo Di Pierro massimo.dipie...@gmail.com
 wrote:







  Please help me check the nightly build from the web2py download page.
  I would like to release a new stable version next week so that we can
  move to new features.

  Massimo