Re: help with Error was: No module named io

2011-08-29 Thread CrabbyPete
ango is > django-users.  Please send this message to django-users unless you're > proposing a change to Django. > > http://groups.google.com/group/django-users > > > > > > > > On Sun, Aug 28, 2011 at 7:34 AM, CrabbyPete wrote: > > I am running django 1.3

help with Error was: No module named io

2011-08-28 Thread CrabbyPete
I am running django 1.3 on python version 2.5.2. My code runs fine on python v2.6 but on v2.5.2 I get the following Could not import base.views. Error was: No module named io Here is the traceback: Django Version: 1.3 Python Version: 2.5.2 Installed Applications: ['django.contrib.auth', 'django

Customize the browse button on image upload form

2010-02-22 Thread CrabbyPete
I have a form which allows the user to upload an image and all works well, but I hate the browse button that you get with the form. How do you change the default browse button to a graphic button I have class ProfileForm(SignUpForm): mugshot = forms.ImageField (required = False)