wil

wil

14p

10 comments posted · 0 followers · following 0

12 years ago @ dready blog v2.0 - What's with the J in E... · 0 replies · +1 points

me too :)

13 years ago @ dready blog v2.0 - web.py with mod_python... · 0 replies · +1 points

@parkchiwan - good to know it helped you :)

13 years ago @ dready blog v2.0 - httpd exited on signal... · 0 replies · +1 points

nice :)

13 years ago @ dready blog v2.0 - Hash Ring fork · 0 replies · +1 points

hrm.. wonder why git:// url isn't working for you; it's supposed to be public access. In any case, yeah git +http://github.com/wil/hash_ring.git works too.

13 years ago @ dready blog v2.0 - Hash Ring fork · 0 replies · +1 points

Hi Gary,

Unfortunately, I don't use viWord any more these days (I try to avoid using Word altogether ;-)

If you need similar functionality, perhaps give viEmu a try? http://www.viemu.com/viemu-vi-vim-word-outlook.ht...

13 years ago @ dready blog v2.0 - Tornado with VirtualEn... · 0 replies · +1 points

Hey David,

I haven't used epoll because using the mac for dev, and freebsd for prod.

However, pip *should* do the normal setup.py stuff even when installing from git. Maybe you're using Python 2.6 and from what I can see tornado's setup.py refuses to build epoll.c unless you're on Linux and *not* using 2.6.

I've also found the <code>--install-option</code> argument to pip install command to be invaluable when you need to pass additional args to setup.py.

13 years ago @ dready blog v2.0 - Tornado with VirtualEn... · 0 replies · +1 points

The cleanest way is to recreate the virtual environment in other machines. To do that, you would want to produce a requirements file with pip, which details the exact version of all the packages you have installed in that virtual env.

$ pip freeze > requirements.txt

On the new machine, after you have created the empty virtualenv, and installed pip, you would just do:

$ pip install -r requirements.txt

There are other ways of doing it (like making your virtual env relocatable, etc.) but if you depend on modules that link to C libraries, and the machines are different, it won't work. There are also other things are likely to break.

13 years ago @ dready blog v2.0 - viWord 0.6.1 · 0 replies · +1 points

Hi Garry, sorry I missed your comment earlier.

Indeed the link was broken. I have now updated it:http://dready.org/projects/viWord/viWord.zip

Thanks for the report!

p.s. Please note, though, that this little script worked on older versions of Microsoft Word, and is no longer supported.

14 years ago @ dready blog v2.0 - Tornado with VirtualEn... · 0 replies · +1 points

I didn't know that, thanks for the tip! Text has been fixed.

15 years ago @ dready blog v2.0 - (Lack of) English Word... · 0 replies · +1 points

That's hilarious! I can't seem to find any grammatical mistake in the pic though..