Hannes, I hadn't tried exporting a scheme yet, but yes, I hit the same error.
On Mon, May 11, 2015 at 5:22 AM, H Pirker <[email protected]> wrote: > Hi Adam, > > thanks for the hint with bitbucket. > With all the templates in place I could get rid of the > "TemplateDoesNotExist" > > Nevertheless I still got the very same error as before when trying to > export a schema :-( "local variable 'concept_graph' referenced before > assignment" > > So I suppose I still will need to wait for a bug-fix for *that* problem -- > or am I the only one who experiences this error ? (Alexei Peters was not > explicit about this point) > > all the best > > Hannes > > Am Samstag, 9. Mai 2015 19:29:24 UTC+2 schrieb Adam Cox: >> >> Hi Piyush and Hannes, while the arches team is working on updating the >> version of arches-hip available through pip, you can get the current >> version of the arches-hip app from the bitbucket repo: >> https://bitbucket.org/arches/hip. All you need to do is clone or >> download this repo, and then copy the directory called "arches-hip" into >> the virtual environment python installation. >> >> The commands I used on Ubuntu were: >> -- $: hg clone https://bitbucket.org/arches/hip >> -- $: cp ~/hip/arches_hip >> ~/Projects/ENV/lib/python2.7/site-packages/arches_hip -r >> >> The first line clones the repo, and the second one copies it into the >> site-packages directory. All you really need is for that arches-hip >> directory to exist in the virtual environment lib/python2.7/site-packages >> directory. The bitbucket repo has all the templates, and you should be >> good to go. >> >>> >>> >>> >>> >>> >>> >>> >>> >>> -- > -- 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 a topic in the > Google Groups "Arches Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/archesproject/bUwfK0RzOPI/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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.
