- From: Tim Berners-Lee <timbl@w3.org>
- Date: Thu, 10 Feb 2005 16:54:47 -0500
- To: Dan Connolly <connolly@w3.org>
- Cc: www-rdf-calendar@w3.org
-rw-r--r-- 1 timbl unknown 273996 10 Feb 16:52 ,twe-old.ics3
-rw-r--r-- 1 timbl unknown 274004 10 Feb 16:39 TimWorkExtra.ics3
-rw-r--r-- 1 timbl unknown 390276 3 Feb 17:23 tim-other.ics3
$ grep Estrin *.ics3
$ grep Estrin *.ics
TimWorkExtra.ics:SUMMARY:Deborah Estrin - Dertouzos Lecture
$ make TimWorkExtra.icsx
python2.3 ../../../2002/12/cal/fromIcal.py --noalarm --noprotocol \
--notimezone TimWorkExtra.ics > TimWorkExtra.icsx
Traceback (most recent call last):
File "../../../2002/12/cal/fromIcal.py", line 930, in ?
main()
File "../../../2002/12/cal/fromIcal.py", line 97, in main
interpret(sx, codecs.open(sys.argv[1], 'r', 'utf-8'), base,
suppressed)
File "../../../2002/12/cal/fromIcal.py", line 140, in interpret
doComponents(sx, calendars, iCalendarDefs, suppressed = suppressed)
File "../../../2002/12/cal/fromIcal.py", line 328, in doComponents
bindX(attrs, props, components)
File "../../../2002/12/cal/fromIcal.py", line 373, in bindX
findVendorids(vendorids, components)
File "../../../2002/12/cal/fromIcal.py", line 370, in findVendorids
findVendorids(results, subs)
File "../../../2002/12/cal/fromIcal.py", line 368, in findVendorids
vendorid, lname = n[2:].split('-', 1)
ValueError: unpack list of wrong size
make: *** [TimWorkExtra.icsx] Error 1
Received on Thursday, 10 February 2005 21:54:54 UTC