Need help

S

Srinivasa

Hai friends,
I wrote a programme to display a window (ui) using Python. I renamed it
as .pyw to avoid popping-up the dos window while running it. It worked
fine. But when i converted it to executable file using py2exe; the dos
window appears. Can anybody tell me what the solution is.

Thanks and Regards
- Srinivasa Raju Datla
 
A

Ant

Srinivasa said:
Hai friends,
I wrote a programme to display a window (ui) using Python. I renamed it
as .pyw to avoid popping-up the dos window while running it. It worked
fine. But when i converted it to executable file using py2exe; the dos
window appears. Can anybody tell me what the solution is.

Would be easier to give you a proper example if you posted some code,
esp the setup.py script. I'm guessing though that you are using the
'console' option to the setup function in your script rather than the
'windows' option.

See help(py2exe) in the python console for more information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top