"What am I doing wrong..." First, you aren't asking for help in the proper venue. I'm Cc'ing the django-users mailing list, which is where your question belongs, and to which I know you subscribe.
Second, your question is badly put together. You need to learn to ask better questions. In this case, you mention you get an error when you try to create a virtualenv. That's a start, but you should include the text of the error stack trace. You should also include such pertinent details as your OS, your Python version. Third, consider searching for the answer. Chances are that others have encountered a similar problem, and their solutions are documented somewhere that Google can find for you. The first thing I do when confronted with an error I've never seen before is search for the text of the error. This usually obviates the need for asking questions, and is faster than waiting for a reply. HTH, ---Peter On Jul 16, 2010, at 5:10 PM, justin jools <justinjo...@gmail.com> wrote: > How do i install it? > RE: http://djangoadvent.com/1.2/everything-i-hate-about-mingus/ > I tried following this to install Django-Mingus, it says it is easy > but not for a newbie who knows nothing about virtualenv! tsk! > > I don't have pip so I ran easy_install > 1. easy_install virtualenv... no problem > 2. easy_instal virtualenvwrapper... no problem > 3. mkvirtualenv myblog —-no-site-packages > I get error: mkvirtualenv myblog —-no-site-packages > > What am I doing wrong... > > thanks for your help > > On 4 Feb, 17:09, Peter Herndon <tphern...@gmail.com> wrote: >> On Feb 4, 2010, at 10:02 AM, Joel Stransky wrote: >> >>> Hi all, >>> I'm brand new to Django/Python but not software development. I just to say >>> hi and ask for your understanding on my newbish questions. >>> I realize Django, when used correctly makes it stupidly easy to create >>> webblogs but I'm curious as to whats out there as far as django based blog >>> installs go a la wordpress. >> >>> Any input is appreciated. >> >> Hi Joel, >> >> I'm tempted to suggest you write your own blog engine, as that seems to be >> the first thing every new-to-Django programmer does, and it will provide a >> good learning experience. However, if you are looking for an actual really >> good, pre-built blog app, you can't really go wrong with >> django-mingus(http://github.com/montylounge/django-mingus). There are >> dozens of other options out there (since, as written above, darn near >> everyone writes their own at some point), but django-mingusis both easy to >> use and provides an excellent example of both good software engineering and >> good deployment practices. >> >> ---Peter Herndon -- 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.