Posting my reply to the list...

On 2010-11-08, at 12:50 PM, Michael Greiner wrote:

> Thanks for your reply Abhi. 
> 
> My understanding is that the app should be runnable with the system version 
> of Python 2.6 (i.e no additional modules)
> 
> The only additional modules I have installed are whatever was put there when 
> building and running CalendarServer. 
> 
> Anyway, I backed up my site-packages directory and then I emptied it. That 
> worked. I was able to build and run WebDAVBrowser.
> 
> ** (actually I still got an error saying that WebDAVBrowser.nib was invalid. 
> Reverting to an earlier revision of the code seemed to work)
> 
> Cheers,
> Mike
> 
> 
> On 2010-11-08, at 12:58 AM, Abhi <a...@littlewiki.in> wrote:
> 
>> On Monday 08 November 2010 01:00 AM, mgreiner wrote:
>>> Hello,
>>> I'm trying to run WebDAVBrowser from the CalDAVClientLibrary. I can build 
>>> the app just fine, but I get the following error on launch:
>>> 
>>> "ImportError: No module named elementtreeElementTree"
>>> 
>> ElementTree is an xml parsing and generating library in Python. Refer to 
>> this :
>> http://effbot.org/zone/element-index.htm
>> 
>> lxml is also a similar library and has a compatible ETree API. Maybe you 
>> need to install both. lxml webpage:
>> http://codespeak.net/lxml/
>> 

_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

Reply via email to