Re: [Arches] Re: Installing Arches on Win server 64bits

2015-06-25 Thread Mohamed Zamdin
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 chi...@fargeo.com 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 fzam...@gmail.com 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 archesproject@googlegroups.com. To
 unsubscribe, send email to archesproject+unsubscr...@googlegroups.com.
 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 archesproject+unsubscr...@googlegroups.com.
 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



-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Re: Installing Arches on Win server 64bits

2015-06-25 Thread Cyrus Hiatt
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 fzam...@gmail.com 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 chi...@fargeo.com 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 fzam...@gmail.com
 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 archesproject@googlegroups.com. To
 unsubscribe, send email to archesproject+unsubscr...@googlegroups.com.
 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 archesproject+unsubscr...@googlegroups.com.
 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 archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Re: Installing Arches on Win server 64bits

2015-06-25 Thread Mohamed Zamdin
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 chi...@fargeo.com 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 fzam...@gmail.com 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 chi...@fargeo.com 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 fzam...@gmail.com
 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 archesproject@googlegroups.com. To
 unsubscribe, send email to archesproject+unsubscr...@googlegroups.com.
 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 archesproject+unsubscr...@googlegroups.com.
 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 archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Problem Installing Arches

2015-06-25 Thread Altin Ukshini
Hi Alexei,

Thanks, that's what we were looking for.
I see the strings available now are from the project in LA, but it
shouldn't be a problem as we can just use the ones we need.

Thanks for your help, and I'll let you know if we need anything else.

Best,
Altin

--
*Altin Ukshini*
*President of the Executive Board*


*FLOSSK (Free Libre Open Source Software Kosova)*
+386 (0) 49 199 992 | altin.uksh...@gmail.com | about.me/altinukshini

Latest project:

* http://prishtinahackerspace.org*

On Wed, Jun 24, 2015 at 10:50 PM, Alexei Peters apet...@fargeo.com wrote:

 Hi Altin,
 I just uploaded a new .po file that has 232 strings.
 Hopefully this helps.
 Cheers,
 Alexei


 Director of Web Development - Farallon Geographics, Inc. - 971.227.3173

 On Wed, Jun 24, 2015 at 1:18 PM, Alexei Peters apet...@fargeo.com wrote:

 Hi Altin,
 You're exactly right.  I'm sorry I didn't confirm that before.
 I'm looking into this right now and I'll upload the new .po file soon.
 Cheers,
 Alexei


 Director of Web Development - Farallon Geographics, Inc. - 971.227.3173

 On Wed, Jun 24, 2015 at 9:06 AM, Altin Ukshini altin.uksh...@gmail.com
 wrote:

 Hi Alexei,

 I apologize, I missed a comma in my question, and that must have
 confused you.

 We saw those strings, but those are only about django (django.po file),
 strings that are part of the arches platform which runs on django. I was
 talking about the arches strings (just like the ones I referred to with the
 link of arches 1 in transifex).

 I believe there must be more than 40 strings in the whole platform?

 Let me look at the source code, maybe I can find the localization files
 in there and then just ask you to upload them in transifex.

 Best,
 Altin

 Sent from my phone. Please excuse any typos.
 On Jun 24, 2015 5:39 PM, Alexei Peters apet...@fargeo.com wrote:

 Hi Altin,
 I think you can find what you want here:
 https://www.transifex.com/projects/p/arches3/translate/#sq/$/51026898
 If that's not right please let me know.
 Cheers,
 Alexei


 Director of Web Development - Farallon Geographics, Inc. - 971.227.3173

 On Wed, Jun 24, 2015 at 12:20 AM, Altin Ukshini 
 altin.uksh...@gmail.com wrote:

 Hey Alexei,

 Thanks for helping!

 We plan to use the official code only (sq).
 I see you only uploaded the django.po file, but that is not all right?

 We need to translate the arches strings, where can we find those?
 Something like:
 https://www.transifex.com/projects/p/arches-1/viewstrings/#de/en-usjson-2/19202404

 Thanks,
 Altin

 --
 *Altin Ukshini*
 *President of the Executive Board*


 *FLOSSK (Free Libre Open Source Software Kosova)*
 +386 (0) 49 199 992 | altin.uksh...@gmail.com | about.me/altinukshini

 Latest project:

 * http://prishtinahackerspace.org*

 On Tue, Jun 23, 2015 at 7:27 PM, Alexei Peters apet...@fargeo.com
 wrote:

 Hi Altin,
 I've added Arianit to the Transifex site.  I also noticed that 2
 Albanian language codes we're requested (sq, sq_AL). Are you planning on
 using both forms or can we remove one?
 I've added the required resources.  Let me know if you need anything
 else.
 Cheers,
 Alexei


 Director of Web Development - Farallon Geographics, Inc. -
 971.227.3173

 On Tue, Jun 23, 2015 at 12:13 AM, Altin Ukshini 
 altin.uksh...@gmail.com wrote:

 Hey Alexei,

 Thanks for helping, I see there are no resources for translation,
 should I go ahead and add them, or you were planning to do that?

 Can you please also add my friend Arianit: aria...@gmail.com

 Best,
 Altin

 --
 *Altin Ukshini*
 *President of the Executive Board*


 *FLOSSK (Free Libre Open Source Software Kosova)*
 +386 (0) 49 199 992 | altin.uksh...@gmail.com |
 about.me/altinukshini

 Latest project:

 * http://prishtinahackerspace.org*

 On Tue, Jun 23, 2015 at 12:48 AM, Alexei Peters apet...@fargeo.com
 wrote:

 Hi Altin,

 There is a transifex project for arches v3.0 at the following url.

 https://www.transifex.com/projects/p/arches3/

 I added you to the project for both the Albanian core language (sq)
 as well as the dialect (sq_AL).

 Let me know if you need anything else.
 By the way, there is a package (
 https://www.caktusgroup.com/blog/2013/04/25/managing-django-translations-transifex/)
 that integrate django (the platform Arches uses) and Transifex that 
 should
 help smooth the process of managing the .po files.
 Hope that helps,
 Alexei


 Director of Web Development - Farallon Geographics, Inc. -
 971.227.3173

 On Mon, Jun 22, 2015 at 10:14 AM, Altin Ukshini 
 altin.uksh...@gmail.com wrote:

 Hey there,

 Congrats on rolling out the Arches v3.0

 My team and I are willing to translate it into Albanian.
 So far I only found this link for Arches translation and I believe
 it's outdated: https://www.transifex.com/projects/p/arches-1/

 Can you guys assist on this? - Is there any other way rather than
 the link above, send us the .po files or create a new project in 
 transifex?

 Cheers,
 Altin

 --
 *Altin Ukshini*
 *President of the Executive Board*


 *FLOSSK