FINALLY the server is running the problem was is two dependencies django-userena and django-bootstrap-form. and the userena dependency was relying on another dependency which is six (the core of the problem) because it didn't installed automatically when installing userena so i had to install it separately
I CAN't THANK YOU ENOUGH LEE THANK YOU VERY MUCH FOR YOUR TIME On Saturday, 3 May 2014 17:05:29 UTC+1, Lee wrote: > > Actually, its probably the same problem as from the start as I see your > install from the requirements file only installed Django itself and nothing > else. THerefore I presume it does not have a list of all the dependencies > you need. Assuming the last error was again "ImportError : No module named > bootstrapform", it looks like your project might be using > django-bootstrap-form from a quick google. So try the following with your > virtualenv active: > > pip install django-bootstrap-form > > BTW, what is this project you are trying to run. GIven it seems to have > external dependencies that you are not aware of, I assume its not your > code? If so, I would expect wherever you got it from to have a list of the > dependencies that the project needs to run (though usually they would be in > the requirements file too) > > Thanks > > > On Saturday, 3 May 2014 16:59:01 UTC+1, Lee wrote: >> >> Can you copy the complete error across? The end of it is all important >> and its chopped off in the screenshot. >> >> Thanks >> >> On Saturday, 3 May 2014 16:25:57 UTC+1, Fred DJar wrote: >>> >>> Thanks >>> the second solution worked fine and the requirements were installed >>> >>> but again when i tried to run the server this is what i got >>> >>> >>> <https://lh3.googleusercontent.com/-Ag5MDmj_FBU/U2UKfxDCVGI/AAAAAAAABGk/7w3r6Bzk36I/s1600/aaa.png> >>> >>> >>> On Monday, 28 April 2014 11:03:40 UTC+1, Fred DJar wrote: >>>> >>>> >>>> >>>> >>>> *Hello guys, i'm a newbie so bear with me :)I have installed python 2.7 >>>> and django 1.6 on my desktop (ubuntu 14)but i can't run the application or >>>> activate the virtualenv* >>>> >>>> *this is the message i got:* >>>> ubuntu@ubuntu:~/Downloads/saf$ python manage.py runserver >>>> Traceback (most recent call last): >>>> File "manage.py", line 10, in <module> >>>> execute_from_command_line(sys.argv) >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >>>> >>>> line 399, in execute_from_command_line >>>> utility.execute() >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >>>> >>>> line 392, in execute >>>> self.fetch_command(subcommand).run_from_argv(self.argv) >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", >>>> line 242, in run_from_argv >>>> self.execute(*args, **options.__dict__) >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", >>>> line 280, in execute >>>> translation.activate('en-us') >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/utils/translation/__init__.py", >>>> >>>> line 130, in activate >>>> return _trans.activate(language) >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/utils/translation/trans_real.py", >>>> >>>> line 188, in activate >>>> _active.value = translation(language) >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/utils/translation/trans_real.py", >>>> >>>> line 177, in translation >>>> default_translation = _fetch(settings.LANGUAGE_CODE) >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/utils/translation/trans_real.py", >>>> >>>> line 159, in _fetch >>>> app = import_module(appname) >>>> File >>>> "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line >>>> 40, in import_module >>>> __import__(name) >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6682543e-c9b7-486d-918e-7c65d75a22f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.