> 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 [EMAIL PROTECTED] > 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 ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
