Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on edda 0.7.0 #1

Open
MaximF opened this issue Sep 19, 2012 · 1 comment
Open

Issue on edda 0.7.0 #1

MaximF opened this issue Sep 19, 2012 · 1 comment

Comments

@MaximF
Copy link

MaximF commented Sep 19, 2012

RHEL 6.3
Installed using command "easy_install edda".

Any attempts to run edda with any parameters and even on demo logs returns error message:

Traceback (most recent call last):
File "/usr/bin/edda", line 5, in
pkg_resources.run_script('edda==0.7.0', 'edda')
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 461, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1194, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/lib/python2.6/site-packages/edda-0.7.0-py2.6.egg/EGG-INFO/scripts/edda", line 6, in
run_edda.main()
File "/usr/lib/python2.6/site-packages/edda-0.7.0-py2.6.egg/edda/run_edda.py", line 185, in main
print "\nCurrently parsing log-file: {}".format(arg)
ValueError: zero length field name in format

Any suggestions how to fix it?

@kchodorow
Copy link
Owner

Edda is using syntax that is only supported in Python 2.7+. We should probably fix it to support older versions, but in the meantime, is there any way you can use a more recent version of Python?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants