<div dir="ltr">Hi;<div>I am having an issue in Python 27 in the OSGEO4W64 folder where module thread is now _thread so I keep getting the error no module named thread. Using some google info I created a python script for in the Lib folder to add an alias to _thread as thread.<br><br><div>from _thread import *</div><div>__all__ = ("error", "LockType", "start_new_thread", "interrupt_main", "exit", "allocate_lock", "get_ident", "stack_size", "acquire", "release", "locked")</div></div><div><br></div><div>But OSGeo doesn't seem to like this and keeps deleting it.</div><div>Anyway around this?</div><div>Thanks;</div><div>Tyler</div></div>