Hi,
i solved my issue:
i changed in my module the line :
from
L = io.read_array(input_uno)
to
L = io.read_array(str(input_uno))
now all works fine :-)
now read_arra is able to read the file, passed as string from the gui.
thanks to python and qt people that helped me!!!
ciao,
Massimo.
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
