From: Philippe M. <pma...@ib...> - 2013-10-03 14:37:49
|
Le 03/10/13 15:42, Roman Simakov a écrit : > Thanks for the quick reply. I did all your instructions but still see > an error of run tests. Full log of my actions you can found here > https://www.dropbox.com/s/1d4m7udc0906nka/fbtest_terminal.txt > > An error is: > ========================================= > roman:prj$ pushd fbt-repository/ > ~/prj/fbt-repository ~/prj > roman:fbt-repository$ sudo chmod 666 ./fdb/*.fdb > roman:fbt-repository$ fbt_run > Traceback (most recent call last): > File "/usr/local/bin/fbt_run", line 9, in <module> > load_entry_point('fbtest==1.0', 'console_scripts', 'fbt_run')() > File "/pkg_resources.py", line > 357, in load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line > 2393, in load_entry_point > raise ImportError("Entry point %r not found" % ((group,name),)) > ImportError: Entry point ('console_scripts', 'fbt_run') not found > roman:fbt-repository$ > ========================================= > ok so copy fbtest.py into /usr/local/lib/python2.7/dist-packages instead of : $ sudo cp -f fbtest.py /usr/lib/python2.7/dist-packages/fbtest.py do $ sudo cp -f fbtest.py /usr/local/lib/python2.7/dist-packages/fbtest.py I really don't like Ubuntu :( |