From: Roman S. <rom...@gm...> - 2013-10-03 18:06:23
|
The same 2013/10/3 Philippe Makowski <pma...@ib...>: > 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 :( > > > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > _______________________________________________ > Firebird-test mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-test -- Roman Simakov |