davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

pony-comint-pop: Symbol's value as variable is void: dir-local-variables-alist #64

Open bbarsuk opened 11 years ago

bbarsuk commented 11 years ago

I have just installed pony-mode on ubuntu 10.04, django 1.4.2 (set up in virtualenv).

I am getting this error when trying to run Django shell in the buffer [C-c C-p s] or when trying to launch Pony shell: pony-comint-pop: Symbol's value as variable is void: dir-local-variables-alist

I am do not know any lisp to know whether it is an issue, or it's me missing something. I used python-mode.el for years and was looking for something to evaluate code from the buffer to the django shell. I would appreciate any help on the matter.