I have developed a simple application that uses pyWin to prompt the user for
parameters, then COM to query SQL server and then prints the result to the
printer. On NT I can run this just by clicking 'MyReport.pyw' (it executes
Pythonw.exe and works great) , but on Win95 it will only run in the
Pythonwin.exe environment. If I run Pythonwin.exe /run Myapp.pyw, the job
runs but it invokes the whole interactive machine which persists after the
job runs. If I run Python.exe or Pythonw.exe it just crashes the system so
badly I need to press hard reset (ugh).

What's up with that?

Also - Where is the documentation for Python Applications? Those work on
both systems but I'd like to know what needs to happen to make it happen. Is
there a way to write a /app that uses wxPython?

Dick Warg is the programmer at Gayle Manufacturing Company in Woodland, CA
530-662-0284

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to