Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
Stumbled across this thread... Configparser works fine. Below an example to extract face data from picasa and use that to draw a connection graph with graphviz: [code] import ConfigParser import os import pydot from xml.etree import ElementTree as ET from lxml import etree import fnmatch spider = {} def comb(v): …
The End.
wortelkoek