[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: python-apt problem



On Wed, 23 Mar 2005 02:09:59 +0100, Michael Vogt <mvogt@acm.org> wrote:
> 
> Could you please try:
> - apt_pkg.ReadConfigFile(Cnf,"/tmp/myapt.conf")
> - apt_pkg.init()
> + apt_pkg.InitSystem()
> + apt_pkg.ReadConfigFile(apt_pkg.Config, "/tmp/myapt.conf")
> 
> apt_pkg.init() calls the normal pkgInitConfig() and that will read all
> of the configuration.


Thanks but no go.

It gives this output:

Traceback (most recent call last):
  File "/tmp/test4.py", line 17, in ?
    cache = apt_pkg.GetCache()
SystemError: The list of sources could not be read.



-- 
Alex Polite
http://flosspick.se



Reply to: