Hi Cryus, I do have psycopg2 installed on my virtualenv. I figure out the problem that postgreSQL\9.3\bin needs to added to the path
Thank You. On Thu, Jun 25, 2015 at 11:55 AM, Cyrus Hiatt <[email protected]> wrote: > Hi Mohamed - > > It looks like you need to install psycopg2 in your virtual environment: > > http://www.stickpeople.com/projects/python/win-psycopg/ > > You can do this my activating your virtual environment and using > easy_install. There is an example for doing this in the link above. > > Cheers, > > Cyrus > > On Thu, Jun 25, 2015 at 8:10 AM, Mohamed Zamdin <[email protected]> wrote: > >> Hi, >> >> I'm having a problem install arches-hip. I'm following the instructions >> from http://arches-hip.readthedocs.org/en/latest/getting-started/ and >> now I'm stuck at step 6. See below error that I am getting. trying to >> install on win64 server. >> >> [image: Inline image 1] >> >> On Wed, Jun 24, 2015 at 10:46 AM, Cyrus Hiatt <[email protected]> wrote: >> >>> Hi Mohamed - >>> >>> It's very unlikely that Arches will run using Django 1.8. Arches should >>> install into your virtual environment with Django 1.6.2. You can confirm >>> this be activating your virtual environment, starting python in a command >>> terminal and typing: >>> >>> import django >>> django.VERSION >>> >>> If you have upgraded Django to 1.8, you should probably remove it and >>> install 1.6.2 >>> >>> Hope that helps, >>> >>> Cyrus >>> >>> On Tue, Jun 23, 2015 at 7:53 AM, Mohamed Zamdin <[email protected]> >>> wrote: >>> >>>> Hi Dennis, >>>> >>>> Thank you very much for looking into this. I am trying to install >>>> Arches-HIP, on Win64 server. >>>> >>>> I looks like Django 1.8.2 has problems after install, and I don't know >>>> much how to change the settings around. >>>> >>>> FYI I have psycopg2 installed 2.6.1, python 2.7, and virtualenv. >>>> >>>> Thank You, >>>> Mohamed >>>> >>>> -- >>>> -- To post, send email to [email protected]. To >>>> unsubscribe, send email to [email protected]. >>>> For more information, visit >>>> https://groups.google.com/d/forum/archesproject?hl=en >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Arches Project" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Cyrus Hiatt >>> GIS Web Developer >>> >>> Phone: 415.227.1144 >>> 601 Montgomery Street >>> Suite 1095 >>> San Francisco, CA >>> www.fargeo.com >>> >>> >> > > > -- > Cyrus Hiatt > GIS Web Developer > > Phone: 415.227.1144 > 601 Montgomery Street > Suite 1095 > San Francisco, CA > www.fargeo.com > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
