[PyQt] Trying to import and use externally generated python script

James Polk jpolk5001 at yahoo.com
Thu Mar 17 17:43:35 GMT 2011


...am having some success in doing a

>> from thisfile import *

whereas before I was just doing...

>> import thisfile

...the first method actually returns valid data when the functions are called...
but when I try to get/print some array/list values...I get

<test_file.RenderPass instance at 0x000000000214D108>

...which I doesn't convert to ascii or whatever when I use str()...

Thanks,
-Jim




      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110317/3134fdb5/attachment.html>


More information about the PyQt mailing list