-
Notifications
You must be signed in to change notification settings - Fork 48
Description
When i try this with Python 2.7.2 on Windows 7 64bit with a fresh exported .enex file:
ever2simple Evernote.enex -o simplenote -f dir
i get this error:
Traceback (most recent call last):
File "D:\tools\Python27\Scripts\ever2simple-script.py", line 9, in
load_entry_point('ever2simple==2.0', 'console_scripts', 'ever2simple')()
File "d:\tools\python27\lib\site-packages\ever2simple\core.py", line 21, in main
converter.convert()
File "d:\tools\python27\lib\site-packages\ever2simple\converter.py", line 80, in convert
notes = self.prepare_notes(xml_tree)
File "d:\tools\python27\lib\site-packages\ever2simple\converter.py", line 52, in prepare_notes
note_dict['createdate'] = created_string.strftime(self.date_fmt)
ValueError: Invalid format string
the format of the created-nodes is 20160324T131701Z in my enex file