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

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

Re: python novice


From: Kevin Rodgers
Subject: Re: python novice
Date: Tue, 06 Sep 2005 15:12:18 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Adam wrote:
> I have an example python program in
> a buffer called test.py
>
> am using GNU Emacs 21.3.2 (a mandrake version)
> C-h m  shows python bindings for that buffer
>
> So when I C-c C-c  (py-execute-buffer)
> I receive the error;
>
> "Wrong argument type: sequencep, cpython"
>
> Whereas the same python program saved chmod +x and
> run from the $ prompt works fine.
>
> How should I go about finding out about that error message ?

(setq debug-on-error t)

--
Kevin Rodgers





reply via email to

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