Re: None module reference

2005-05-23 Thread Peter Hansen
Stefan Seefeld wrote: > In a python module of mine I import system modules > ('sys', say) and then use them from within some functions. > > However, during program termination I'm calling > one such function and the module reference ('sys') > is 'None' ! Are you running any daemon threads? This

Re: None module reference

2005-05-21 Thread Kay Schluehr
Stefan Seefeld wrote: > hello, > > I'v run into a bug that I find hard to understand: > > In a python module of mine I import system modules > ('sys', say) and then use them from within some functions. > > However, during program termination I'm calling > one such function and the module reference

None module reference

2005-05-21 Thread Stefan Seefeld
hello, I'v run into a bug that I find hard to understand: In a python module of mine I import system modules ('sys', say) and then use them from within some functions. However, during program termination I'm calling one such function and the module reference ('sys') is 'None' ! What does that m