Python 2.6 : Using caldav and carddav libs at the same time -> lxml ImportError -


i'd create simple access baikal caldav/carddav server read address book , calenders entries. no update required, read-only! whole thing must run python 2.6 (win32) - not 2.7 or 3.x.

i found these packages:

caldav: https://pypi.python.org/pypi/caldav/0.4.0

carddav: https://github.com/ljanyst/carddav-util

well have dependencies installed , both use lxml. installed this:

https://pypi.python.org/pypi/lxml/3.6.0

but running simple program using both libs (carddav, caldav) encounter following error:

  file "c:\python26\lib\site-packages\carddav.py", line 46, in <module>     import lxml.etree et importerror: dll load failed: die angegebene prozedur wurde nicht gefunden. 

so seems although lib lxml latest release not work carddav.py!

i tried older versions of lxml - e.g. 2.2.4 - , seems work?!

what has changed , how work around issue? use lxml 3.60!

note python26 , libs win32.

thank you!


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -