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

Re: [Tutor] site-packages

2006-03-25 Thread linda.s
On 3/25/06, Danny Yoo <[EMAIL PROTECTED]> wrote: > > > On Sat, 25 Mar 2006, linda.s wrote: > > > I downloaded some modules and were told to put under > > *\Python24\Lib\site-packages > > Hi Linda, > > Out of curiosity, which module? If we're being asked to copy files > manually into site-packages,

Re: [Tutor] site-packages

2006-03-25 Thread Danny Yoo
On Sat, 25 Mar 2006, linda.s wrote: > I downloaded some modules and were told to put under > *\Python24\Lib\site-packages Hi Linda, Out of curiosity, which module? If we're being asked to copy files manually into site-packages, we should do a double check on this, because that's a slightly od

[Tutor] site-packages

2006-03-25 Thread linda.s
I downloaded some modules and were told to put under *\Python24\Lib\site-packages I use mac machine and run Python 2.4 but why i could not find any folder named Python24. Also, my Mac machine has a default Python 2.3, I do not see any folder named Python2.3 Confused... Linda ___