python2.4 manage.py syncdb, runs but now get another error: (myblog)-bash-3.2$ python2.4 manage.py syncdb Traceback (most recent call last): File "manage.py", line 16, in ? execute_manager(settings) File "/usr/lib/python2.4/site-packages/django/core/management/ __init__.py", line 360, in execute_manager setup_environ(settings_mod) File "/usr/lib/python2.4/site-packages/django/core/management/ __init__.py", line 343, in setup_environ project_module = import_module(project_name) File "/usr/lib/python2.4/site-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/home/cc110000/Envs/myblog/django-mingus/mingus/../mingus/ __init__.py", line 2, in ? from django_proxy.signals import proxy_save, proxy_delete ImportError: No module named django_proxy.signals (myblog)-bash-3.2$
On 17 July, 15:12, Peter Herndon <tphern...@gmail.com> wrote: > From the virtualenvwrapper instructions: > "First, some initialization steps. Most of this only needs to be done one > time. You will want to add the command tosource > /usr/local/bin/virtualenvwrapper.sh to your shell startup file, changing the > path to virtualenvwrapper.sh depending on where it was installed by pip." > > Did you do this part? > > On Jul 17, 2010, at 9:28 AM, justin jools <justinjo...@gmail.com> wrote: > > > still trying to install django-mingus > > > I loggged into my server with ssh and installed virtualenv and > > virtualenvwrapper > > easy_install virtualenv > > pip virtualenvwrapper > > ok... > > > trying to follow the install instructions(bottom). I guess virtualenv/ > > virtualenvwrapper need setting up? > > 1. mkvirtualenv myblog --no-site-packages (virtualenv myblog --no- > > site-packages works but I guess this is not correct) > > error: > > -bash: mkvirtualenv: command not found > > > 2.workon myblog > > error: > > -bash: workon: command not found > > > ---------------------------------------------------------------------------------------------------------------------------------------------- > > The quick start assumes basic familiarity with "vitualenv":http:// > > virtualenv.openplans.org/, "virtualenv wrapper":http:// > >www.doughellmann.com/projects/virtualenvwrapper/. > > > It also assumes you have both subversion, mecurial, and git clients > > locally. > > > * mkvirtualenv myblog --no-site-packages > > * workon myblog > > * cd myblog > > * git clone git://github.com/montylounge/django-mingus.git > > * cd django-mingus/mingus > > * pip install -r stable-requirements.txt > > * ... wait a bit > > * mv local_settings.py.template local_settings.py > > * ./manage.py syncdb > > * .manage.py loaddata test_data.json > > * ./manage.py runserver > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to django-us...@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.