Hi! 

I try to install Arches on Ubuntu 12.04 LTS. 
I constantly get this error when I enter sudo ./install.sh : 

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'
 

How can I solve this problem ? I really don't know how to deal with it. 

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

Reply via email to