Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Agon Hajdari Newsgroups: comp.lang.python Subject: Re: lpod-python Date: Sun, 12 Aug 2012 19:45:49 +0000 (UTC) Organization: solani.org Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1344800749 7679 eJwNxkkRADAIBDBNnIudsgX/EtpPJmEpSXhGemzssOrebYGKzd/RzSnADWxr/Zi7buhpkg84EhIa (12 Aug 2012 19:45:49 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Sun, 12 Aug 2012 19:45:49 +0000 (UTC) User-Agent: Pan/0.136 (I'm far too busy being delicious; GIT 926a150 git://git.gnome.org/pan2) X-User-ID: eJwFwYEBwCAIA7CXENqq5wCT/09YwtBSb4gCh2Mj5ANxDgO23FdGHo9tk52yL17x3upC+U37ECENXmVR/QM0fRVI Cancel-Lock: sha1:u1skv5bIDT8IyTcijjQIQB8aW3Q= X-NNTP-Posting-Host: eJwNydEVADEEBMCWcLEoB3nbfwm5+R3/oNg4cBynk76TltJ7pwU589dMiNVtsAmamm5pOSz4AC+vEV0= Xref: csiph.com comp.lang.python:26951 On Fri, 10 Aug 2012 19:37:16 +0200, Francesco wrote: > I'm trying to use the lpod-python module to programmatically read data > from Open Document files. My problem is: i can't download the module > from its authors' site, > http://download.lpod-project.org/lpod-python/lpod-python-0.9.3.tar.gz. > It seems the download site is unavailable, while the main site is > working. > I also tried to install the module with pip (I read on the site that > it's now available), but again, no luck. > Do somebody know what's happening to download.lpod-project.org ? It > doesn't even ping... > > Please let me know, thank you very much. > Francesco It seems that they are hosting their project at gitorious.org via git. Try this: git clone git://gitorious.org/lpod-project/lpod-python.git (u need the git client of course) Agon