Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6752595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:03:47+00:00 2026-05-26T13:03:47+00:00

I developed an application with wxPython and used cx_freeze to covert it to a

  • 0

I developed an application with wxPython and used cx_freeze to covert it to a .exe. I installed the app on WinXP and it works fine. My only misgiving is that the GUI app is running with a command prompt behind it. How can I get rid of this command prompt? I imagine that it is there to display errors etc… There must be a way to redirect errors to a log file instead of showing this command prompt? Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:03:48+00:00Added an answer on May 26, 2026 at 1:03 pm

    See How can I hide the console window when freezing wxPython applications with cxFreeze?

    I also wrote this which has one solution:

    http://www.blog.pythonlibrary.org/2010/08/12/a-cx_freeze-tutorial-build-a-binary-series/

    The key part is near the end of the article:

    from cx_Freeze import setup, Executable
    
    exe = Executable(
        script="sampleApp.pyw",
        base="Win32GUI",
        )
    
    setup(
        name = "wxSampleApp",
        version = "0.1",
        description = "An example wxPython script",
        executables = [exe]
        )
    

    You need the bit that says this: base=”Win32GUI”

    Then it should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I developed one application. I planed to release that as a free app in
I developed an application using the JRE 7.0.0. In the simulator the app works
I developed an application that uses internet permissions. If i start the app from
I developed an application in ASP.NET MVC. This app has an action that returns
I had developed an application in visual Studio 2005. whenever i run that application
I've developed an application (C#) that currently sits on a a number of workstations.
I've developed an application at working using MySQL 5, that uses Views to access
An ex-colleague developed an application that was pretty much an editable grid (think timesheet).
I've developed an application that populates a treeview from hierachical data in a database.
I've developed a Python application that runs both in the GUI mode and the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.