From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pablo Newsgroups: gmane.emacs.help Subject: Re: Python-mode.el/pymacs/Python version on Emacs Date: Thu, 20 Jun 2013 09:08:57 -0700 (PDT) Message-ID: <1371744537983-289531.post@n5.nabble.com> References: <1371733092925-289510.post@n5.nabble.com> <51C323AF.8050703@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371744562 31699 80.91.229.3 (20 Jun 2013 16:09:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Jun 2013 16:09:22 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 20 18:09:24 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UphQJ-0003sR-Nz for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jun 2013 18:09:23 +0200 Original-Received: from localhost ([::1]:48812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UphQJ-0007xn-2G for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jun 2013 12:09:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UphQ2-0007gu-9i for Help-gnu-emacs@gnu.org; Thu, 20 Jun 2013 12:09:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UphPu-0002oN-O9 for Help-gnu-emacs@gnu.org; Thu, 20 Jun 2013 12:09:06 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:51597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UphPu-0002oB-Jz for Help-gnu-emacs@gnu.org; Thu, 20 Jun 2013 12:08:58 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UphPt-0001dK-WA for Help-gnu-emacs@gnu.org; Thu, 20 Jun 2013 09:08:58 -0700 In-Reply-To: <51C323AF.8050703@easy-emacs.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 216.139.236.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91619 Archived-At: Well.. I'm trying to get things working with pymacs. I followed some instructions from a blog (http://www.jesshamrick.com/2012/09/18/emacs-as-a-python-ide/) but i keep on running in to problems. this is my .emacs.d/ directory: ac-comphist.dat auto-complete-1.3.1 pymacs-0.25/ auto-save-list python-mode.el-6.1.1/ color-theme-6.6.0 ropemacs-0.7/ elpa settings/ fill-column-indicator-1.83 site-lisp/ highlight-current-line-0.57 tutorial For example there is some files that should be compiled(?) with either python or "make". The python version that I use is 2.7.5. I have installed ipython in that version. So doing a python setpu.py install maybe associates pymacs to python2.7.5 but Emacs uses version 2.7.2. When I start emacs I get: Warning (initialization): An error occurred while loading `.emacs': File error: Cannot open load file, pymacs If I run a python-file from inside emacs I get the the error message: searching for program: no such file or directory, ipython I have installed everything mentioned in that blog. I'm new to Emacs so I cant really see whats wrong. Could it be the python version that causes the problem? -- View this message in context: http://emacs.1067599.n5.nabble.com/Python-mode-el-pymacs-Python-version-on-Emacs-tp289510p289531.html Sent from the Emacs - Help mailing list archive at Nabble.com.