On Fri, Apr 30, 2010 at 9:01 PM, Ben Sunshine-Hill <snef...@gmail.com> wrote:
> I'm concurrently developing a python application and a C++ extension
> which it uses. This is working well, except for one issue: pydev seems
> to run a python.exe in the background (presumably to parse the code
> for completion and analysis), which from time to time loads the .pyd
> (since it's in the external libraries path). Since Python keeps the
> module loaded, I can't recompile the .pyd without either exiting
> Eclipse completely, or at least force-killing the python.exe process,
> which I get the feeling is making Pydev unhappy. Is there any more
> elegant way to get pydev to relinquish this lock? I'm willing to
> forego any sort of analysis on that module, though I'd rather not have
> to disable analysis entirely.

Ctrl+2+kill should kill all the shells it's running (so, you have to
call that before doing your compilation).

Cheers,

Fabio

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to