Package Details: pida-hg 2921.be90809a5d81-2

Git Clone URL: https://aur.archlinux.org/pida-hg.git (read-only, click to copy)
Package Base: pida-hg
Description: Snapshot of the last repository of the Python Integrated Development Application
Upstream URL: http://pidsoff.appspot.com/pida
Licenses: custom
Conflicts: pida
Provides: pida
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 12
Popularity: 0.000000
First Submitted: 2010-04-25 20:27 (UTC)
Last Updated: 2024-01-14 02:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ConnorBehan commented on 2020-09-08 16:20 (UTC)

Since this appears to be the only pida package for Arch, I have updated this using a local backup. The newest version in the wild is 0.6.2 and then later hg changes are applied as a patch.

micwoj92 commented on 2020-09-08 01:59 (UTC)

Bitbucket no longer hosts mercurial repositories, could you update this package?

<deleted-account> commented on 2011-09-25 11:03 (UTC)

I've found out that with: LD_PRELOAD=/usr/lib/libpython2.7.so pida works, but wonder why it's required?

<deleted-account> commented on 2011-09-25 09:35 (UTC)

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 (UTC)

True, I had a PKGBUILD with those sitting in my /var/abs/local. Not sure why I forgot to upload it.

<deleted-account> commented on 2011-07-08 07:55 (UTC)

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 (UTC)

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 (UTC)

Yeah they are adding dependencies left and right.

<deleted-account> commented on 2010-08-26 20:19 (UTC)

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')