Re: Re: PyDS as a service
Rudy Schockaert <[email protected]> Mon, 29 Mar 2004 22:39:39 +0200
| Newsgroups | gmane.comp.pythin.pyds.devel |
|---|---|
| Message-ID | <[email protected]> |
These errors had nothing to do with it, but since there is no timestamp in the logfile and it was the only error I saw I assumed it had to come from the failing service But if you think about it, if PyDS couldn't find out where its HOME folder was, how could it write in the errorlog located in that folder ;-) Thanks for the support > > >>This is what I get in \PyDS\.PyDS\log\errors: >> >> >[...] > > >> File "C:\Python23\lib\site-packages\PyDS\EventsTool.py", line 102, >> >> >in > > >>getPref >> return getattr(self.prefs[0], pref, '') >>AttributeError: EventsTool instance has no attribute 'prefs' >> >> > >Hmmm. A rather weird one - looks like PyDS wanted to log an error before >it was actually initialized. This might be due to the fact of PyDS not >initializing correctly because of missing environment settings. > >bye, Georg > > > > >