Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-11 Thread Ryan Anderson
Hi Scott, It looks like you've uncovered a bug with business data import on windows. Turns out sys.maxsize is not an integer on windows. I've updated the latest to use sys.maxint instead(this should be an integer). Go ahead and pull the latest and give it a try. Cheers, Ryan On Tuesday, April

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-11 Thread Scott Branting
Dear Alexi and Ryan, I also just hit an absolute path needed error, even after the documentation was updated. I changed it to the absolute path and received the following error: (ENV) C:\ArchesProjects\arches>python manage.py packages -o import_business_data -s C:\ArchesProjects\arches\test

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
Thanks Joel, I think Ryan updated the documentation to reflect that. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Apr 10, 2017 at 12:01 PM, Joel Aldor wrote: > Thank you very much Alex. Now I got the Arches v4 dev environment up and > running!

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Joel Aldor
Thank you very much Alex. Now I got the Arches v4 dev environment up and running! However I noticed that I got this error when importing business data. (ENV) ubuntu@ARCHESv4PROD:~/Projects/arches$ python manage.py packages -o import_business_data -s tests/fixtures/data/csv/heritage_resource_mo

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
Hi Joel, The name of the file has changed actually. Instead of dropdowns.rdf it's now "arches_concept_collections.rdf". I've updated the wiki to reflect the change. You should be able to run the following command now. *python manage.py packages -o import_reference_data -s arches/db/schemes/arch

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
Hi Joel, That file needs to be fixed. It was messed up recently and just hasn't been fixed. I"ll make sure that gets fixed today. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Fri, Apr 7, 2017 at 9:02 PM, Joel Aldor wrote: > Hi all, > > Tried to fo

[Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-07 Thread Joel Aldor
Hi all, Tried to follow the instructions on https://github.com/archesproject/arches/wiki/Developer-Installation and I get this error when I started to import the dropdown lists reference data: ubuntu@ARCHESv4PROD:~/Projects/arches$ python manage.py packages -o impo