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 10 11 Next › Last »

Stebalien commented on 2014-08-29 07:07 (UTC)

That looks correct... Are you sure you haven't messed with your python path or anything? Also, are you using [testing]? Try running (in a python shell): from pkg_resources import * get_distribution('pithos==1.0.0').get_entry_map()

<deleted-account> commented on 2014-08-28 12:38 (UTC)

[gui_scripts] pithos = pithos.pithos:main

Stebalien commented on 2014-08-28 03:04 (UTC)

@leogdion, I can't reproduce. What is the contents of /usr/lib/python3.4/site-packages/pithos-1.0.0-py3.4.egg-info/entry_points.txt

<deleted-account> commented on 2014-08-27 19:14 (UTC)

On start.. Traceback (most recent call last): File "/usr/bin/pithos", line 9, in load_entry_point('pithos==1.0.0', 'gui_scripts', 'pithos')() File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 356, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2471, in load_entry_point raise ImportError("Entry point %r not found" % ((group, name),)) ImportError: Entry point ('gui_scripts', 'pithos') not found https://github.com/pithos/pithos/issues/125

tyr0 commented on 2014-04-07 10:24 (UTC)

Thank you, worked like a charm.

Stebalien commented on 2014-04-06 19:19 (UTC)

Python was updated. You have to rebuild/reinstall pylast. I just bumped the pkgrel so if you're using an AUR helper, it should reinstall it on update.

tyr0 commented on 2014-04-06 18:56 (UTC)

pithos refuses to start since a recent system-update: Traceback (most recent call last): File "/usr/bin/pithos", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2749, in <module> working_set = WorkingSet._build_master() File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 444, in _build_master ws.require(__requires__) File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 725, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 628, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: pylast

Stebalien commented on 2014-02-17 02:11 (UTC)

Waiting on: https://github.com/pithos/pithos/pull/69