| Issue 83: | Period importing | |
| 1 person starred this issue and may be notified of changes. | Back to list |
...works well, but there are two problems.
(1)
Needed to comment out line 144 of sis/importer.py in convert_time()
print xlrd.xldate_as_tuple(value, 0)[3:]
Otherwise period import throws <type 'exceptions.IOError'>sys.stdout access restricted by mod_wsgi
(2)
Weekday names are case sensitive. 'monday' works but 'Monday' doesn't.
Error at: weekday <class 'django.core.exceptions.ValidationError'>{'weekday': [u"Value u'Monday' is not a valid choice."]}
Feb 10, 2011
Project Member
#1
dmbs...@gmail.com
Status:
Invalid
|