-1
我在wxPhyton上有錯誤。當我嘗試加載和圖像它給我這個錯誤:wxPhyton加載圖像時出錯無法加載圖像文件
"Failed to load image from file14:25:14:'resources/AboutPlatformDUT255b.bmp'
can't open file 'resources/AboutPlatformDUT255b.bmp' (error 0: la operación se completó correctamente.)
14:25:14: Failed to load image from file "resources/AboutPlatformDUT255b.bmp".
我試圖改變JPG,PNG,BMP之間的格式,並調整分辨率,但沒有作品。任何想法?
那個錯誤信息說什麼?也許它會有用。 – Kevin 2014-10-17 12:29:44
嘗試使用文件的完整路徑而不是相對路徑。 – 2014-10-17 16:15:00
這是信息; 9:29:02:----無法打開文件'resources/AboutPlatformDUT255.jpg'(錯誤0:操作正確無誤) 09:29:02:無法從文件加載圖像「resources/AboutPlatformDUT255 .JPG「----。我試圖改變路徑,但沒有奏效。可能是與圖像有關的東西,因爲如果我嘗試其他圖像它的作品。我把代碼:::::::: self.m_bitmap2 = wx.StaticBitmap(self,wx.ID_ANY,wx.Bitmap(u「resources/AboutPlatformDUT255.jpg」,wx.BITMAP_TYPE_JPEG),wx.DefaultPosition,wx。 DefaultSize,0) – 2014-10-20 07:32:01