web2py version 1.74.5 OS = kubuntu 9.10 x86_64 (intel linux), python =2.6.4 x64
easy_install mercurial got me mercurial ver 1.4.2 I have exported the path correctly export PYTHONPATH=/usr/local/lib/python2.6/dist-packages/ mercurial-1.4.2-py2.6-linux-x86_64.egg/mercurial:$PYTHONPATH; export PATH=$PATH:/usr/local/bin On the command line, from mercurial import cmdutil works (this is what is present in admin/controller/mercurial.py) There are no error messages even with "-v -D 0" options to w2py However, when I start web2py , the admin screen http://localhost:8000/admin/default/site#nil does not show the link to "Mercurial" Any idea why this is so? I did notice that the PDF manual mentions this is still an experimental feature I was hoping to add svn (pysvn) instead of Hg
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@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.