You are not logged in.

#1 2011-06-21 05:08:42

Giggles
Member
Registered: 2009-12-04
Posts: 7

Rapid Photo Downloader Issues

I recently installed the Rapid Photo Downloader package from AUR.  I saw the kaa-metadata
optional dependency and installed that.  When I opened the program it
was telling me that video functionality is disabled because I need
hachoir metadata and kaa metadata.  I installed hachoir-metadata.  I am
still unable to enable the Video Download feature in RPD.  When I run
from command line I get:

[cory@Revelations ~]$ rapid-photo-downloader -v
[INFO/MainProcess] Rapid Photo Downloader 0.4.1
[INFO/MainProcess] Using pyexiv2 0.3.0
[INFO/MainProcess] Using exiv2 0.21.1
[INFO/MainProcess] Video downloading functionality disabled.
To download videos, please install the hachoir metadata and kaa metadata
packages for python.
[INFO/MainProcess] No downloads have occurred so far today
[INFO/MainProcess] allocating a new mmap of length 4096
/usr/lib/python2.7/site-packages/rapid/rapid.py:2769: GtkWarning:
Unknown property: GtkMenuBar.ubuntu-local
  builder.add_from_file(paths.share_dir("glade3/rapid.ui"))
/usr/lib/python2.7/site-packages/rapid/rapid.py:2769: GtkWarning:
Unknown property: GtkMenu.ubuntu-local
  builder.add_from_file(paths.share_dir("glade3/rapid.ui"))
[INFO/GetPreviewImage-1] child process calling self.run()
[INFO/SubfolderFile-2] child process calling self.run()
[INFO/MainProcess] Detected 8.2 GB Filesystem
[INFO/MainProcess] Terminating all processes...
[INFO/MainProcess] process shutting down
[INFO/MainProcess] calling terminate() for daemon GetPreviewImage-1
[INFO/MainProcess] calling terminate() for daemon SubfolderFile-2
[INFO/MainProcess] calling join() for process GetPreviewImage-1
[INFO/MainProcess] calling join() for process SubfolderFile-2
[cory@Revelations ~]$

I wanted to make sure that I had the
required metadatas installed properly.  I tested these in python. Here's
my output:

[cory@Revelations ~]$ python
Python 3.2 (r32:88445, Apr 15 2011, 11:09:05)
[GCC 4.5.2 20110127 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from hachoir_core.cmd_line import unicodeFilename
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named hachoir_core.cmd_line
>>> from hachoir_parser import createParser
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named hachoir_parser
>>> from hachoir_metadata import extractMetadata
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named hachoir_metadata
>>> from kaa.metadata import parse
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named kaa.metadata
>>> quit()

It would appear that I don't have the two required metadata packages
installed, but when I search my system for them they are there:

[cory@Revelations ~]$ pacman -Q kaa-metadata
kaa-metadata 0.7.7-3
[cory@Revelations ~]$ pacman -Q hachoir-metadata
hachoir-metadata 1.3.3-1

Is there something simple that I'm missing?

Thanks in advance for any help that anybody can offer.

Offline

#2 2011-06-29 21:47:46

psychoseba
Member
Registered: 2011-06-29
Posts: 1

Re: Rapid Photo Downloader Issues

Try installing hachoir-parser. It worked for me. Also, RPD uses python2, not python 3, that's why your tests weren't working.

Offline

Board footer

Powered by FluxBB