This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve_geo
Recipients steve_geo
Date 2009-03-09.21:46:59
SpamBayes Score 6.9459944e-08
Marked as misclassified No
Message-id <1236635230.35.0.0644981096799.issue5464@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that C:\Python26\Tools\i18n\msgfmt.py does not work with PO
files that use plural form. Get the following error.
ERROR    Traceback (most recent call last):
  File "C:\Python26\Tools\i18n\msgfmt.py", line 203, in <module>
    main()
  File "C:\Python26\Tools\i18n\msgfmt.py", line 199, in main
    make(filename, outfile)
  File "C:\Python26\Tools\i18n\msgfmt.py", line 151, in make
    l = eval(l)
  File "<string>", line 1
    _plural "%d generations"
                          ^
SyntaxError: invalid syntax
History
Date User Action Args
2009-03-09 21:47:10steve_geosetrecipients: + steve_geo
2009-03-09 21:47:10steve_geosetmessageid: <1236635230.35.0.0644981096799.issue5464@psf.upfronthosting.co.za>
2009-03-09 21:47:03steve_geolinkissue5464 messages
2009-03-09 21:47:03steve_geocreate