py2exe, command line parameter problem
Hello,
my small program is a Tkinter-App which supports some command line
options. When the app is started within the python environment,
everything works fine. When the py2exe-frozen app is started,
everything works until I pass command line parameters. Then the gui
window is not displayed.
It's python 2.3 on WinXp with py2exe 0.6.6.
How can I debug this behaviour?
Any hint appreciated,
Karsten.
.
Relevant Pages
- Re: Programming "efficiently" on given hardware - what does it mean really?
... >> in a command line world again. ... > launching an app, selecting menu items, hoping it does what ... In a GUI environment, use a RAD tool to whip up a quick, simple UI ... (comp.programming) - Re: Application starts too soon
... expecting a network connection to exist. ... > The application runs froma a batch file. ... Finally the command prompt arrives, ... > think the app tries to run, encounters an error, and exits. ... (microsoft.public.windowsxp.embedded) - Re: Application starts too soon
... Windows XPE site and looked thru the two XPE books and found nothing on this ... >> The application runs froma a batch file. ... >> The batch file has my exe followed by a Shutdown command ... >> think the app tries to run, encounters an error, and exits. ... (microsoft.public.windowsxp.embedded) - Re: Updating a database
... command line parameters and exits. ... Update.exe waits for the main App to exit ... whilst the backend is an Access database. ... > I do changes to the app and the database (add fields, change queries, ... (microsoft.public.vb.general.discussion) - Re: Write to stdout
... I tried this code for a command line app, ... > Public Function ConsoleWriteLine(sText As String) As Long ... (microsoft.public.vb.general.discussion) |
|