I'll just note that my other questions still stand. Is it possible to start 
a Pyglet window within Tkinter or vice versa? And does anyone know if 
matplotlib inline plotting with Pyglet is possible? 

Turns out the example I found on matplotlib is actually for plotting 
matplotlib inline was someone getting an inline error with the following 
response:

In [1]: %pylab inlineUsageError: Invalid GUI request u'inline', valid ones 
are:[None, 'osx', 'qt4', 'glut',   'gtk3', 'pyglet', 'wx', 'none', 'qt', 'gtk', 
'tk']

So I assumed it is possible for pyglet, but have not seen an example or 
documentation yet. 

On Sunday, October 5, 2014 9:41:04 AM UTC-4, Vim wrote:
>
> I have interest in using the following libraries with Pyglet:
>
> matplotlib - Plotting data produced during simulation
>
> Tkinter - Editing drop-down menus
>
> Kytten - Nicer widgets (buttons, text boxes, etc.)
>
>
> I would like to do all of these things *within* a pyglet window if 
> possible. Is this possible? I've only found that this can be done with 
> matplotlib via stack overflow so far.
>
> As for Tkinter and Kytten, if there are better ways to do these things via 
> Pyglet or other libraries, I'd be happy to learn about them. I am a bit 
> reluctant to use kytten, as it hasn't had a commit in over 3 years... I 
> suppose Cocos2d for python may be another alternative if it can play nicely 
> with Pyglet.
>
> Thanks!
>

-- 
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 pyglet-users+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to