1 | initial version |
Sage installs it's own version of Python and many other mathematics packages independent of the host operating system. You would need to install pyglet in this environment. You can do this with
sage: !easy_install pyglet
on the Sage ipython prompt.
This was also answered here.
2 | No.2 Revision |
Sage installs it's its own version of Python and many other mathematics packages independent of the host operating system. You would need to install pyglet in this environment. You can do this with
sage: !easy_install pyglet
on the Sage ipython prompt.
This was also answered here.