After having installed Pyramid and Babel in a virtual environment and
added the following to the setup.py as the documentation suggests:
setup(name="mypackage",
# ...
install_requires = [
# ...
'Babel',
],
message_extractors = { '.': [
('**.py', 'chameleon_python', None ),
('**.pt', 'chameleon_xml', None ),
]},
)
I get the following error: ValueError: Unknown extraction method
'chameleon_python'
when i try to extract the messages (command ../bin/python setup.py
extract_messages in the project directory).
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.