On 9/29/2010 6:13 PM, Itamar O wrote:
Any idea why I'm getting this?
c:\...\trac-0.12-stable>python setup.py update_catalog_js -l he
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'update_catalog_js'
(I have Babel-0.9.5 installed)
But for the same python than the one you're using above?
How does the following work for you?
> python
>>> import babel
>>> from trac.util.dist import get_l10n_js_cmdclass
>>> get_l10n_js_cmdclass()
{'extract_messages_js': <class babel.messages.frontend.extract_messages
at 0x03148C30>, ...
-- Christian
--
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en.