From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Python-mode.el/pymacs/Python version on Emacs Date: Thu, 20 Jun 2013 19:25:04 +0200 Message-ID: <51C33AF0.2040605@easy-emacs.de> References: <1371733092925-289510.post@n5.nabble.com> <51C323AF.8050703@easy-emacs.de> <1371744537983-289531.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1371749063 18842 80.91.229.3 (20 Jun 2013 17:24:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Jun 2013 17:24:23 +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 19:24: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 1Upiat-0007i4-1P for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jun 2013 19:24:23 +0200 Original-Received: from localhost ([::1]:60509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upias-0001m0-Im for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jun 2013 13:24:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upiae-0001eC-Rg for help-gnu-emacs@gnu.org; Thu, 20 Jun 2013 13:24:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Upiad-0002yi-3h for help-gnu-emacs@gnu.org; Thu, 20 Jun 2013 13:24:08 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:64385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upiac-0002xY-PW for help-gnu-emacs@gnu.org; Thu, 20 Jun 2013 13:24:07 -0400 Original-Received: from purzel.sitgens (brln-4d0c36a6.pool.mediaWays.net [77.12.54.166]) by mrelayeu.kundenserver.de (node=mrbap3) with ESMTP (Nemesis) id 0MMWL8-1UwqOR1Jio-008Fzr; Thu, 20 Jun 2013 19:24:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 In-Reply-To: <1371744537983-289531.post@n5.nabble.com> X-Provags-ID: V02:K0:3xIpvHEaemXyVpBs234rTyYpftcgW+VNPXWdO/y/L3Y sHR82k62R0WUbPdiF9XrMuSNCliW1K/EbynYZD5UmvgzUe9SkJ 9s3EJA9AGgjA8pvBhQ/wU25mHpn5TIdmOkGlzLUVlyEnb8aIe6 ZWmSdeXveYu/OAeVHGUQcQQmIyzVIxAR9M82X2TRSPB11q7oOm lCuoO2//W31NHs91VxVMhD1E06isb7ty4d5q12NmyUlLlRKpWY 0b24OZztHszmqLnfst2q4H5lj2KD/B2gBjQ2RssfTkW1bdClQb a0M3H1S8RgF5x8Q1JTAf7cA2HX/1Qa4V6JjIFuAyHJxsCOERaK zJxIEGs2p3B5S7POPu30= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.126.187 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:91622 Archived-At: Am 20.06.2013 18:08, schrieb Pablo: > 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 Hi Pablo, congratulations using Emacs. Emacs is built to be extensible - which is really a joy. However, things are changing everywhere, making all these parts work together is a ongoing task. When new to Emacs, strongly recommend to stick with the stuff delivered. If Python exists at your machine, work with it - don't install other stuff. Beside you may load python-mode.el just as is. No Pymacs is required for it's core function. Maybe get a current python-mode.el: https://code.launchpad.net/python-mode Please file questions at https://answers.launchpad.net/python-mode and report bugs at https://bugs.launchpad.net/python-mode BTW Pymacs needs to be compiled using make. Cheers, Andreas