<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>...am having some success in doing a<br><br>>> from thisfile import *<br><br>whereas before I was just doing...<br><br>>> import thisfile<br><br>...the first method actually returns valid data when the functions are called...<br>but when I try to get/print some array/list values...I get<br><br><test_file.RenderPass instance at 0x000000000214D108><br><br>...which I doesn't convert to ascii or whatever when I use str()...<br><br>Thanks,<br>-Jim<br><br></td></tr></table><br>