Ticket #791 (closed bug: duplicate)
developement version does not install
| Reported by: | Grimsqueaker | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | 0.5 |
| Keywords: | developement | Cc: |
Description
I have the svn code and have tried to install Listen from it, but it does not seem to work. First my /usr/bin/listen file had incorrect values in it, I corrected these according to your FAQ. Then i saw that the folders in dists.py were incorrect and corrected them as well. Then I got import errors regarding trying to import helper in monitor.py. I changed the line "from helper import helper" to "import helper" and then got another import error (below):
Traceback (most recent call last):
File "/usr/lib/listen/listen", line 81, in <module>
from vfs import makedirs
File "/usr/lib/listen/vfs/init.py", line 24, in <module>
from vfs.monitor import FileMonitor?
File "/usr/lib/listen/vfs/monitor.py", line 32, in <module>
from library import ListenDB
Im going back to the version in Ubuntu's repos for now, it works. Ill try again when its been fixed.
btw I love Listen, it is defintely the best player for me.
