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 should not flash DOS windows #39659

Closed
eehelzer mannequin opened this issue Dec 3, 2003 · 3 comments
Closed

pythonw.exe should not flash DOS windows #39659

eehelzer mannequin opened this issue Dec 3, 2003 · 3 comments
Labels
OS-windows type-feature A feature request or enhancement

Comments

@eehelzer
Copy link
Mannequin

eehelzer mannequin commented Dec 3, 2003

BPO 853698
Nosy @loewis, @birkenfeld

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 2005-09-01.10:56:46.000>
created_at = <Date 2003-12-03.23:49:20.000>
labels = ['type-feature', 'OS-windows']
title = 'pythonw.exe should not flash DOS windows'
updated_at = <Date 2005-09-01.10:56:46.000>
user = 'https://bugs.python.org/eehelzer'

bugs.python.org fields:

activity = <Date 2005-09-01.10:56:46.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2003-12-03.23:49:20.000>
creator = 'eehelzer'
dependencies = []
files = []
hgrepos = []
issue_num = 853698
keywords = []
message_count = 3.0
messages = ['54073', '54074', '54075']
nosy_count = 3.0
nosy_names = ['loewis', 'georg.brandl', 'eehelzer']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue853698'
versions = []

@eehelzer
Copy link
Mannequin Author

eehelzer mannequin commented Dec 3, 2003

Python version 2.3.

I'm using pythonw (and py2exe) to build a windows
application.

When new processes are launched, using os.system() or
os.spawn a DOS windows flashes for a moment and then
vanishes. It makes the application look funny.

When the same application is run via python (and not
pythonw) this doesn't happen. New processes don't
create a flashing DOS window.

It would be nice if pythonw.exe could function similar to
python.exe, just without the constant DOS window in
the background.

The same behavior occures when running the program
via pythonw.exe <fname.py> or when compiling with
py2exe -w.

Amir

@eehelzer eehelzer mannequin closed this as completed Dec 3, 2003
@eehelzer eehelzer mannequin added OS-windows type-feature A feature request or enhancement labels Dec 3, 2003
@eehelzer eehelzer mannequin closed this as completed Dec 3, 2003
@eehelzer eehelzer mannequin added OS-windows type-feature A feature request or enhancement labels Dec 3, 2003
@loewis
Copy link
Mannequin

loewis mannequin commented Jan 18, 2004

Logged In: YES
user_id=21627

The "flashing window" is created by the Microsoft C library,
in its system() and spawn() implementations. If you don't
want that window, you need to use CreateProcess instead.

@birkenfeld
Copy link
Member

Logged In: YES
user_id=1188172

Closing as Won't Fix, then.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant