etsy / logster

Parse log files, generate metrics for Graphite and Ganglia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error while running logster

ankitag2010 opened this issue · comments

File "/usr/sbin/logster", line 58, in
from logster.logster_helper import LogsterParsingException, LockingError
ImportError: No module named logster.logster_helper

Please help

Thanks
Ankit Agarwal

Can you give some details how you installed logster and what OS/python version you're running?

Used this link to install logster - https://gist.github.com/3502534

CentOS release 6.3 (Final)
Python 2.6.6

On Mon, Dec 3, 2012 at 3:53 AM, Daniel Schauenberg <notifications@github.com

wrote:

Can you give some details how you installed logster and what OS/python
version you're running?


Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-10936311.

Regards,

Ankit Agarwal
Ph-9591788686

You could run this instead:

sudo python setup.py install

yeah since it's a proper package now, try installing it via the setup.py route.

closing this, please reopen if the issue isn't solved.