______________________________________________________________________ Le samedi 30 octobre, varix <[email protected]> a écrit :
> Hallo, > > I want to install bluebream 1.0b4 from here. My first time. > > What is wrong? Here my log. > > Develop: '/www/tsv/daida04/.' > install_dir /www/tsv/daida04/develop-eggs/tmplg5nvkbuild > Getting distribution for 'zc.recipe.egg==1.2.2'. > Got zc.recipe.egg 1.2.2. > Getting distribution for 'zc.recipe.testrunner==1.2.0'. > zip_safe flag not set; analyzing archive contents... > Got zc.recipe.testrunner 1.2.0. > Getting distribution for 'zope.testing==3.9.5'. > warning: no files found matching 'sampletests' under directory 'src' > Got zope.testing 3.9.5. > Getting distribution for 'zope.interface==3.6.1'. > src/zope/interface/_zope_interface_coptimizations.c:15:20: error: > Python.h: Datei oder Verzeichnis nicht gefunden > src/zope/interface/_zope_interface_coptimizations.c:16:26: error: > structmember.h: Datei oder Verzeichnis nicht gefunden > ... ______________________________________________________________________ Hi, You must install Python header files (package "python-dev" in most Linux distributions) to be able to install several packages which include C extensions. Regards, Thierry _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
