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.
Thanks, Ben ------------------------------------------------------------------------------ _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users