apple / ccs-caldavtester

CalDAV/CardDAV Testing Framework used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
57 stars 36 forks source link

Getting FATAL ERROR: No module named vobject.icalendar #5

Closed macosforgebot closed 13 years ago

macosforgebot commented 14 years ago

douglm@… originally submitted this as ticket:369


When running the caldav tests on Ubuntu 9.10 if I run the individual test

./testcaldav.py CalDAV/reports.xml

it gets to

Test Suite: free-busy reports

test 1

then it terminates with

FATAL ERROR: No module named vobject.icalendar

macosforgebot commented 14 years ago

douglm@… originally submitted this as comment:1:⁠ticket:369


This can be closed. It seems to be a result of copy and paste of the instructions to run each test.

Instructions say

export PYTHONPATH=./run -p

I think it should actually be

export PYTHONPATH=./run.py -p

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:369


There's no ./run.py, but Ubuntu should work now.