[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] How to set up PyGame with Eclipse (PyDev plug-in)?



Hello there,

My system configuration is:

(1) OS X Leopard

(2) Eclipse 3.3.1 Europa

(3) Python 2.5

(4) PyGame 1.8.0rc3  (http://rene.f0o.com/~rene/stuff/macosx/)

(5) PyDev 1.3.13 (Eclipse plug-in)

Inside Eclipse's Preferences pane under: PyDev / Python-Interpreter / System PYTHONPATH, I have the included the following libraries:

pygame, Numeric, Py2App, etc

I am able to write Python apps using PyGame from the command line and I am also able to run them from within Eclipse.

The problem I am experiencing is that if I write something as trivial as this:

import sys, pygame
pygame.init()

Eclipse places a curly red line underneath init() and states this in the Problems view:

"Undefined variable from import: init"

Does anyone on this mailing list use Eclipse's PyDev plug-in to help write their prospective Python / PyGame apps?

Happy programming,

Unnsse