help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to load file into interpreter(python)?


From: cnb
Subject: Re: how to load file into interpreter(python)?
Date: Tue, 16 Sep 2008 03:07:39 -0700 (PDT)
User-agent: G2/1.0

C:/Python25/;C:/Python25/Progs;

thos eare in my windows load path.

(setq load-path (cons "C:/Python25/" load-path))

(setq load-path (cons "C:/Python25/Progs/NetFlixRecSys/parsing.py"
load-path))


if I add soemthing like C:/somedir then everything in somedir is in my
loadpath? because i have C:/Python25/Progs/Netflix/parsing.py and it
doesn't load.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]