[wingide-users] Patch for crashing in shells and I/O tool
David Niergarth
dn at hddesign.com
Fri Feb 4 11:56:53 EST 2005
[I'm using wingide on FreeBSD 5.3, using system gtk)
I applied the patches that looked relevant for me:
py-coding-detection-2.0.1p1-all.tar
sassist-url-bugfix-2.0.1p2-all.tar
shells-crash-bugfix-2.0.1p4-all.tar
Now when I start up wing, I get
Traceback (most recent call last):
File "/home/dn/src/wingide-source-2.0.1-1/src/wing.py", line 193, in ?
import cjkcodecs.aliases
ImportError: No module named cjkcodecs.aliases
If I comment that line in wing.py and try again, I then get
(%:~/src/wingide-source-2.0.1-1)- ./wing --verbose
[: unexpected operator
wingide - 2005/02/03 16:19:02 - sys.executable=/usr/local/bin/python2.3
wingide - 2005/02/03 16:19:02 -
LD_LIBRARY_PATH=/home/dn/src/wingide-source-2.0.1-1/bin/gtk-bin/lib
wingide - 2005/02/03 16:19:02 - DYLD_LIBRARY_PATH=''
wingide - 2005/02/03 16:19:02 -
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/home/dn/bin:/usr/X11R6/bin:/home/dn/apps/python:/home/dn/apps/python/scripts:/usr/local/jdk1.4.2/bin
wingide - 2005/02/03 16:19:02 - Running Wing IDE with Python version 2.3.4
wingide - 2005/02/03 16:19:02 - Using precompiled binaries for Python
version 2.3
wingide - 2005/02/03 16:19:02 -
DYNLIB_DIRS=/home/dn/src/wingide-source-2.0.1-1/bin/2.3/src,
/home/dn/src/wingide-source-2.0.1-1/bin/2.3/opensource,
/home/dn/src/wingide-source-2.0.1-1/bin/2.3/external/docutils/extras,
/home/dn/src/wingide-source-2.0.1-1/bin/2.3/external/docutils,
/home/dn/src/wingide-source-2.0.1-1/bin/2.3/external/pyscintilla2,
/home/dn/src/wingide-source-2.0.1-1/bin/2.3/external/pygtk,
/home/dn/src/wingide-source-2.0.1-1/bin/2.3/external/cjkcodecs,
/home/dn/src/wingide-source-2.0.1-1/bin/PyCore/lib/python2.3
wingide - 2005/02/03 16:19:02 - PATCHES=02-sassist-url-bugfix,
04-shells-crash-bugfix
wingide - 2005/02/03 16:19:02 - Fatal startup error: Exiting Wing IDE
wingide - 2005/02/03 16:19:02 - Traceback (most recent call last):
wingide - 2005/02/03 16:19:02 - File
"/home/dn/src/wingide-source-2.0.1-1/src/wing.py", line 453, in ?
wingide - 2005/02/03 16:19:02 - Run(sys.argv[:])
wingide - 2005/02/03 16:19:02 - File
"/home/dn/src/wingide-source-2.0.1-1/src/wing.py", line 388, in Run
wingide - 2005/02/03 16:19:02 - import premain
wingide - 2005/02/03 16:19:02 - File
"/home/dn/src/wingide-source-2.0.1-1/src/premain.py", line 13, in ?
wingide - 2005/02/03 16:19:02 - import glib
wingide - 2005/02/03 16:19:02 - ImportError: No module named glib
Looks like there's something major wrong. I had wing running for several
days before I tried restarting it with the patches. Does this look like
a patch problem? (Maybe I did something to my setup in the last couple
days that I'm forgetting about now?)
Any suggestions appreciated. Thanks,
--David Niergarth
Wing IDE Support wrote:
> Hi,
>
> Some users have reported seeing Wing 2.0.1 crash when working
> in the Python Shell, Debug Probe, and Debug I/O tools. The
> following patch fixes this problem, which occured during certain
> operations when one of these tools contained more than 1000
> lines:
>
> http://wingware.com/pub/wingide/2.0.1/bugfixes/shells-crash-bugfix-2.0.1p4-all.tar
>
> To install this, unpack it into the top level of your Wing IDE
> 2.0.1 installation and restart Wing. If using Winzip, keep
> the "Use Folder Names" option checked on. Once restarted, Wing
> should show patch "04" in the list of installed patches in the
> About box (in Help menu).
>
> Some additional patches for this release are available here:
>
> http://wingware.com/downloads/wingide/2.0.1/patches
>
> Thanks,
>
> Stephan Deibel
>
> --
> Wingware
> Wing IDE for Python
> Advancing Software Development
>
> www.wingware.com
> _________________________________________________
> Wing IDE users list
> http://wingware.com/lists/wingide
More information about the wingide-users
mailing list