Re: [Pydev-code] Introduction to PyDev list
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2008-12-05 01:30:06
|
> For maemo applications, we need to run commands on Scratchbox, using the > command "/scratchbox/login <command>". In addiction, we can execute this > command also on a remote environment throught ssh (ssh user@X.X.X.X > python2.5 ...) Given that, how are you planning to make Pydev run that interpreter from within eclipse? Don't you feel it's easier to create an executable that runs things as if it was a local version of python.exe and gathers things from the actual remote interpreter? (making a custom interpreter won't actually solve the problem of how to execute things remotely... the execution part is pretty much separated from the interpreter configuration -- not that it can't be done, but I'm not sure it's worth it). Cheers, Fabio |