
August 29th, 2012, 08:22 AM
|
 |
Contributing User
|
|
|
|
I think it unlikely that you want the space character
Code:
'C:\\ARA_STATE\\rin_South_LGA(GRA_Buo_Oho _Area)\\Plot_9(Block_9)'
^
Unrelated to the assertion failure, probably.
data_frame is neither a DataFrame object nor any part of the object inheritance tree,
nor is data_frame a basestring object with a lower method returning 'page_layout' .
Oh! data_frame has a lower method otherwise you'd have gotten a different error.
There's a good chance that data_frame is a basestring with the wrong value.
I cannot tell how to correct the situation from the information I've got.
__________________
[code] Code tags[/code] are essential for python code!
Last edited by b49P23TIvg : August 29th, 2012 at 08:24 AM.
Reason: shift the caret.
|