McMillan Installer and KDE

Harald Schneider h_schneider at marketmix.com
Thu Aug 8 07:02:32 EDT 2002


Hi,

I've created an application with McMillan's installer and wxPython.
The app runs fine under Linux / KDE Desktop,
- when I start it from a terminal shell,
- when I click it directly,
- when I create a symbolic link on the desktop

But when I create a KDE Link to my application it fails running.
It only starts when I check 'Run in Terminal' in the KDE Link properties.

Even a

  os.close(0)
  os.close(1)
  os.close(2)
  sys.stdin.close()
  sys.stdout.close()
  sys.stderr.close()

did no solve the problem ...

Any ideas ?

All the best,
Harald






More information about the Python-list mailing list