Skip to content

_ast.astlist.__add__ leads to Java exception #356

Description

@lolive

I pip-installed chameleon with Jython 2.7.4.
The version chosen by pip was 3.10.2.
I created this sample python file:

from chameleon import PageTemplate

template = PageTemplate("<div>Hello, ${name}.</div>")
result = template(name="John")
print(result)

But I get this error:

image

Is it something I should report to the Chameleon team?
Or is it a bug related to Jython itself?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions