pip install error for pinax 0.7.0

2009-03-08 Thread over.nine.k
after getting easy_install, git, bzr, and pip running in my windows environment, i run the code to download the pinax external apps C:\pinax-0.7.0>pip install --requirement requirements/ external_apps.txt and i get the error: C:\Python25\Scripts\pip-script.py run on 03/09/09 00:48:20 Downloadin

Re: setting the checkboxes (MultipleChoiceField problem)

2009-01-09 Thread over.nine.k
To simplyfy my question: How would you set the initial value of a form.MultipleChoiceField being populated by a dictionary? Django form doc says: >>> class CommentForm(forms.Form): ... name = forms.CharField(initial='class') ... url = forms.URLField() ... comment

setting the checkboxes (MultipleChoiceField problem)

2009-01-09 Thread over.nine.k
I have a problem setting the check boxes that are "checked" when my form returns (Please let me know if my logic is wrong from go) My logic: -- After options are selected in my form, i save() the field[] in a textfield (concat string with commas) -- when textfield is returned, i split() the stri