Package Details: pithos-git 1.5.1.r23.g0a228ab-2

Git Clone URL: https://aur.archlinux.org/pithos-git.git (read-only, click to copy)
Package Base: pithos-git
Description: Native Pandora Radio client
Upstream URL: https://pithos.github.io/
Keywords: music
Licenses: GPL3
Conflicts: pithos, pithos-bzr
Provides: pithos
Submitter: Stebalien
Maintainer: eugene
Last Packager: eugene
Votes: 49
Popularity: 0.000000
First Submitted: 2012-04-25 20:40 (UTC)
Last Updated: 2023-05-04 02:26 (UTC)

Dependencies (14)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

Stebalien commented on 2014-09-06 21:41 (UTC)

Can you try greping for pithos instead?

<deleted-account> commented on 2014-09-04 12:26 (UTC)

[leo@localhost ~]$ cat pithos.py from pkg_resources import * get_distribution('pithos==1.0.0').has_metadata('entry_points.txt')[leo@localhost ~]$ strace python pithos.py 2>&1 | grep entry_points [leo@localhost ~]$ Nothing there

Stebalien commented on 2014-09-04 04:49 (UTC)

The second one (the first one is just a command).

<deleted-account> commented on 2014-09-04 00:14 (UTC)

What python code? `ls -l /usr/lib/python3.4/site-packages/pithos-1.0.0-py3.4.egg-info` ======= >>> from pkg_resources import * >>> get_distribution('pithos==1.0.0').has_metadata('entry_points.txt') Let me know. Thanks

Stebalien commented on 2014-09-03 04:16 (UTC)

Ok, could you put that python code in a script and run: strace python that_script.py 2>&1 | grep entry_points

<deleted-account> commented on 2014-09-01 23:27 (UTC)

-rw-r--r-- 1 root root 1 Aug 27 13:56 dependency_links.txt -rw-r--r-- 1 root root 43 Aug 27 13:56 entry_points.txt -rw-r--r-- 1 root root 1010 Aug 27 13:56 PKG-INFO -rw-r--r-- 1 root root 7 Aug 27 13:56 requires.txt -rw-r--r-- 1 root root 1573 Aug 27 13:56 SOURCES.txt -rw-r--r-- 1 root root 7 Aug 27 13:56 top_level.txt

Stebalien commented on 2014-09-01 22:01 (UTC)

`ls -l /usr/lib/python3.4/site-packages/pithos-1.0.0-py3.4.egg-info`‽

<deleted-account> commented on 2014-09-01 19:59 (UTC)

Python 3.4.1 (default, May 19 2014, 17:23:49) [GCC 4.9.0 20140507 (prerelease)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from pkg_resources import * >>> get_distribution('pithos==1.0.0').has_metadata('entry_points.txt') False

Stebalien commented on 2014-09-01 18:36 (UTC)

[testing] is the testing repository (if you don't know what it is, you aren't using it). Your python path is probably fine (otherwise, those python commands would have raised an exception). Try the following: >>> from pkg_resources import * >>> get_distribution('pithos==1.0.0').has_metadata('entry_points.txt')

<deleted-account> commented on 2014-09-01 15:13 (UTC)

Python 3.4.1 (default, May 19 2014, 17:23:49) [GCC 4.9.0 20140507 (prerelease)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from pkg_resources import * >>> get_distribution('pithos==1.0.0').get_entry_map() {} What is [testing]? Is there a way to verify I have not messed with the python path? I am sure I have not.