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?