nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

Error running fl-monitor-ctl #55

Closed kmielke closed 12 years ago

kmielke commented 12 years ago

Hi all,

i want to run the funkload monitoring server on a CentOS 5.8 System. I installed the funkload minimum as described in the documentation. Whe i start the Server i get the following error.

fl-monitor-ctl monitor.conf start

Traceback (most recent call last): File "/usr/bin/fl-monitor-ctl", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 318, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 2221, in load_entry_point return ep.load() File "/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py", line 1954, in load entry = import(self.module_name, globals(),globals(), ['name']) File "build/bdist.linux-x86_64/egg/funkload/Monitor.py", line 27, in ? File "/usr/lib/python2.4/site-packages/funkload-1.16.1-py2.4.egg/funkload/MonitorPlugins.py", line 28 class MonitorPlugins(): ^ SyntaxError: invalid syntax

I have no idear what to do. ;)

Thx

bdelbosc commented 12 years ago

Hi, could you install python 2.5 this version of python is required since FunkLoad 1.14.0 (http://funkload.nuxeo.org/installation.html#required-packages)