Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: pida-hg 2921.be90809a5d81-1
Git Clone URL: | https://aur-dev.archlinux.org/pida-hg.git (read-only) |
---|---|
Package Base: | pida-hg |
Description: | Python Integrated Development Application |
Upstream URL: | http://pidsoff.appspot.com/pida |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ConnorBehan |
Maintainer: | ConnorBehan |
Last Packager: | ConnorBehan |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2010-04-25 20:27 |
Last Updated: | 2015-07-01 04:11 |
Dependencies (11)
- dbus-python (python2-dbus)
- python2-logbook
- python2-notify
- python2-py
- python2-pygtkhelpers
- python2-simplejson
- vte
- mercurial (make)
- python2-distribute (python2-setuptools) (make)
- python2-anyvc (optional) – version control integration
- python2-apipkg (optional) – version control integration
Latest Comments
carstene1ns commented on 2014-01-19 18:30
The dependency 'python2-argparse' can be removed, argparse is part of python 2.7 already.
Anonymous comment on 2011-09-25 11:03
I've found out that with:
LD_PRELOAD=/usr/lib/libpython2.7.so pida
works, but wonder why it's required?
Anonymous comment on 2011-09-25 09:35
Hiya,
attempt to launch pida gives the following:
[2011-09-24 19:49] WARNING: pida.svc.window: Can't open window state file /home/gour/.pida2/settings/workspaces/default/window.state.json
Error detected while processing /usr/lib/python2.7/site-packages/pida/resources/data/pida.vim:
line 35:
Traceback (most recent call last):
File "<string>", line 10, in <module>
File "/usr/lib/python2.7/site-packages/pida/editors/vim/server.py", line 8, in <module>
import gtk, gobject
File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 30, in <module>
import gobject as _gobject
File "/usr/lib/python2.7/site-packages/gobject/__init__.py", line 26, in <module>
from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
File "/usr/lib/python2.7/site-packages/glib/__init__.py", line 22, in <module>
from glib._glib import *
ImportError: /usr/lib/libpyglib-2.0-python2.so.0: undefined symbol: PyExc_ImportError
Pida devs accuses Arch for doing strange things, but I do not see anything strange in py(gtk) builds.
Any idea?
ConnorBehan commented on 2011-07-09 04:57
True, I had a PKGBUILD with those sitting in my /var/abs/local. Not sure why I forgot to upload it.
Anonymous comment on 2011-07-08 07:55
There are still some dependencies missing, I have currently:
depends=('vte' 'python-simplejson' 'pygtkhelpers-hg' 'dbus-python' 'argparse' 'python2-py' 'python2-logbook')
ConnorBehan commented on 2010-12-06 21:55
Since this is an "hg" package I always provide the newest version. But I really think revision 2475 is the best so far... especially for medit users. When I build this I force that revision with hg clone -r 2475
ConnorBehan commented on 2010-08-27 05:29
Yeah they are adding dependencies left and right.
Anonymous comment on 2010-08-26 20:19
argparse need to be added to the depends in the PKGBUILD. The package builds fine without argparse, but won't run without argparse.
--- PKGBUILD 2010-08-26 15:17:44.154390112 -0500
+++ PKGBUILD.org 2010-08-26 15:17:29.191355100 -0500
@@ -7,7 +7,7 @@
arch=('i686' 'x86_64')
url="http://pida.co.uk/"
license=('custom')
-depends=('vte' 'python-simplejson' 'pygtkhelpers-hg' 'dbus-python')
+depends=('vte' 'python-simplejson' 'pygtkhelpers-hg' 'dbus-python' 'argparse')
makedepends=('setuptools')
optdepends=('anyvc: version control integration')
provides=('pida')
FSX commented on 2010-05-25 12:54
I think setuptools should be added to the makedepends. I didn't have setuptools installed and Pida's Python installer failed, but Packer didn't abort the installation and installed the package.
Anonymous comment on 2010-05-18 08:50
Thanks for the PKGBUILD. Kiwi is no longer a dependency: http://pida.co.uk/blog/kiwi-gone-and-rst-plugin-merged