Hey Benjamin, It works on python2, but it doesn't find my Wacom tablet.
Python 2.7.12 (default, Jun 28 2016, 08:31:05) [GCC 6.1.1 20160602] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pyglet >>> window = pyglet.window.Window() >>> tablets = pyglet.input.get_tablets() >>> tablets [] >>> On Saturday, 30 July 2016 00:45:15 UTC+9, Benjamin Moran wrote: > > It looks like you might have hit a bug in the crowd bindings, probably due > to the new Python 2/3 dual compatible codebase. > > Could you try running it again with Python2, and see if it works? If so, > it should be easily fixable for Python 3. Let me know how it goes. > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
