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
I
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!)