Re: How to adapt some code provided by friend

2010-05-06 Thread Etienne Python
Hey Frank, Thanks for the advice. I'm gonna do that as well ;-) Cheers, 2010/5/5 Frank > I hate to chime in here but I recently started using Django, quite > successfully. I'm also a consent-student. I fear that you are going to > have a lot of trouble using Django (or anything like it) if you

Re: How to adapt some code provided by friend

2010-05-05 Thread Frank
I hate to chime in here but I recently started using Django, quite successfully. I'm also a consent-student. I fear that you are going to have a lot of trouble using Django (or anything like it) if you don't build some basics. To successfully use a product like Django, basic knowledge of at least

Re: How to adapt some code provided by friend

2010-05-05 Thread Daniel Roseman
On May 5, 1:05 pm, Etienne Python wrote: > Well actually, I copied all of the data (including the database), not only > the code. But indeed, like you say, the problem is not solved yet just by > installing mysql. > > So I followed the alternative solution you suggested. Now I get another > error

Re: How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
Well actually, I copied all of the data (including the database), not only the code. But indeed, like you say, the problem is not solved yet just by installing mysql. So I followed the alternative solution you suggested. Now I get another error actually: when I run ./manage.py syncdb like you sug

Re: How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
ok, I have done that now, but I'm affraid I still get the same result... :-( On May 5, 1:26 pm, "ge...@aquarianhouse.com" wrote: > install MySQLdb :) > > On May 5, 1:23 pm, Etienne Python wrote: > > > > > > > On May 5, 12:42 pm, Daniel Roseman wrote: > > > > On May 5, 11:06 am, Etienne Python

Re: How to adapt some code provided by friend

2010-05-05 Thread Daniel Roseman
On May 5, 12:23 pm, Etienne Python wrote: > > File "c:\python26\lib\site-packages\django\db\backends\mysql\base.py", > line 13, in >    raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) > django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb > module: No module named

Re: How to adapt some code provided by friend

2010-05-05 Thread ge...@aquarianhouse.com
install MySQLdb :) On May 5, 1:23 pm, Etienne Python wrote: > On May 5, 12:42 pm, Daniel Roseman wrote: > > > > > On May 5, 11:06 am, Etienne Python wrote: > > > > Hey all, > > > > I'm a real beginner at both Django and Python, so excuse me if my > > > question looks silly to you. > > > > A fri

Re: How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
On May 5, 12:42 pm, Daniel Roseman wrote: > On May 5, 11:06 am, Etienne Python wrote: > > > > > > > Hey all, > > > I'm a real beginner at both Django and Python, so excuse me if my > > question looks silly to you. > > > A friend of mine did me a huge favour by coding a form for me. > > However,

Re: How to adapt some code provided by friend

2010-05-05 Thread Daniel Roseman
On May 5, 11:06 am, Etienne Python wrote: > Hey all, > > I'm a real beginner at both Django and Python, so excuse me if my > question looks silly to you. > > A friend of mine did me a huge favour by coding a form for me. > However, I would like to modify a couple of details in the page. > > I have

How to adapt some code provided by friend

2010-05-05 Thread Etienne Python
Hey all, I'm a real beginner at both Django and Python, so excuse me if my question looks silly to you. A friend of mine did me a huge favour by coding a form for me. However, I would like to modify a couple of details in the page. I have copied the code and the folders linked to the website to