We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[2012-07-13 14:52:39,019] [MainThread] Failed to import module: openvpn. Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/diamond/server.py", line 156, in load_collectors mod = import(modname, globals(), locals(), ['*']) File "/usr/share/diamond/collectors/openvpn/openvpn.py", line 89 with open(filename, 'r') as fd: ^ SyntaxError: invalid syntax
i have default python running: Python 2.4.3 (#1, Jun 18 2012, 08:55:23) [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
The text was updated successfully, but these errors were encountered:
863c323
That should do the trick!
Sorry, something went wrong.
No branches or pull requests
[2012-07-13 14:52:39,019] [MainThread] Failed to import module: openvpn. Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/diamond/server.py", line 156, in load_collectors
mod = import(modname, globals(), locals(), ['*'])
File "/usr/share/diamond/collectors/openvpn/openvpn.py", line 89
with open(filename, 'r') as fd:
^
SyntaxError: invalid syntax
i have default python running:
Python 2.4.3 (#1, Jun 18 2012, 08:55:23)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
The text was updated successfully, but these errors were encountered: