McMillan Installer and KDE

Gordon McMillan gmcm at hypernet.com
Sat Aug 10 09:30:37 EDT 2002


Harald Schneider wrote:

> So it seems to be an issue with the Installer!
> 
> When I have a look at the spec file then console=1 is set ... maybe
> it's really an output problem, a forking prob or both ....
>
> Setting it to 0 results in a missing _runw module. Maybe Gordon himself
> can help out here ?

There's a mail list for Installer: see the bottom of
 http://www.mcmillan-inc.com/install5_ann.html

Runw is only for Windows (where a console-less app
has a WinMain, not a main). If you don't have debugging
on, Installer won't write to stdout. 

If you don't use --onefile and you don't use the "f" option
(which forces LD_LIBRARY_PATH), you won't get a child
process (it's done with execvp, not fork, because I need
the environment re-scanned).

I don't run KDE, so I don't know what their requirements
are for a "KDE Link" (whatever that is).

-- Gordon
http://www.mcmillan-inc.com/






More information about the Python-list mailing list