It is a problem with an incompatible mercurial library. Please edit

applications/admin/controllers/mercurial.py

and replace

uio = ui.ui(debug=True,verbose=True)

with

uio = ui.ui()

sorry about this. It will be fixed in the next version.

On Aug 17, 6:20 am, Ahmed Soliman <ah...@farghal.com> wrote:
> Hello All,
>
> An exception is thrown when I try to access the 'versioning' link in the
> menu (ticket actually), I'm using Python 2.6 (in 2.5 I don't see the
> versioning link at all)
>
> > Traceback (most recent call last):
> >   File "/home/asoliman/workspace/cat/web2py-updated/gluon/restricted.py", 
> > line 178, in restricted
>
> >   File 
> > "/home/asoliman/workspace/cat/web2py/applications/admin/controllers/mercurial.py"
> >  <http://127.0.0.1:8000/admin/default/edit/admin/controllers/mercurial.py>, 
> > line 29, in <module>
>
> >   File "/home/asoliman/workspace/cat/web2py-updated/gluon/globals.py", line 
> > 101, in <lambda>
>
> >   File 
> > "/home/asoliman/workspace/cat/web2py/applications/admin/controllers/mercurial.py"
> >  <http://127.0.0.1:8000/admin/default/edit/admin/controllers/mercurial.py>, 
> > line 6, in commit
>
> >     uio = ui.ui(debug=True,verbose=True)
> > TypeError: __init__() got an unexpected keyword argument 'debug'
>
> Ahmed Soliman
> Software Engineer
> B-Virtual Team.
>
> Thebe Technology. Egypt - Belgium
> 16 Nehro St. Heliopolis. Cairo
> Egypt.
>
> http://www.b-virtual.orghttp://www.thebetechnology.com
>
> GPG ID: 0xAEEE5042
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to