Error Loading Dr Python, Fail to load Unknown.png corrupt
Brought to you by:
drpython
I receive the error that "Couldn't Load a PNG Image File is Corrupt or not enough memory". I tried version 3.11.3 first, then replaced it with 3.11.2 but still the same. I am attaching pics of the error and the log file. I am running Win 7 x64 on a Fujitsu Laptop with 6 Gig of Ram and a 2.7 Gig Duo Core Intel Processor so don't feel I am "Out of Memory"! I also opened the PNG in XNView and it does not see the image as being corrupt. Thanks.
Sorry I need to change the title from "Unknown.png" to "Unmodified.png". I can see this relates to saving a changed file and being "Greyed Out" for no changes, I got that much from it. Also I started doing a "Check Module" in IDLE (I'm using Python 3.3 by the way) and immediately start getting "Syntax Errors" so quit. Thanks again for any help as I would really like to use this as it looks very good from the pics etc.
Hello,
I for me never tried it on Python version > 3. What version of wyPython are you using?
-
Ah, I saw from your zip file, you have 3,0 wxpython. Also never tried that. Sorry due to lack of free time, I cannot investigate in that further (at least in the next time).
Last edit: Franz Steinhaeusler 2014-04-11
Hello, I have Python ver. 3.3.4 & WXPython ver. 3.0. It came with the 2.7 ver. of Python but seemed to install without any issues. My Python IDE works fine and a few other IDE's are working. I just had this issue with getting this to work. I have been traveling and just now got back so will look into this again in a few days. Thanks for your response and will update you when I get further along.
On , Franz Steinhaeusler francescoa@users.sf.net wrote:
Hello,
I for me never tried it on Python version > 3. What version of wyPython are you using?
[support-requests:#2] Error Loading Dr Python, Fail to load Unknown.png corrupt
Status: open
Group: v1.0 (example)
Labels: Errors
Created: Sun Feb 09, 2014 04:40 PM UTC by Eric Schmitdz
Last Updated: Sun Feb 09, 2014 06:03 PM UTC
Owner: Daniel Pozmanter
I receive the error that "Couldn't Load a PNG Image File is Corrupt or not enough memory". I tried version 3.11.3 first, then replaced it with 3.11.2 but still the same. I am attaching pics of the error and the log file. I am running Win 7 x64 on a Fujitsu Laptop with 6 Gig of Ram and a 2.7 Gig Duo Core Intel Processor so don't feel I am "Out of Memory"! I also opened the PNG in XNView and it does not see the image as being corrupt. Thanks.
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/drpython/support-requests/2/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Support Requests: #2
Hello, first thank for your report again. I downloaded wxPython 3.0 for Windows and saw exactly the same error (Python 2.7) on windows 7 (32 bit). Apparantly there is a problem with loading certain png images or with the path. I have to look at this.
For a temporar workaround: Is it possible that you download and install wxPython 2.8 (unicode) and run it with 2.8.
You can change wx.pth (on my pc it is located in: c:\Python27\Lib\site-packages\wx.pth the entry to wx-2.8-msw-unicode
Or if you want to use wxPython per default with 3.0 (and only try drpython with wxP 2.8)
change drpython.py (add before first import of wx)
import wxversion
wxversion.select('2.8')
so in drpython.py:
(
from future import with_statement
import atexit
import logging
import sys, os, shutil, re, string, traceback
import wxversion
wxversion.select('2.8')
import wx, wx.stc
import wx.lib.dialogs
)
Let me know, if that works for you ;)
I saved all pngs new with gimp and tried with wxPython 3.0 on Windows.
I uploaded to new version 3.11.4.
svn is not up to date, because I had problems checking in the changes.
I have seen several ui problems (layouts or fonts or ui controls are not fitting (propably related with 3.0, because in 2.8 they were fine). I would have to take more time to investigate on the ui things,
But for now DrPy should load and work basically for wxPython 3.0 on Windows.