Re: warning: Not importing directory

2010-01-07 Thread Delacroy Systems
Thanks alot for the answer. Its going in the right direction! There is nothing directly going to a 'locale' folder in pythonpath. Indirectly, there are 'locale' folders inside these: C:\Python25\Lib\site-packages\django_cms-2.0.2-py2.5.egg\cms and C:\Python25\Lib\site-packages\blocks These were

Re: warning: Not importing directory

2010-01-07 Thread Tom Evans
On Thu, Jan 7, 2010 at 10:41 AM, Delacroy Systems wrote: > If I create an __init__.py, I get this: > 'import site' failed; use -v for traceback > Traceback (most recent call last): >  File "manage.py", line 2, in >    from django.core.management import execute_manager >  

Re: warning: Not importing directory

2010-01-07 Thread Delacroy Systems
an 7, 7:40 am, Delacroy Systems <webad...@delacroy.co.za> wrote: > > > How do I solve this? Happens when I do a runserver... > > > warning: Not importing directory 'C:\Python25\Lib\site-packages\blocks > > \locale': missing __init__.py > > warning: Not importing directory

Re: warning: Not importing directory

2010-01-07 Thread Daniel Roseman
On Jan 7, 7:40 am, Delacroy Systems <webad...@delacroy.co.za> wrote: > How do I solve this? Happens when I do a runserver... > > warning: Not importing directory 'C:\Python25\Lib\site-packages\blocks > \locale': missing __init__.py > warning: Not importing directory 'C:\Pytho

warning: Not importing directory

2010-01-06 Thread Delacroy Systems
How do I solve this? Happens when I do a runserver... warning: Not importing directory 'C:\Python25\Lib\site-packages\blocks \locale': missing __init__.py warning: Not importing directory 'C:\Python25\Lib\site-packages \django_cms-2.0.2-py2.5.egg\cms\locale': missing __init__.py warning