Re: [Shinken-devel] Build fails with Python 2.4

2011-02-03 Thread Hartmut Goebel
Am 03.02.2011 23:29, schrieb Gerhard Lausser: > Grégory, is it ok to write "from filexy" instead of "from .filexy"? It runs > now with 2.4 but maybe it breaks something you planned but have not > implemented yet. Best would be zu use "shinken.filexy". Then you are on the save side (well, German pro

Re: [Shinken-devel] Build fails with Python 2.4

2011-02-03 Thread Gerhard Lausser
> Let take this as a bug. What if we remove the . ? Then it works. Grégory, is it ok to write "from filexy" instead of "from .filexy"? It runs now with 2.4 but maybe it breaks something you planned but have not implemented yet. Gerhard __ Hinweis von ESET NOD32 Antivirus, Signaturdate

Re: [Shinken-devel] Build fails with Python 2.4

2011-02-03 Thread nap
On Thu, Feb 3, 2011 at 8:51 PM, Gerhard Lausser wrote: > Hi, > > i can't launch Shinken anymore with a Python2.4 (still the default under > CentOS 5.*) > > Traceback (most recent call last): > File > "/opt/python-2.4.6/lib/python2.4/site-packages/nose-1.0.0-py2.4.egg/nose/l > oader.py", line 389,

[Shinken-devel] Build fails with Python 2.4

2011-02-03 Thread Gerhard Lausser
Hi, i can't launch Shinken anymore with a Python2.4 (still the default under CentOS 5.*) Traceback (most recent call last): File "/opt/python-2.4.6/lib/python2.4/site-packages/nose-1.0.0-py2.4.egg/nose/l oader.py", line 389, in loadTestsFromName module = self.importer.importFromPath( File