This thread is probably dead, but I was wondering if it's possible to read block attributes from win32com. I tried everything and nothing works so far.
The only way I found to be able to insert a block and change its attributes is to use win32com for insertion and comtypes for reading/changing the attributes, all in the same script which is not the best option I know.