On Tue, Jul 5, 2011 at 2:10 PM, Jeremy <jeremycran...@gmail.com> wrote: > Hello, I'm completely new to Django and the concept of virtualenv. > I'm trying to set up a web site and add in third party applications > such as the zinnia blogging app, but having some issues. I believe > that I've set up the virtualenv correctly, but could someone walk me > through detailed steps as to install a third party app in the > virtualenv, then VIEW this virtualenv project as a webpage in a > browser? Forgive me if I'm speaking non-sense, but I really need help > with this. Thank you. >
Please define "third party app" and "virtualenv project." You can install a Python package in virtualenv using pip. "Viewing a virtualenv project as a webpage" is nonsense. I could guess at what you mean, but if you can clarify a bit it would help. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.