Ugh, I just cd'ed into the directory (it was already on server) and hg clone http://bitbucket.org/bkroeze/django-threaded-multihost/ && cd / path/to/django-threaded-multihost && python setup.py install. :/ I wonder if that'll cause problems "down the road" (the way it was installed). Anyway, I ran the app again and it seemed to have gotten rid of the error, could be wrong as it now gives me: ImproperlyConfigured: Error importing middleware satchmo_store.shop.SSLMiddleware: "No module named satchmo_store.shop.SSLMiddleware" <-- Is this in anyway connected to the django-threaded-multihost module or do you think I might be ok. I'll post my other error (and search this group) for a fix of this error. :D
thanks again for the help, probably could of solved this without it. o/ j. On Dec 10, 6:02 pm, Stuart Laughlin <[email protected]> wrote: > Assuming you followed the Quick Start closely, I think at this point > you just need to: > > pip install -e > hg+http://bitbucket.org/bkroeze/django-threaded-multihost/#egg=django-th... > > Would be comforting if someone else would chime in and endorse this > suggestion, but at any rate I think that would work. > > --Stuart > > > > > > > > On Fri, Dec 10, 2010 at 4:56 PM, jc <[email protected]> wrote: > > I used > > this:http://www.satchmoproject.com/docs/dev/quickstart.html#install-satchm... > > ...I wonder how I missed it? What are my options now? Will I need to > > start all over again? Or can I "hg > > clonehttp://bitbucket.org/bkroeze/django-threaded-multihost/" > > "cd /path/to/django-threaded-multihost" "python setup.py install". I'm > > not sure how I could do that and have it in my current project. > > > j. > > > On Dec 10, 5:46 pm, Stuart Laughlin <[email protected]> wrote: > >> If you did the quick start > >> (http://www.satchmoproject.com/docs/dev/quickstart.html) that should > >> have been installed when you pointed pip at the requirements file > >> (http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt). > >> Otherwise it is step 5 under Installing Dependencies in the > >> installation guide > >> (http://www.satchmoproject.com/docs/dev/new_installation.html#installi...). > > >> --Stuart > > >> On Fri, Dec 10, 2010 at 4:39 PM, jc <[email protected]> wrote: > >> > Anyone familiar with this error and what *where* the problem might? > >> > I'm getting this in my server logs. > > >> > thanks, > >> > j. > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "Satchmo users" group. > >> > To post to this group, send email to [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]. > >> > For more options, visit this group > >> > athttp://groups.google.com/group/satchmo-users?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/satchmo-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
