dmitrey schrieb: > my Python module was changed in HDD (hardware disk drive), moreover, > changed its location (but still present in sys.path). > how can I reload a func "myfunc" from the module? (or howto reload > whole module)? > Thank you in advance, D. By using *drumroll* the reload function! diez