jchristi / harstorage

Automatically exported from code.google.com/p/harstorage
Other
1 stars 0 forks source link

Errno 2: File or Directory not found #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Installing Harstorage
2.Configuring it how is set out in the installation wiki

What is the expected output? What do you see instead?
The expected output would be to go to the harstorage interface but it comes 
back with Errno 2 cannot find file or directory

What version of the product are you using? On what operating system?
Version 0.5 Ubuntu 11.10

Please provide any additional information below.

Original issue reported on code.google.com by kentasem...@gmail.com on 13 Dec 2011 at 9:40

GoogleCodeExporter commented 9 years ago
A little more information:
Module harstorage.controllers.results:24 in index          view
>>  c.rev = repo.hg_rev()
Module harstorage.lib.hgapi:69 in hg_rev          view
>>  res = self.hg_command("id", "-n")
Module harstorage.lib.hgapi:48 in hg_command          view
>>  proc = Popen(["hg", "--cwd", self.path, "--encoding", "UTF-8"] + 
list(args), stdout=PIPE, stderr=PIPE)
Module subprocess:679 in __init__          view
>>  errread, errwrite)
Module subprocess:1239 in _execute_child          view
>>  raise child_exception
OSError: [Errno 2] No such file or directory

Original comment by kentasem...@gmail.com on 13 Dec 2011 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by Pavel.Pa...@gmail.com on 14 Dec 2011 at 8:24

GoogleCodeExporter commented 9 years ago
This issue was caused by dependence on mercurial components.

Fixed along with other bugs in new release v0.5.2.

Original comment by Pavel.Pa...@gmail.com on 14 Dec 2011 at 8:28