Package Details: pymacs 0.26-2

Git Clone URL: https://aur.archlinux.org/pymacs.git (read-only, click to copy)
Package Base: pymacs
Description: Interface between Emacs Lisp and Python.
Upstream URL: https://github.com/dgentry/Pymacs
Licenses: GPL2
Conflicts: emacs-python-mode
Submitter: xyproto
Maintainer: None
Last Packager: haawda
Votes: 22
Popularity: 0.000000
First Submitted: 2011-12-14 17:07 (UTC)
Last Updated: 2020-04-03 14:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ccharles commented on 2012-04-03 18:23 (UTC)

StefanHusmann, do you mean that the solution to my problem is contained in the comments below, or that you are experiencing the same problem as I am? I don't see a solution below.

haawda commented on 2012-04-03 18:16 (UTC)

See the comments below.

ccharles commented on 2012-04-03 17:33 (UTC)

I'll note that I'm using it with Ropemacs to code Python 2, with PYMACS_PYTHON=python2 in my environment.

ccharles commented on 2012-04-03 17:22 (UTC)

For some reason this is now building for Python 3 instead of Python 2 on my system. Anybody else having this problem? In *Messages*: Pymacs loading ropemacs... pymacs-report-error: Pymacs helper did not start within 30 seconds In *Pymacs*: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/Pymacs/pymacs.py", line 121, in main lisp._protocol.send('version', '"0.24-beta2"') File "/usr/lib/python2.7/site-packages/Pymacs/pymacs.py", line 360, in send sys.stdout.buffer.write(prefix.encode('ASCII')) AttributeError: 'file' object has no attribute 'buffer' Process pymacs exited abnormally with code 1 `pacman -Ql pymacs` lists files in /usr/lib/python3.2/ while on my other machine it lists files in /usr/lib/python2.7/

haawda commented on 2012-03-29 21:13 (UTC)

So python and python-docutils are the correct makedependencies, i guess.

<deleted-account> commented on 2012-03-29 18:12 (UTC)

@Jiehong, I had the same problem. It was solved by installing python-docutils, which rst2latex is part of. The dependency listed in the PKGBUILD file is python2-docutils, which contains rst2latex2 .

Jiehong commented on 2012-03-28 22:41 (UTC)

There is an issue. At some point, I get the following error: "make: rst2latex: command not found." Even if I install python2-rstex it still fails.

haawda commented on 2012-03-28 20:52 (UTC)

I wonder why this hasn't come up earlier. I'll add a conflict. I also removed python2 from the dependencies and renamed "docutils" to "python2-docutils" as makedependency. python3-only-users can deinstall python2 after building.

<deleted-account> commented on 2012-03-28 12:03 (UTC)

On installing, this package will write to /usr/share/emacs/site-lisp/pymacs.el, which is owned by emacs-python-mode from [community] repository, thus lead to failure of the installation. The pymacs.el generated by two packages have minor differences.