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 _doublep
Recipients _doublep, loewis, pyscripter
Date 2008-02-28.23:19:49
SpamBayes Score 0.20857182
Marked as misclassified No
Message-id <1204240789.99.0.855338249333.issue2199@psf.upfronthosting.co.za>
In-reply-to
Content
Using slightly modified PyGObject (so that it gives more useful error
message in pyg_enum_new) and adding 'raise' in the end of attached
example, I got this:

<enum GTK_RC_TOKEN_LOWEST of type GtkRcTokenType> <class
'gtk._gtk.RcTokenType'>
Traceback (most recent call last):
  File "<stdin>", line 5, in <module>
ValueError: value out of range (294 not in 0..40)

Not sure what it means yet...
History
Date User Action Args
2008-02-28 23:19:50_doublepsetspambayes_score: 0.208572 -> 0.20857182
recipients: + _doublep, loewis, pyscripter
2008-02-28 23:19:50_doublepsetspambayes_score: 0.208572 -> 0.208572
messageid: <1204240789.99.0.855338249333.issue2199@psf.upfronthosting.co.za>
2008-02-28 23:19:49_doubleplinkissue2199 messages
2008-02-28 23:19:49_doublepcreate