Re: reload python modules

2014-09-01 Thread Cesar Saez
I've been doing this for years without issues, but use at your own risk ;)

http://www.cesarsaez.me/2013/10/hard_reload.html


Re: reload python modules

2014-09-01 Thread Thomas Volkmann
Wyy too simple! Isn't there something more sophisticated?

Works great, thanks! :)


> Oscar Juarez  hat am 1. September 2014 um 16:06
> geschrieben:
> 
>  I've reload simple modules, simply with python's reload() function
> 
> 
> 
> 
>  On Mon, Sep 1, 2014 at 3:58 PM, Thomas Volkmann   > wrote:
>> >Hi,
> > 
> >is it possible to reload/refresh external python modules without
> > restarting si? I remember reading something about it some time ago, but I
> > can't find it right now.
> > 
> >thanks,
> >Thomas
> >  > 



Re: reload python modules

2014-09-01 Thread Oscar Juarez
I've reload simple modules, simply with python's reload() function




On Mon, Sep 1, 2014 at 3:58 PM, Thomas Volkmann 
wrote:

>   Hi,
>
>  is it possible to reload/refresh external python modules without
> restarting si? I remember reading something about it some time ago, but I
> can't find it right now.
>
>  thanks,
>  Thomas
>


reload python modules

2014-09-01 Thread Thomas Volkmann
Hi,

is it possible to reload/refresh external python modules without restarting si?
I remember reading something about it some time ago, but I can't find it right
now.

thanks,
Thomas