Hi, If I need to create a new file as part of the installation, such as a config file, what is the canonical way of doing this? Do I just echo the information to a file in 'install_cmd' or, probably better, 'postinstallcmds'[1]? Or is there some more pythonic approach?
Cheers, Loris Footnotes: [1] Would it make sense to consolidate the naming scheme, e.g. to replace 'postinstallcmds' with 'postinstall_cmd'? -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universität Berlin Email [email protected]

