On 7 sep 2008, at 13:50, Gabriel Genellina wrote:
En Sat, 06 Sep 2008 20:26:24 -0300, Python <[EMAIL PROTECTED]> escribió:
now one question came up, how do I make those path permanent?
i mean, sys.path.append( adds it for the current session,
yet when i logout of IDLE and start it again it's
En Sat, 06 Sep 2008 20:26:24 -0300, Python <[EMAIL PROTECTED]> escribió:
> now one question came up, how do I make those path permanent?
> i mean, sys.path.append( adds it for the current session,
> yet when i logout of IDLE and start it again it's gone...
> how do i keep it in there?
You can add
On 7 sep 2008, at 00:25, John Machin wrote:
On Sep 7, 8:03 am, Python <[EMAIL PROTECTED]> wrote:
Hi there,
I moved a few modules into the modules folder (on OSX: /opt/local/
lib/
python2.5/site-packages/).
They don't show up though when I start IDLE...
Is there a way to reload the modules
On Sep 7, 8:03 am, Python <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I moved a few modules into the modules folder (on OSX: /opt/local/lib/
> python2.5/site-packages/).
> They don't show up though when I start IDLE...
>
> Is there a way to reload the modules folders in sys.path without
> logging
Hi there,
I moved a few modules into the modules folder (on OSX: /opt/local/lib/
python2.5/site-packages/).
They don't show up though when I start IDLE...
Is there a way to reload the modules folders in sys.path without
logging out and back in?
something like "source .cshrc" in a shell...