On Mon, Dec 12, 2011 at 11:41 AM, Rob wrote: >>This is now fixed in the mercurial repository with the new define, >>commands and document gdb commands. >>Please find attached the corresponding tarball. > > > Great, thanks for this. > > I am having some problems getting it to run from via the 'pyclewn' script > > > vim CRITICAL > Exception in pyclewn: > > <class 'clewn.ClewnError'> > "pyclewn.vim version does not match pyclewn's: > pyclewn version: "pyclewn-1.7.py2" > pyclewn.vim version: "pyclewn-__tag__"" > source line: "% (pyclewn_version, version))" > at /usr/local/lib64/python2.6/site-packages/clewn/vim.py:381 > > > I get the same with both your tarball and mercurial python2: > clewn/__version__.py > # this file is autogenerated by version-hook.py > tag = "1.7.py2" > changeset = "8c77e1c5a9cd"
The above ClewnError exception reports that pyclewn.vim version is "pyclewn-__tag__" which means that pyclewn was installed from the source, but not installed properly. When installing from source you must follow all the steps described in http://pyclewn.sourceforge.net/mercurial.html: * setup the version hook in .hg/hgrc (needed only the first time) $ hg update python2 $ python setup.py sdist And use the tarball built in the ./dist directory for the installation. I cannot reproduce this problem when using the tarball I have sent you. What commands are you using to install from this tarball ? -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
