I’m trying to get pygame working with portable python 3.2.1.1 running off a USB stick, but when I use the following code:
import pygame, sys
It says:
ImportError: No module named pygame
My understanding was that pygame came embedded in portable python. Can anyone help?
Pygame does not come embeded in portable python 3.2.
Tho it comes in the 2.7 version.
Sources:
http://portablepython.com/wiki/PortablePython3.2.1.1 – 3.2 (No pygame here!)
http://portablepython.com/wiki/PortablePython2.7.3.1 – 2.7 (Pygame embeded!)