[CalendarServer-users] Error running WebDAVBrowser: No module named elementtree.ElementTree

Michael Greiner mgreiner at me.com
Sun Nov 14 09:33:53 PST 2010


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 <abhi at 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/
>> 



More information about the calendarserver-users mailing list