[Pydev-users] Remote interpreter

2011-09-06 Thread Fenn Bailey
Hey all,

I was wondering if there's a simple way to set up a remote python
interpreter for PyDev? (much like the remote debugger)

This would be particularly useful, for example, when developing on OSX with
your actual application environment on a Linux VM (quite a common practice).

The main driver for this is having useful autocomplete/syntax debugging for
external modules - certain binary python modules are notoriously difficult
to get working on OSX and involve a lot of yak-shaving, which is
particularly cumbersome when all you're just trying to remove many erroneous
red import errors in PyDev.

I've had a look at pycompletion.py and pycompletionserver.py and they look
capable of handling a remote server aside from having suitably configurable
parameters (like host, path translation, etc).

Thoughts?

  Fenn.
--
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


Re: [Pydev-users] Remote Interpreter

2008-07-09 Thread Fabio Zadrozny
Hi Heston,

 I do the main bulk of my development on a windows machine running eclipse
 and pydev, however, for a recent project the deployment platform is a debian
 based system. On the system we use several modules which are not available
 on the win32 platform however I would really love to take advantage of the
 debugging and testing elements built into pydev.

 Is it possible to configure an interpreter over a network? So I can
 effectively run the code on a remote interpreter?

Well, you can run your interpreter in the remote machine and use the
remote debugger for debugging, but I usually find it easier to use
something as NX ( http://www.nomachine.com/ ) and start an Eclipse
instance on the target machine through it (and configure everything as
if it was local) as Eclipse+Pydev can also run on linux.

Cheers,

Fabio

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] Remote Interpreter

2008-07-07 Thread Heston James - Cold Beans
Good afternoon guys,

 

I do the main bulk of my development on a windows machine running eclipse
and pydev, however, for a recent project the deployment platform is a debian
based system. On the system we use several modules which are not available
on the win32 platform however I would really love to take advantage of the
debugging and testing elements built into pydev.

 

Is it possible to configure an interpreter over a network? So I can
effectively run the code on a remote interpreter?

 

Many thanks guys,

 

Heston

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users