New submission from Dev Player :
2010-10-10 python.exe crashes or hangs on help() modules
when bad modules found
###
SUMMARY
The python.exe command line interpreter crashes or hangs when
typing first >>>help() then
Dev Player added the comment:
I believe that a 3rd party package is corrupt. Whether it is or not I don't
know. However whether or not a package is corrupt or not is not what I am
reporting as a bug.
I am reporting that python.exe crashes when I do help() modules.
In GUI wrappers a
Dev Player added the comment:
> On Mon, Oct 11, 2010 at 1:43 PM, R. David Murray
> wrote:
> R. David Murray added the comment:
> Can you reproduce the problem using a pure Python 'corrupt' module?
> --
>
When in python.exe, and you type help() then modul
Dev Player added the comment:
Another thing I've noticed that makes the issue more complicated (or perhaps
less complicated depending on your view).
When running the python.exe at the DOS prompt (in a window on WinXP), then
issuing the help() then modules commands, python.exe seems to
Dev Player added the comment:
mhammond added a recent note at:
python.exe help() modules crashes - ID: 3150027
https://sourceforge.net/tracker/?func=detail&aid=3150027&group_id=78018&atid=551954
Scroll down below the detail and click the "Comments" link. View the note
Dev Player added the comment:
What about this application modal popup window appearing behind the DOS window?
(See attached) That popup window may only need to have a system style flag to
push it to the top of the window z-order stack.
What causes that popup to appear? Is it Python source
Dev Player added the comment:
This is an acedmic note. This is not really the place and perhaps better moved
to a PEP or a forum.
In my search to discover more about Python ( and its interactive interpreter
and its help() function? statement? on my own) I noticed it was kind of a wart
in
Dev Player added the comment:
Just delete the previous message... please.
--
___
Python tracker
<http://bugs.python.org/issue10060>
___
___
Python-bugs-list m
Dev Player added the comment:
import win32ui
from win32ui import GetMainFrame
dir(win32ui.GetMainFrame)
['__call__', '__class__', '__cmp__', '__delattr__', '__doc__', '__eq__',
'__format__', '__ge__', '
Dev Player added the comment:
from GetMainFrame import GetWindowText
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named GetMainFrame
Also, I installed from the MS-Windows installer file:
pywin32-214.win32-py2.7.exe
not from "pywin32-214.zip
Dev Player added the comment:
Oh I am running on an Intel Pentium 4 3.2GHz/3.2Ghz.
Windows XP Pro SP3 32 bit
So I presume I should not have used the AMD 64 versions of course.
http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214
Dev Player added the comment:
It was suggested that a corrupt package would be where I'm experiencing the
lockup or crash of python.exe when issuing help() and then "modules". And
that if I or someone could verify that a corrupt package has this effect by
creating a corrupt pack
Dev Player added the comment:
Don't forget to check if the MS Internet Explorer's advanced option to open new
URLS in a seperate windows effects this. Users can have this advanced setting
set differently on different computers(or even accounts). Also different
browser versions
Dev Player added the comment:
I may be mistaken but I thought, as of not too long ago, that pythonw.exe is no
longer needed by current versions. 2.7.5
--
nosy: +devplayer
___
Python tracker
<http://bugs.python.org/issue13
New submission from Dev Player:
str(b'text') returns double quoted item with b prefix within the str() object
as so: "b'text'" in python interpreter. It seems the "b" shouldn't be within
the outter quotes or apart of the str() instance data.
Is t
Dev Player added the comment:
Mentioned for informational purposes only.
I too experience the running of external packages with a different library when
doing help('modules') in the interpreter. This is a fresh install of Python 3.4
on WinXP.
The text I get in the python.exe inte
16 matches
Mail list logo