tags:

views:

20

answers:

1

Is it possible to use Eclipse with Pydev without having rights to run programs in cmd? If so, how to do that?

(I plan to teach Python in my school but the studens do not have rights to run programs in cmd.)

\Hokan

+1  A: 

maybe you can use jython to teach python.

jython runs on the jvm and if eclipse can used it is possible that jython can used too

Blauohr
In fact, PyDev include Jython as part of its installation.
Craig Trader