Forum Archive

Windows version of scene module?

misha_turnbull

I know this isn't exactly a Pythonista question, but I thought this might be the best place to ask.

Have any of you found a module for Windows that has the same basic functionality as the scene module? I'm looking to do some basic GUI programming, and I've only found Tkinter and easygui, but neither of these seem to do what I was hoping for. Any input would be welcome! Thanks

dgelessus

There's the Pygame library, which runs on Windows, OSX and most Linuxes and is the Python 2D graphics framework. Pygame of course has a different interface than Pythonista's scene module, however someone has written a replacement for scene that uses Pygame for graphics. I can't find a link to that module right now though, it doesn't seem to be on Pythonista-Tools...

JonB

https://github.com/Vik2015/pythonista-pc/