skabber

skabber

28p

19 comments posted · 124 followers · following 0

14 years ago @ Community, Code, Rando... - The Nokia Invasion wil... · 2 replies · +1 points

Why are you talking bad about the Visitors? I am a Visitor peace ambassador. Why don't we site down and have a chat sometime.

14 years ago @ Socialist Software - A simple Django life s... · 0 replies · +1 points

Ya, it looks like the the facebook python module has been updated and that broke django-lifefeed. I'll update django-lifefeed to use the latest module. In the meantime you can use the older friendfeed module.

14 years ago @ Community, Code, Rando... - Sprint Mifi Review · 1 reply · +1 points

During Rockies games you should be watching the game, not surfing the web or making phone calls.

14 years ago @ My Blog - Ignite Denver - Ticket... · 0 replies · +1 points

I got mine! Can't wait.

14 years ago @ iPhone Blog AppStore - Coathangr · 0 replies · +1 points

Love it, but then again, I made it :)

15 years ago @ Socialist Software - Pinax Developer Quicks... · 1 reply · +1 points

It sounds like you might have an older version of pip installed. The current pip supports installing from svn, git, hg and bzr. Are you sure you are in your virtual environment?
workon pinax
and that you installed pip into that virtual environment
easy_install pip
The current version of pip is 0.3.1 try
pip --version
to see what version you have.

15 years ago @ Socialist Software - Pinax Developer Quicks... · 0 replies · +1 points

Sorry Nick I don't know to much about the windows world but I am told that pip has some problems with Windows. So you might have to install things manually. Let me know if you do get Windows up, we could use a nice tutorial for Windows users.

15 years ago @ Socialist Software - Pinax Developer Quicks... · 0 replies · +1 points

Thanks for the corrections David. I have updated with the steps to create the .virtualenvs dir and the path to the requirements file.
according to pypi, virtualenvwrapper has a dependency on virtualenv so I thought pip would take care of installing virtualenv.

15 years ago @ Socialist Software - Pinax Developer Quicks... · 0 replies · +1 points

This is specifically for setting up a dev environment. The released versions of Pinax will be tarballs that contain all the necessary modules. So pip would not be needed.

15 years ago @ coathangr blog - New Features · 0 replies · +1 points

Hi hubs,
Coathangr is build on Django http://www.djangoproject.com/ and Pinax http://pinaxproject.com/