Recently upgraded to Spyder 5.1.5. Struck an issue where using subprocess.POPEN() The new module I attempt to run via POPEN does not seem to get a version of PYTHONPATH. It therefore cannot import any modules I have stored in my common_code directory and aborts.
This POPEN call worked in Spyder 4, and still works when run running normally outside of Spyder. Do I need to manually add the PYTHONPATH variable to the env and pass that in the call to POPEN? Seems like this would be an inelegant method.. The environment passed to POPEN seems to have a SPY_PYTHONPATH variable. Not sure how that is used by the target. thanks Mark -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/ea1b0bc8-7c09-4fbe-bbab-c26a8e7a5faan%40googlegroups.com.
