I&#39;m trying to use Eric4 for python debugging in Linux<br><br>I&#39;m having a problem with imported modules.&nbsp; These modules are found somewhere in our system&#39;s path variables (not sure where).&nbsp; The project I&#39;m trying to debug works fine when run from the command line (and when debugged under pdb), but Eric4 apparently doesn&#39;t pick up the environment from the shell in which it was started, so an error is thrown when attempting to import certain modules.<br>
<br>I&#39;m used to working on Visual Studio, so my first instinct was to just copy the information from the path variables into the the path variable in the Eric4 project.&nbsp; I can&#39;t figure out how to do this.&nbsp; Is there a way to get Eric4 to either pick up the environment variables from the shell or to transfer the path information so that Eric4 can use it?<br>
<br>Using Eric4 v4.2.3 (r2620) on KDE 7.<br><br><br>Thank you.<br>