Re: How to upload to Pythonhosted.org

2017-12-08 Thread waylan
you find a new host, they at least provide a way to "delete" the content from pyhtonhosted. That way, Google will stop indexing it and stop including it in search results. Unfortunately, all the existing links across the internet are now dead with no way to redirect people. Waylan On Thursd

Re: How to upload to Pythonhosted.org

2017-12-05 Thread waylan
ter you find a new host, they at least provide a way to "delete" the content from pyhtonhosted. That way, Google will stop indexing it and stop including it in search results. Unfortunately, all the existing links across the internet are now dead with no way to redirect people. Waylan

How to upload to Pythonhosted.org

2017-11-29 Thread waylan
ctName Use this button, There is no undo. > > [Destroy Documentation] I also went to pypi.org and logged in there. But I don't see any options for editing my projects or uploading documentation on that site. So, how do I upload an update to my documentation? Waylan -- https://mail.python.org/mailman/listinfo/python-list

Re: Strange Behavior on Python 3 Windows Command Line

2012-02-13 Thread Waylan Limberg
python.exe`. Anyway, thanks for the pointer Arnaud. -- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg -- http://mail.python.org/mailman/listinfo/python-list

Strange Behavior on Python 3 Windows Command Line

2012-02-13 Thread waylan
When I try running any Python Script on the command line with Python 3.2 I get this weird behavior. The cursor dances around the command line window and nothing ever happens. Pressing Ctr+C does nothing. When I close the window (mouse click on X in top right corner), an error dialog appears asking

Re: how to remove multiple occurrences of a string within a list?

2007-04-05 Thread waylan
On Apr 3, 6:05 pm, Steven Bethard <[EMAIL PROTECTED]> wrote: > bahoo wrote: > > The larger problem is, I have a list of strings that I want to remove > > from another list of strings. > > If you don't care about the resulting order:: > > >>> items = ['foo', 'bar', 'baz', 'bar', 'foo', 'frobble

Re: Is there an alternative to os.walk?

2006-10-04 Thread waylan
Bruce wrote: > Hi all, > I have a question about traversing file systems, and could use some > help. Because of directories with many files in them, os.walk appears > to be rather slow. I`m thinking there is a potential for speed-up since > I don`t need os.walk to report filenames of all the files

Re: page contents are not refreshed

2006-09-13 Thread waylan
Steve Holden wrote: > waylan wrote: [snip] > > > >>from mod_python import apache > >>from time import strftime, gmtime > >> > > > > def curtime(): > > return strftime("%a, %d %b %Y %H:%M:%S +", gmtime()) >

Re: page contents are not refreshed

2006-09-13 Thread waylan
Gleb Rybkin wrote: > when running apache, mod_python in windows. > > This looks pretty strange. Creating a simple python file that shows > current time will correctly display the time in apache the first time, > but freezes afterwards and shows the same time on all subsequent clicks > as long as th

Re: Using Beautiful Soup to entangle bookmarks.html

2006-09-07 Thread waylan
hat is helpful. [1]: http://www.physic.ut.ee/~kkannike/english/prog/python/util/bookmarks/code/bookmarks.py [2]: http://www.google.com/search?q=firefox+bookmarks.html+python Waylan -- http://mail.python.org/mailman/listinfo/python-list