Re: [Arches] Strange error suddenly appeared with the Classification section

2016-04-04 Thread Alexei Peters
Hi Darcy,
The first thing I'd check is the sql being executed.
I'd put in a print statement at line 50 of
"/home/hkarches/lib/python2.7/site-packages/django/db/backends/util.py" and
print out the sql being executed.
You could then run that statement in psql or pgadmin3 and get a better idea
of the error.
Cheers,
Alexei


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

On Mon, Apr 4, 2016 at 2:24 AM, Darcy Christ  wrote:

> I've encountered a strange error suddenly. When I try to access the
> Classification section (only), I receive an error. I am not seeing any
> errors under Postgresql or django. Any advice on how to debug this?
>
> You can see the debug output here: http://dpaste.com/0J38477
>
>
> I appreciate any help.
>
> Darcy
>
>
> --
> -- 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.
>

-- 
-- 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.


[Arches] Install Arches Application from Ubuntu To Live Hosting Server

2016-04-04 Thread sandeep singh
Hello everyone,

I have installed and completed all the installation of Arches in Ubuntu, 
but now i need to know how do i emport export this project to live godaddy 
server. so i run this app online.

Requesting, please revert with easy way answers, so my project get live 
with success.

Thanks in advance.


Regards,
sandeep

-- 
-- 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.


[Arches] Re: Need testing of a python script that converts json to .arches

2016-04-04 Thread Edmund Lee
Hi Jae,

I always find this site very helpful with python scripts :-)
http://www.montypython.net/scriptsidx.php

(Sorry - British sense of humour)

Ed



>>
>> On Tuesday, March 29, 2016 at 9:41:54 AM UTC-6, Jae Hun Lee wrote:
>>>
>>> Hello,
>>>
>>> I've created a small python script that convert JSON to .ARCHES. I hope 
>>> I can get help from this community for testing it. 
>>> The link to the script: 
>>> https://github.com/oixhwotl/archesproject3/raw/master/exported/arches_json_to_arches.py
>>> .
>>>
>>

-- 
-- 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] Command "python setup.py egg_info" failed with error code 1

2016-04-04 Thread Van Daele, Koen
Hi,

I think that error might indicate you are not using python 2.7. It looks like a 
typical error when running Python 2 code on Python 3. Arches does NOT work with 
anything else than Python 2.7.x Please check the installation instructions and 
make sure you are following them to the letter.

To receive further help with your issue, please provide a more detailed error 
report. What system are you installing on (Looks like a *nix system), what 
version of pip are you using (see Adam's answer), what Python version are you 
using, what steps in the installation instruction have you followed and what 
output did you get along the way?

Cheers,

Koen


Van Daele Koen

Applicatiebeheerder


Agentschap Onroerend Erfgoed

T 02 553 16 82, M 0499 94 93 68


Van: archesproject@googlegroups.com  namens 
Ajay Mahajan 
Verzonden: zondag 3 april 2016 13:02
Aan: Arches Project
Onderwerp: Re: [Arches] Command "python setup.py egg_info" failed with error 
code 1

Thanks for reply, but i have tried the same before and the result is in this 
way as given below:


Collecting arches-hip
  Using cached arches_hip-1.0.4.tar.gz
Collecting arches>=3.1.0 (from arches-hip)
  Using cached arches-3.1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "", line 1, in 
  File "/tmp/pip-build-ubsl7_6s/arches/setup.py", line 14, in 
version = __import__('arches').__version__
  File "/tmp/pip-build-ubsl7_6s/arches/arches/__init__.py", line 1, in 

from arches.setup import get_version
  File "/tmp/pip-build-ubsl7_6s/arches/arches/setup.py", line 124
print "Downloading: %s Bytes: %s" % (file_name, file_size)
^
SyntaxError: invalid syntax


Command "python setup.py egg_info" failed with error code 1 in 
/tmp/pip-build-ubsl7_6s/arches/



so request you to please check where i am lacking in this code.


On Sunday, April 3, 2016 at 4:02:03 PM UTC+5:30, Koen Van Daele wrote:

According to https://pypi.python.org/pypi/arches/3.1.2 , Arches only runs on 
Python 2.7. So, you would first need to upgrade to python 2.7. It doesn't run 
on Python 3.x (yet), so don't go to a version higher than 2.7.

Bear in mind that Python 2.6 is very old, so if that's the default version on 
you computer system you probably have a really old system and upgrading that 
might be necessary.


Koen


Van Daele Koen

Applicatiebeheerder


Agentschap Onroerend Erfgoed

T 02 553 16 82, M 0499 94 93 68


Van: arches...@googlegroups.com  namens Ajay 
Mahajan 
Verzonden: zondag 3 april 2016 10:58
Aan: Arches Project
Onderwerp: Re: [Arches] Command "python setup.py egg_info" failed with error 
code 1

Actully  i have installed python 2.6 and now want to install arches. just 
confues how to place package and run arches app.

just need steps to install and run arches hip project

On Saturday, April 2, 2016 at 4:28:16 AM UTC+5:30, Adam Cox wrote:
Hi there, it would be easier to troubleshoot if you could provide some more 
information about your system environment.  Do you have a virtual environment 
active?  If so, I'd recommend that you try upgrading your version of pip, as I 
recently described in this 
post. No 
idea if that's what your problem is, but it may be a good place to start.

Adam

On Fri, Apr 1, 2016 at 3:00 PM,  wrote:
Hello there,

While installing the pacages facing this issue:

Collecting arches-hip
  Using cached arches_hip-1.0.4.tar.gz
Collecting arches>=3.1.0 (from arches-hip)
  Using cached arches-3.1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "", line 1, in 
  File "/tmp/pip-build-ubsl7_6s/arches/setup.py", line 14, in 
version = __import__('arches').__version__
  File "/tmp/pip-build-ubsl7_6s/arches/arches/__init__.py", line 1, in 

from arches.setup import get_version
  File "/tmp/pip-build-ubsl7_6s/arches/arches/setup.py", line 124
print "Downloading: %s Bytes: %s" % (file_name, file_size)
^
SyntaxError: invalid syntax


Command "python setup.py egg_info" failed with error code 1 in 
/tmp/pip-build-ubsl7_6s/arches/


is there any solution for this.

as i am first time using this arches. so please be clear with answer

--
-- To post, send email to arches...@googlegroups.com. To unsubscribe, send 
email to archesprojec...@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