Hello Kenneth Gonsalves!
On Wed, 30 Nov 2005 10:47:38 +0530 you wrote:

> 
> On Wednesday 30 Nov 2005 2:12 am, kmh wrote:
> > The work-around is to manually delete any orphaned
> > .pyc files such as adminmedia.pyc (or just all .pyc files as they
> > will be regenerated as needed).
> 
> better delete the whole thing and do a fresh svn co
> 
find django_src/ -type f -name "*.pyc" -exec rm -f {} \;

-- 
Всего наилучшего!
greg [at] anastasia [dot] ru Григорий.

Reply via email to