thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Enhancement request: add option to auto-initialize remote engine. #393

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Could we please get a configuration option to always reinitialize the 
interpreter / remote engine at the start of every run.

Ordinarily, I'd like this code to fail because math is not defined 

print (math.sqrt(10))     

But if the student has run some other script that did import math, (or 
previously had the "import math" line here, but now has deleted it), this 
now-buggy script continues to work.   

Original issue reported on code.google.com by cspwc...@gmail.com on 18 Aug 2010 at 4:02

GoogleCodeExporter commented 9 years ago
Already present in version 2.0

Original comment by pyscripter on 18 Aug 2010 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 2:59