Re: [Pythoncad-developer] prefs.py when packaging PythonCAD
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Matteo B. <mat...@bo...> - 2010-05-19 05:30:33
|
Hi Jon, Thanks for the patch .. I will add it as soon I can. Actually your patch is for version R37 that is the actual released .. So please use the version R37.1 that is in the git repo at : git://pythoncad.git.sourceforge.net/gitroot/pythoncad/Pythoncad for future patch. The R37... version will have only some bug fix .. we are in the middle of Pythoncad rewriting. R38 will have a different user interface from gtk->qt and a brand new kernel..now we will have sqlite database as file storage. http://pythoncad.sourceforge.net/dokuwiki/doku.php?id=releases So if you want to have a look at R38 please download it from git repository .. If you have some trouble with git please go to the wiki at : http://pythoncad.sourceforge.net/dokuwiki/doku.php?id=download Regards, Matteo -----Original Message----- From: Jon Tibble [mailto:me...@bt...] Sent: 18 May 2010 18:44 To: pyt...@li... Subject: Re: [Pythoncad-developer] prefs.py when packaging PythonCAD On 18/05/2010 03:04, Jon Tibble wrote: > Hi, > > I was looking at packaging PythonCAD and noticed that you only check > /etc for the global preferences. Some OSs/distributions will want to > put application config files in /usr/etc or /usr/local/etc so I > prepose the attached patch for your consideration. > > Regards, > Jon > > P.S. I noticed the global pref_file is set then unused in that file so > you may want to remove that too? > Probably a better approach attached. |