[PyKDE] Error raised during Eric project creation

Laurent Dufréchou laurent.dufrechou at free.fr
Thu Jul 13 22:29:54 BST 2006


Hi guys,

I've tried tonight to create my first eric project, thus with SVN support.
I've replied to all the question, selected the file:// protocol and
selected  an svn directory:
/mnt/data2/Boulot/svnrepos/pyScp
(svnrepos was created before eric project creation)
Validating my choise I 've got this error in stdout widget:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/eric3/Project/Project.py", line
1859, in newProject
    self.vcs.vcsConvertProject(vcsDataDict, self)
  File
"/usr/lib/python2.4/site-packages/eric3/VCS/subversionPackage/subversion.py",
line 122, in vcsConvertProject
    success = self.vcsImport(vcsDataDict, project.ppath)[0]
  File
"/usr/lib/python2.4/site-packages/eric3/VCS/subversionPackage/subversion.py",
line 200, in vcsImport
    shutil.copytree(projectDir, os.path.join(tmpDir, project, 'trunk'))
  File "/usr/lib/python2.4/shutil.py", line 132, in copytree
    raise Error, errors
shutil.Error: [(u'/mnt/data2/Boulot/pyScp/pyScp.e3p',
u'/mnt/data2/Boulot/pyScp_tmp/pyScp/trunk/pyScp.e3p',
<exceptions.OSError instance at 0xb601ebac>)]

Any idea of what is triggering this?
If normal, (wrong manipulation form my part) perhaps the error could be
catched, thus to re-ask the user the wrong parameters?

regards,

Laurent




More information about the PyQt mailing list