geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client

Home Page:http://lostpackets.de/pycarddav

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyCardDAV fails to build under Crunchbang Waldorf (Debian Wheezy)

JeffMelton opened this issue · comments

New build under Crunchbang Waldorf (built on Debian Wheezy).

$ sudo python setup.py install
[snip]
Processing dependencies for pyCardDAV==0.6.1
Searching for urwid
Reading http://pypi.python.org/simple/urwid/
Reading http://excess.org/urwid/
Best match: urwid 1.1.1
Downloading https://pypi.python.org/packages/source/u/urwid/urwid-1.1.1.tar.gz#md5=932d199de6fc847eab2c151512220665
Processing urwid-1.1.1.tar.gz
Running urwid-1.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-A9Tho6/urwid-1.1.1/egg-dist-tmp-htCfXd
source/str_util.c:25:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1

Let me know if you need more information, please, and thanks!

Please try to install python-dev before installing pyCardDAV (or try to install python-urwid via apt).

My bad. I thought I'd covered all the dependencies. :/

Happens all the time, I guess.