Hi,
On Thu, Jul 23, 2015 at 7:07 PM, Andreas Tille <[email protected]> wrote:
>
>
> On Thu, Jul 23, 2015 at 06:45:22PM +0530, Akshita Jha wrote:
> >
> > .
> > raise Exception('Unhandled node type %r' % type(node))
> > Exception: Unhandled node type <class '_ast.NameConstant'>
> >
> > Similar errors shown in [0].
> >
> > To rectify this error:
>
> > - Applied patch [2] and [3] to the
> > /usr/local/lib/python3.4/dist-packages/genshi/template/astutil.py and
> > /usr/local/lib/python3.4/dist-packages/genshi/template/eval.py files.
>
> These patches do not apply. What genshi version are you using? I'm
> using:
>
> $ apt-cache policy python3-genshi
> python3-genshi:
> Installed: 0.7-3
> Candidate: 0.7-3
> Version table:
> *** 0.7-3 0
> 501 http://httpredir.debian.org/debian/ testing/main amd64
Packages
> 50 http://httpredir.debian.org/debian/ unstable/main amd64
Packages
> 100 /var/lib/dpkg/status
>
> and I did not faced any error. So may be you are using stable with an
> older version of Genshi and we just need to create a backport? If this
> is the case I'd immediately upload a backport.
>
Genshi version seems to be the same.
$ apt-cache policy python3-genshi
python3-genshi:
Installed: 0.7-3
Candidate: 0.7-3
Version table:
*** 0.7-3 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
I'm using Ubuntu trusty release 14.04.
Regards,
Akshita
> > > > [0] http://genshi.edgewall.org/ticket/582
> > [1] http://genshi.edgewall.org/changeset/1248
> > [2] http://genshi.edgewall.org/changeset/1249
> > [3] http://genshi.edgewall.org/changeset/1250