I would like to create a dictionary based on a variable i.e read a
bunch of filenames and create a dict for each one called the filename
filename={}
to get the filenames I trraverse teh dirs woth os.path.walk or similar

Sorry I'm a bit new to python

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to