Can someone give me some more help about this?

dizou wrote:
> 
> I did print QFile.exists('/.../.../pic1.png'); it outputs "True." 
> I am doing pic = QPixmap('/../../pic1.png') not
> pic = QPixmap('../../pic1.png')
> 
> 
> nickgaens wrote:
>> 
>> Did you try QFile.exists('/.../.../pic1.png') ?
>> 
>> I'm guessing you are trying to do:
>> 
>> pic = QPixmap('../../pic1.png') <- note the change in the path to the 
>> image file.
>> 
>> 
>> Nick
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/QGraphicsPixmapItem-not-showing-set-pixmap-tp27229352p27358788.html
Sent from the PyQt mailing list archive at Nabble.com.

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to