-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
not sure if i have done something wrong or not. i pip install xraydb but when i try to run it an error occurs because there is no column in the elements table with the name 'name'.
2 solutions (1) is the obvious simple one
-
replace self.__atomic_name = [e.name..... with self.__atomic_name = [e.element......
-
dump xraydb.sqlite and fix the sqlite commands to add a name key (this is what i did because i wanted to learn more about sqlite), i have put my code in http://github.com/harperrc/xraydb-addName-to-xraydb if you want to look at it
thanks for providing this tool
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels