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

pkg_resources.resource_filename doesn't find demos properly #20

Closed tallowen closed 13 years ago

tallowen commented 13 years ago

When I tried to run fl-install-demo I got the following error: OSError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/funkload-1.15.0-py2.7.egg/funkload/demo'

The demos folder for me existed at '/usr/share/doc/funkload/examples/demo' while the script was looking under the egg folder. A patch for me was the same as documented at the following URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630236

bdelbosc commented 13 years ago

Hi This is a duplicate of GH-8 because : https://github.com/nuxeo/FunkLoad/issues/8#issuecomment-1199660

1.16.0 will fix this soon thanks for report ben