I am new to Emacs (24). I installed the python-mode. And it's path name is "~/.emacs.d/python-mode-6.0.10 " . I have a "python-settings.el" file in "~/.emacs.d/settings/", it contains the following lines,
; python-mode
(setq py-install-directory "~/.emacs.d/python-mode-6.0.11")
(add-to-list 'load-path py-install-directory)
(require 'python-mode)
In my .emacs file I have added,
(add-to-list 'load-path "~/.emacs.d/settings")
(require 'python-settings)
But when I try to load emacs ,I keep getting the error "Cannot Open load file "python-mode".
I don't know what's wrong.