pygame not working with portable python

后端 未结 2 810

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

2条回答
  •  离开以前
    2021-01-23 07:04

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

提交回复
热议问题