Hey guys,

Sorry, I think we got sidetracked.  My point really was: is this the
best way to do version information?  Could it be improved?  We should
discuss it.  I know as programmers we *love* suggesting solutions to
problems, but i'm not sure this is a problem so much as a design
choice.

On Apr 4, 4:14 pm, "Richard Jones" <[EMAIL PROTECTED]> wrote:
> OK, here's one with no "random dependencies":
>
>
>
> >>> import pyglet
> >>> from distutils.version import LooseVersion
> >>> LooseVersion(pyglet.version) < LooseVersion('1.1')
> False
> >>> LooseVersion(pyglet.version) < LooseVersion('1.2')
> True
>
>      Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" 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/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to