Dne 22.12.2011 11:22, mariuz napsal(a): > sudo apt-get install python-pip > sudo easy_install pwcfb > > error seems that firebird-2.5-dev headers are needed , so it needs the > fbclient installed and the headers
Certainly. FDB uses Firebird client library, so it needs to be installed. However, it doesn't need headers, just fbclient.so/.dll to be present. > sudo easy_install pwcfb > Searching for pwcfb > Best match: pwcfb 0.9.2 > Processing pwcfb-0.9.2-py2.7.egg > pwcfb 0.9.2 is already the active version in easy-install.pth > > Using /usr/local/lib/python2.7/dist-packages/pwcfb-0.9.2-py2.7.egg > Processing dependencies for pwcfb > Searching for PowerConsole > Reading http://pypi.python.org/simple/PowerConsole/ > Reading http://www.ibphoenix.cz/pwc/index.html > Reading http://ibphoenix.cz/pwc/download/ > Reading http://www.ibphoenix.cz/pwc/ > Best match: PowerConsole 0.7.5 > Downloading > http://pypi.python.org/packages/source/P/PowerConsole/PowerConsole-0.7.5.tar.gz#md5=f1c2e1037cbe1d73886d6db061d748d1 > Processing PowerConsole-0.7.5.tar.gz > Running PowerConsole-0.7.5/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-n8pIog/PowerConsole-0.7.5/egg-dist-tmp-RwFlVW > warning: no files found matching 'README' > warning: no previously-included files matching 'CVS' found anywhere in > distribution > error: Setup script exited with error: file > '/tmp/easy_install-n8pIog/PowerConsole-0.7.5/ipwc' does not exist For yet unknown reason, the setuptools (easy_install) doesn't recognize or properly handle a symlinked ipwc script (it's a symlink to ipwc.py) when it's installed as dependency for other package. However, it installs it just fine when executed directly, i.e.: easy_install PowerConsole then easy_install pwcfb best regards Pavel Cisar IBPhoenix