Re: [ImportError] cannot import name `feed`

2013-02-23 Thread Binith Babu
Hi there I have the same problem, I am using django 1.4.5 and pinax project "pinax-project-account" Is there a fix now , anybody ? thanks, -binith On Monday, 5 March 2012 18:22:21 UTC-8, Alec Taylor wrote: > > I keep getting an ImportError saying "cannot import name `f

Re: cannot import name `feed`

2012-04-14 Thread Alec Taylor
graded to Django 1.4. > > I had the same problem when going from Django 1.3.1 to 1.4. > > Suggestion: > > pip install django==1.3.1 > > On Mar 6, 7:22 am, Alec Taylor wrote: >> I keep getting an ImportError saying "cannot import name `feed`". >> (p

Re: cannot import name `feed`

2012-04-13 Thread Nikhil Somaru
You have upgraded to Django 1.4. I had the same problem when going from Django 1.3.1 to 1.4. Suggestion: pip install django==1.3.1 On Mar 6, 7:22 am, Alec Taylor wrote: > I keep getting an ImportError saying "cannot import name `feed`". > (pinax-admin basic_project) > &g

Re: cannot import name `feed`

2012-04-13 Thread Nikhil Somaru
You have upgraded to Django 1.4. I had the same problem when going from Django 1.3.1 to 1.4. Suggestion: pip install django==1.3.1 On Mar 6, 7:22 am, Alec Taylor wrote: > I keep getting an ImportError saying "cannot import name `feed`". > (pinax-admin basic_project) > &g

[ImportError] cannot import name `feed`

2012-03-05 Thread Alec Taylor
I keep getting an ImportError saying "cannot import name `feed`". (pinax-admin basic_project) I am running latest Pinax (from github) and latest DJango (from SVN), I have also tried with trunk versions of all dependencies, but I keep getting this error. How can I overcome this erro