Doesn't work for me
➜ ~ pgcli
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.4/site-packages/pgcli/main.py", line 13, in <module>
from prompt_toolkit import CommandLineInterface, Application, AbortAction
ImportError: cannot import name 'Application'
Search Criteria
Package Details: pgcli-git v0.16.3.r54.g508b2ee-1
Package Actions
| Package Base: | pgcli-git |
|---|---|
| Description: | a command line interface for Postgres with auto-completion and syntax highlighting |
| Upstream URL: | http://pgcli.com/ |
| Category: | devel |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | fzerorubigd |
| Maintainer: | fzerorubigd |
| Last Packager: | fzerorubigd |
| Votes: | 2 |
| First Submitted: | 2015-02-17 07:53 |
| Last Updated: | 2015-04-27 05:29 |
Dependencies (6)
Required by (0)
Sources
Latest Comments
Comment by originof
Comment by fzerorubigd
@wenLiangcan thanks, fixed, and sorry for any problem it make.
Comment by wenLiangcan
There's a typo in the PKGBUILD:
conflict=('pgcli')
should be
conflicts=('pgcli')