Re: [Pythonsiphon-devel] new release
Status: Beta
Brought to you by:
ssthapa
From: Thomas H. <tho...@io...> - 2002-02-15 16:12:19
|
From: "Suchandra Thapa" <s-t...@al...> > On Fri, Feb 15, 2002 at 11:38:01AM +0100, Thomas Heller wrote: > > Sounds great! > > Are you going to use the CVS repository on SF again, or do you only > > use SF to release the distribution? > > I primarily use SF for releases and keep the code on a CVS repository > on my local machine. Don't you think ciphon would improve faster with collaborative development? > I did have a question for you regarding windows. Currently ciphon > keeps its' settings in the user's home directory on windows is there > any particular location to place this information or could I just use > something like Program Files/Ciphon/? Well, as numerous threads on c.l.p show, there is no real 'home directory' on windows. Why don't you install ciphon with distutils, where the top-level script would go into the python Scripts directory, and you could also store the configuration there. The problem with 'Program Files'\Ciphon is that this directory also depends on the windows version/language/maybe other stuff. To be sure, this directory has to be retrieved from the registry or with a win32 API call. For example, in german versions of windows this directory is named 'Programme'. Thomas |