I have 2.3.2 with python 2.7 on Windows.

I'm importing a module from an odd location in the file system, and 
therefore doing
from gluon.custom_import import track_changes; track_changes(True) #while 
in development

sys.path.append('C:\...')   # a windows path
import mod1    #a module in the directory


It imports but the application does not pick up changes until I stop & 
restart the rocket server.  It appears to me that track_changes(True) is 
not working. I wonder if it is due to sys.path.append






-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to