Comment 4 for bug 613331

Revision history for this message
Eric Caudal - www.elico-corp.com (elicoidal) wrote : Re: [Bug 613331] [NEW] in 6.0 setup webpydav error

DAV directory is located
in /usr/local/lib/python2.6/dist-packages/PyWebDAV-0.9.4-py2.6.egg
Here is the output of the python's command:
(None,
'/usr/local/lib/python2.6/dist-packages/PyWebDAV-0.9.4-py2.6.egg/DAV',
('', '', 5))

Eric

On mer., 2010-08-04 at 08:01 +0000, xrg wrote:

> On Wednesday 04 August 2010, you wrote:
> > I am on lucid 10.04 AMD64
> > located
> > in /usr/local/lib/python2.6/dist-packages/PyWebDAV-0.9.4-py2.6.egg
> >
> >
> > Eric
> So, is there a /usr/local/lib/python2.6/dist-packages/DAV/ folder with the
> library?
> Is /usr/local/lib/python2.6/dist-packages in your python path?
>
> There is 2 lines you can test for DAV in a python interpreter:
> >>> import imp
> >>> imp.find_module('DAV')
>