[PyQt] file dialog as input to io.read.array in scipy

massimo di stefano massimodisasha at yahoo.it
Mon Oct 29 16:18:55 GMT 2007


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.



More information about the PyQt mailing list