<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Since there seems to be no installable package, I tried the "manual
installation" guide in INSTALL in blink-2.0.0.tar.gz . There, I
encounter a missing file:<br>
<br>
blink-2.0.0 # python setup.py build_ext<br>
running build_ext<br>
building 'blink.screensharing._rfb' extension<br>
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g
-fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7
-c blink/screensharing/_rfb.c -o
build/temp.linux-x86_64-2.7/blink/screensharing/_rfb.o<br>
blink/screensharing/_rfb.c:8:22: fatal error: pyconfig.h: Datei oder
Verzeichnis nicht gefunden<br>
#include "pyconfig.h"<br>
^<br>
compilation terminated.<br>
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1<br>
<br>
What am I missing here?<br>
</body>
</html>