In addition to enabling developer mode in Preferences>Session, add this line to your include:   vs.SetPref(412, True) #Turns off include caching   If your include includes other modules that you are modifying (for example common include libraries), you need to tell Python to reload the included modules:   import imp import externalLib imp.reload(externalLib)