Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonw.exe crash in GUI application(PythonWX) #48971

Closed
george mannequin opened this issue Dec 22, 2008 · 2 comments
Closed

pythonw.exe crash in GUI application(PythonWX) #48971

george mannequin opened this issue Dec 22, 2008 · 2 comments
Labels
type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@george
Copy link
Mannequin

george mannequin commented Dec 22, 2008

BPO 4721
Nosy @loewis
Files
  • simple editor.pyw: Another example
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2008-12-22.15:11:15.367>
    created_at = <Date 2008-12-22.15:02:19.347>
    labels = ['invalid', 'type-crash']
    title = 'pythonw.exe crash in GUI application(PythonWX)'
    updated_at = <Date 2008-12-22.15:11:15.355>
    user = 'https://bugs.python.org/george'

    bugs.python.org fields:

    activity = <Date 2008-12-22.15:11:15.355>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-12-22.15:11:15.367>
    closer = 'loewis'
    components = []
    creation = <Date 2008-12-22.15:02:19.347>
    creator = 'george'
    dependencies = []
    files = ['12426']
    hgrepos = []
    issue_num = 4721
    keywords = []
    message_count = 2.0
    messages = ['78189', '78191']
    nosy_count = 2.0
    nosy_names = ['loewis', 'george']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue4721'
    versions = ['3rd party']

    @george
    Copy link
    Mannequin Author

    george mannequin commented Dec 22, 2008

    I have Python 2.6.1 in Windows Vista. It happened in Python 2.6 and I
    hoped it would be fixed. I don't know what happenes in other versions.
    When I open a file containing a python program(".py"/".pyw" and even
    one compiled with py2exe) made by using the PythonWX GUI programming
    libraries it crashes immediately after the mouse hovers over the window
    created by the program(spesifically in the area inside it). It happenes
    both when the program is a ".py" file and a ".pyw" file or one compiled
    with py2exe. I get a message that the program stopped working.
    Shouldn'nt I get a message about wrong code? It doesn't crash in the
    Python Shell, but it has happened ,too, a few times.

    Do I do something wrong?
    Is there something I should know?

    The programs I use are not made by me(I can't yet make mine), but they
    are examples downloaded or copy-pasted. Here is one:

    import wx
    app = wx.PySimpleApp()
    frame = wx.Frame(None,-1,"Hello World")
    frame.Show(True)
    app.MainLoop()

    Please tell me what is wrong or what I should do.

    @george george mannequin added the type-crash A hard crash of the interpreter, possibly with a core dump label Dec 22, 2008
    @george george mannequin changed the title pythonw.exe crash in GU application(PythonWX) pythonw.exe crash in GUI application(PythonWX) Dec 22, 2008
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Dec 22, 2008

    Please understand that the bug tracker is not a place to obtain help,
    but a place to provide help. You can help by analysing the source of the
    crash in a debugger, such as the one of Visual Studio.

    In any case, it seems that the crash is specific to wxPython, which is
    not part of the Python 2.6 distribution. Please report it to the authors
    of wxPython.

    Closing this report as 3rd-party.

    @loewis loewis mannequin closed this as completed Dec 22, 2008
    @loewis loewis mannequin added the invalid label Dec 22, 2008
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants