Re: What am i doing here

2009-01-19 Thread Dj Gilcrease
On Mon, Jan 19, 2009 at 1:55 AM, joti chand wrote: > > Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] > on > win32 > Type "help", "copyright", "credits" or "license" for more information. from mysite.polls.models import Poll, Choice > Traceback (most recent cal

What am i doing here

2009-01-19 Thread joti chand
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from mysite.polls.models import Poll, Choice Traceback (most recent call last): File "", line 1, in ImportError: No module named mysit