Hi Cristina, Please reference my response here: https://groups.google.com/forum/?hl=en#!topic/archesproject/cWEPr3Fg8_8
Also, in the future please only try and post a question in a single thread as I'd like to keep duplicate questions to a minimum. Thanks, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Sun, Jan 12, 2014 at 1:42 AM, Tudor Cristina < [email protected]> wrote: > > Hi! I have a big problem installing Arches on Ubuntu 12.04 LTS. I > constantly get this error when I enter sudo ./install.sh in terminal : > Traceback (most recent call last): > File "install.py", line 63, in <module> > shutil.copy2(os.path.join(here, 'base.py'), > os.path.join(virtualenv_working_dir, 'lib', py_version, 'site-packages', > 'django', 'db', 'backends', 'postgresql_psycopg2')) > File "/usr/lib/python2.7/shutil.py", line 128, in copy2 > copyfile(src, dst) > File "/usr/lib/python2.7/shutil.py", line 83, in copyfile > with open(dst, 'wb') as fdst: > IOError: [Errno 2] No such file or directory: > '/home/cris/ArchesWeb/virtualenv/ENV/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2' > > > Help me please, I don't know how to solve it!!! > > > On Tuesday, December 3, 2013 8:17:01 PM UTC+2, Alexei Peters wrote: > >> Hi Yasuhisa, >> I think the problem may be that you've put the entire Arches repo within >> a folder called "Arches" like this: >> >> Arches >> --> Arches >> --> build >> --> db >> --> docs >> --> install >> --> virtualenv >> >> If that's the case, then I'd rename the root folder to something like >> "ArchesWeb" or really anything other than "Arches" so that it looks like >> this: >> >> ArchesWeb >> --> Arches >> --> build >> --> db >> --> docs >> --> install >> --> virtualenv >> >> For some reason django gets confused when looking for the settings file >> when the root folder is named the same as the application folder. >> I've seen this issue before on Windows machines and maybe it applies to >> Linux based machines as well. >> >> Try that and let me know how it goes. >> Cheers, >> Alexei >> >> >> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 >> >> >> On Tue, Dec 3, 2013 at 12:48 AM, Yasuhisa Kondo < >> [email protected]> wrote: >> >>> Hi all, >>> >>> I'm a newbie, getting stuck at the installation of Arches 1.0.0 to >>> Ubuntu 12.04 LTS. >>> >>> I followed the Installation Guide (v. 1.0), with choosing Option 2 >>> (Install Arches on a Linux Sever) of Step 1 (Install Core Arches) for >>> Deploying Arches. >>> The Installation seemed successful until I reached page 21. However, >>> when I run the script runserver.sh on page 22, the following error >>> occurred. >>> >>> user@machine:/Arches$ sudo ./runserver.sh >>> Error: Could not import settings 'Arches.settings' (Is it on sys.path?): >>> No module named settings >>> >>> How can I solve this? >>> >>> For your information: I created the Arches folder in the user's home >>> folder (i.e. user@machine:~/). >>> >>> Best, >>> >>> Yasuhisa >>> >>> -- >>> -- 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/groups/opt_out. >>> >> >> -- > -- 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/groups/opt_out. > -- -- 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/groups/opt_out.
