wasm-demo/demo/ermis-f/python_m/cur/0634

28 lines
1.0 KiB
Plaintext

From: MHammond at skippinet.com.au (Mark Hammond)
Date: Tue, 13 Apr 1999 17:43:54 +1000
Subject: Python without registry entries
References: <370fb711.28093946@news.demon.co.uk> <7eol16$1l2$1@m2.c2.telstra-mm.net.au> <37121820.3758204@news.netmeg.net> <37116F7B.3E3088EB@prescod.net>
Message-ID: <7eushr$see$1@m2.c2.telstra-mm.net.au>
X-UID: 634
Paul Prescod wrote in message <37116F7B.3E3088EB at prescod.net>...
> I would prefer if PythonWin did what Netscape does which is put the vast
> majority of setup information in a text file in the Netscape directory and
Actually, this is done in .py code. A single MFC call allows you to toggle
this behaviour. Would certainly be possible to have most Pythonwin config
info in a .ini file with only very minor changes.
But this is only info like the recent file list, window positions, editor
preferences etc - not pythonpath type information - pythonwin leaves that to
Python (as as Fredrik mentions, site and sitecustomize are good mechanisms
for that)
Mark.