Trong cài đặt python-virtualenv
, vì câu hỏi này cho biết tôi nên sử dụng virtualenv để cài đặt pygame. Tuy nhiên, tôi không thực sự chắc chắn làm thế nào hoàn thành.
Những gì tôi đã làm (làm theo các hướng dẫn sau ):
virtualenv --no-site-packages --distribute -p /usr/bin/python3.3 ~/.virtualenvs/pywork3 --no-pip
Và rồi tôi không biết đi đâu.
Làm cách nào để cài đặt pygame được sử dụng trong virtualenv?
Chỉnh sửa: Tôi đã làm theo hướng dẫn của GuySoft và mọi thứ được cài đặt tuyệt vời. Tuy nhiên, khi tôi thử import pygame
trong python3, tôi đã gặp lỗi sau:
>>> import pygame
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/alden/.virtualenvs/pywork3/lib/python3.3/site-packages/pygame/__init__.py", line 95, in <module>
from pygame.base import *
ImportError: /home/alden/.virtualenvs/pywork3/lib/python3.3/site-packages/pygame/base.cpython-33m.so: undefined symbol: PyCObject_Check
src/pygame.h:75:20: fatal error: Python.h: No such file or directory
Bạn có thể cần các tệp phát triển Python.