Skip to content

pyconsole_wx.py crashes when compiled with py2exe #5

@GoogleCodeExporter

Description

@GoogleCodeExporter


Steps:
------

1. Download the attached setup.py for py2exe and copy it to the
pyconsole-1.0 folder. (you might require msvcp90.dll)

2. Open a command prompt and change to the pyconsole-1.0 folder and enter
command: python setup.py py2exe --bundle 2

3. Navigate to the dist folder that was created and run "pyconsole_wx.exe"

Expected Output:
----------------

No output is sent to the StyledTextCtrl, it loads up empty. If you attempt
to enter anything in and hit enter, it locks up the application.

Additional Information:
-----------------------

I have attached a copy of my own custom ConsoleProcessWindow() where I
basically plop a slightly modified ConsoleProcessWindow() (read-only
control) on a panel with a TextCtrl below for input. The design is a bit
crude but when I use the same steps above for my custom control, I get
almost the same results. The difference is that with my control, when the
window loads it has "CONSOLE PROCESS ENDED" appended to the
ConsoleProcessWindow.

Both examples work fine prior to being compiled with py2exe and I have
tried a few variations when compiling with py2exe, nothing seems to help.

Any thoughts?


Original issue reported on code.google.com by AWa...@gmail.com on 21 Mar 2009 at 9:32

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions