Re: [Tutor] site-packages and permissions to byte-compile

2007-01-29 Thread Tim Johnson
On Monday 29 January 2007 03:17 pm, Dave Kuhlman wrote: > On Mon, Jan 29, 2007 at 01:35:22PM -0900, Tim Johnson wrote: > > Hello: > > > > I just installed python 2.5 on Linux/Slackware 10.0 > > > > I have placed three files in the root of site-packages > > on my machine that is > > /usr/local/lib/p

Re: [Tutor] site-packages and permissions to byte-compile

2007-01-29 Thread Dave Kuhlman
On Mon, Jan 29, 2007 at 01:35:22PM -0900, Tim Johnson wrote: > Hello: > > I just installed python 2.5 on Linux/Slackware 10.0 > > I have placed three files in the root of site-packages > on my machine that is > /usr/local/lib/python2.5/site-packages > > python appears to be importing this files

[Tutor] site-packages and permissions to byte-compile

2007-01-29 Thread Tim Johnson
Hello: I just installed python 2.5 on Linux/Slackware 10.0 I have placed three files in the root of site-packages on my machine that is /usr/local/lib/python2.5/site-packages python appears to be importing this files with no complaint, but they are not being byte-compiled. Note: I see that My