Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26883 > unrolled thread
| Started by | Francesco <fal@togliquesto.fastwebnet.it> |
|---|---|
| First post | 2012-08-10 19:37 +0200 |
| Last post | 2012-08-12 19:45 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
lpod-python Francesco <fal@togliquesto.fastwebnet.it> - 2012-08-10 19:37 +0200
Re: lpod-python Agon Hajdari <agonh@freenet.de> - 2012-08-12 19:45 +0000
| From | Francesco <fal@togliquesto.fastwebnet.it> |
|---|---|
| Date | 2012-08-10 19:37 +0200 |
| Subject | lpod-python |
| Message-ID | <gFbVr.199021$GZ3.30544@tornado.fastwebnet.it> |
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
[toc] | [next] | [standalone]
| From | Agon Hajdari <agonh@freenet.de> |
|---|---|
| Date | 2012-08-12 19:45 +0000 |
| Message-ID | <k0915d$7fv$1@solani.org> |
| In reply to | #26883 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web