fixed broken links for the latest pylint/astng release

2013-03-04 Thread Sylvain Thénault
Hi there, last week I announced the latest and greatest pylint/astng release but didn't noticed at that time that the download links on our web site were broken, and that the upload to pypi failed. This is now fixed, for those who tried during the mean time. Sorry for the convenience, -- Sylv

Re: broken links on effbot.org

2006-10-14 Thread Rainy
Gerard Flanagan wrote: > The links here seem to be broken: > > http://effbot.org/zone/element-index.htm#documentation > > I'm getting: > > sorry, /zone/page.cgi?page=element does not exist > > sorry, /zone/page.cgi?page=pythondoc-elementtree-ElementTree does not > exist > > It was working two

broken links on effbot.org

2006-10-14 Thread Gerard Flanagan
The links here seem to be broken: http://effbot.org/zone/element-index.htm#documentation I'm getting: sorry, /zone/page.cgi?page=element does not exist sorry, /zone/page.cgi?page=pythondoc-elementtree-ElementTree does not exist It was working two days ago, possibly yesterday (13th Oct). G

Re: Python CHM Doc Contains Broken Links on Linux in xCHM.

2006-05-08 Thread vbgunz
Thank you Razvan. You're right. I downloaded the 1.7.1 source and built it and the links do work just fine. Thank you for pointing that out! -- http://mail.python.org/mailman/listinfo/python-list

Re: Python CHM Doc Contains Broken Links on Linux in xCHM.

2006-05-08 Thread Razvan Cojocaru
> Is this a problem with the chm docs themselves OR is it a problem with > xCHM? The same chm works just fine on Windows whereas on Linux I am > having problems. Anyone experiencing the same? is a fix coming? It's already been fixed. You're running an old version (the screenshot says 1.2). The lat

Python CHM Doc Contains Broken Links on Linux in xCHM.

2006-05-07 Thread vbgunz
Hello! this is the main error: http://img406.imageshack.us/img406/5218/screenshotxchmerror1ae.png navigation link images broken here: http://img406.imageshack.us/img406/2822/screenshotxchmv12python24docum.png when I first open up the docs, the main page and Global Module Index links in the tree

Re: broken links

2005-07-22 Thread gene tani
OR: (I think it does the same thing) os.access(filename,OS.F_OK) -- http://mail.python.org/mailman/listinfo/python-list

Re: broken links

2005-07-22 Thread rbt
I found it: os.path.exists(path) On Fri, 2005-07-22 at 09:22 -0400, rbt wrote: > How can I find broken links (links that point to files that do not > exist) in a directory and remove them using Python? I'm working on RHEL4 > > Thanks, > rbt -- http://mail.python.org/mai

broken links

2005-07-22 Thread rbt
How can I find broken links (links that point to files that do not exist) in a directory and remove them using Python? I'm working on RHEL4 Thanks, rbt -- http://mail.python.org/mailman/listinfo/python-list