30 Jul
2011
30 Jul
'11
7:27 p.m.
On 2011/7/30 Kwpolska <kwpolska@gmail.com> wrote:
Hi, I'd like to use pyalpm and pycman in my project. I need to get the database. Unfortunately, when I run the code, I get an exception saying "data is not initialized". How to fix that?
Hello, libalpm must be initialized and configured before working properly. pyalpm provides several helper functions in pycman.config to do the initialization through the /etc/pacman.conf file. Rémy.