Re: [Felix-language] GUI gflx

2007-09-24 Thread Erick Tryzelaar
On 9/24/07, skaller <[EMAIL PROTECTED]> wrote: > That copies permissions, owenership, etc .. is that correct > for an install? I suspect the owner should change to > root? You're right, it's not a great replacement for /usr/bin/install. > > And maybe a --pre-compile option that generates everythi

Re: [Felix-language] GUI gflx

2007-09-24 Thread skaller
On Mon, 2007-09-24 at 15:37 -0700, Erick Tryzelaar wrote: > On 9/24/07, skaller <[EMAIL PROTECTED]> wrote: > > There are two very bad bugs in installed Felix: the > > install process doesn't copy the lib directory properly > > because it has subdirectories now (Unix SUCKS!). > > Now that we can us

Re: [Felix-language] GUI gflx

2007-09-24 Thread Erick Tryzelaar
On 9/24/07, skaller <[EMAIL PROTECTED]> wrote: > There are two very bad bugs in installed Felix: the > install process doesn't copy the lib directory properly > because it has subdirectories now (Unix SUCKS!). Now that we can use python 2.x, we could use shutil.copytree to do the copying/installin

[Felix-language] GUI gflx

2007-09-24 Thread skaller
Felix now has a (gasp!) GUI interface, implemented using Python and Tkinter. AFAIK that works on most platforms, since Python comes with a built-in Tcl/Tk system? At the moment there are GLARING colours which will go away later, just there so I can figure out the Tk pack manager. So you get two m