Breezy: does gio transport works?

Jelmer Vernooij jelmer at jelmer.uk
Fri Oct 16 01:51:09 UTC 2020


On Fri, Oct 16, 2020 at 03:34:48AM +0200, Flavio Barbara wrote:
> I'm using breezy 3.1 on debian sid,
> 
> when I try to create a repository using dav protocol:
> 
> brz init-shared-repo --no-trees
> gio+dav://xxxx.xxxx.net/remote.php/dav/files/USER/prova
> 
> brz: ERROR: Unsupported protocol for url
> "gio+webdavs://home.maidaccordo.net/remote.php/dav/files/flavio/prova":
> Unable to import library "glib": No module named 'glib'
> 
> There is no glib module on my system, neither the gio module.
It should work if you're on Python 2, but won't on Python 3 where gio
is not available.

See this askubuntu question for details:

https://askubuntu.com/questions/91844/using-gio-in-python-3

-- 
Jelmer Vernooij <jelmer at jelmer.uk>
PGP Key: https://www.jelmer.uk/D729A457.asc



More information about the bazaar mailing list