Hello,
For a file located /home/rrg29876ArchID-14761_case0.out, all is well when
I run the following code in Windows:
#Open a FileDialog to pull in supported data
formats = ("R Output Files (*.out);;"
"Rc Output Files (*.out);;"
"A Average Files (*.avg);;"
"A Timestep Files (*.tim)")
fileName, filtr = QFileDialog.getOpenFileName(self,
"Select A Data File to Open", self.defdir, formats)
self.defdir = path.split(fileName)[0]
print "self.defdir: ",self.defdir
print "fileName: ", fileName
print "filtr: ", filtr
But in Linux I get:
self.defdir: /home/rrg29876/vice
fileName: home/rrg29876/vice/De
filtr: Rc Output
Can anyone help explain this truncation to me and/or suggest ways to
fix/get around this?
_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside