forked from madprime/python-gedcom
-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
with version 0.2.0 opening a GEDCOM file, that was only today downloaded from myheritage.com, produces error:
gedcom = Gedcom(file_path)
File "C:\Python3\lib\site-packages\gedcom\__init__.py", line 148, in __init__
self.__parse(file_path)
File "C:\Python3\lib\site-packages\gedcom\__init__.py", line 224, in __parse
last_element = self.__parse_line(line_number, line.decode('utf-8'), last_element)
File "C:\Python3\lib\site-packages\gedcom\__init__.py", line 263, in __parse_line
raise SyntaxError(error_message)
SyntaxError: Line `1` of document violates GEDCOM format
See: http://homepages.rootsweb.ancestry.com/~pmcbride/gedcom/55gctoc.htm
This link displays 403 Forbidden when I try to click it
The first line of the file is:
0 HEAD
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels