[Schevo-devel] [APPS] - Cannot run "asystant" and "leatherlog"
Matthew Scott
mscott at goldenspud.com
Sun Feb 20 12:27:58 EST 2005
Ilias Lazaridis wrote:
> Schevo is installed fine, "evo new myapp" and "evo run myapp" opens the
> GUI window.
Excellent!
> I'm trying the "apps", but I got the following error:
>
> P:\schevo\apps>evo run asystant
> ERROR:root:Cannot read local('P:\\schevo\\apps\\asystant\\config.py')
> ERROR:root:[No such file or directory]:
> file('P:\\schevo\\apps\\asystant\\config.py', 'rU')
> Traceback (most recent call last):
> File "P:\schevo\trunk\schevo\evo\module.py", line 90, in config
> configSource += configFile.read(mode='rU') + '\n'
> File "P:\schevo\trunk\dependency\py\py\path\common.py", line 290, in read
> f = self.open(mode)
> File "P:\schevo\trunk\dependency\py\py\path\local\local.py", line 173,
> in open
> return self._callex(open, self.strpath, mode)
> File "P:\schevo\trunk\dependency\py\py\path\common.py", line 216, in
> _callex
> raise cls, value
> ENOENT: [No such file or directory]:
> file('P:\\schevo\\apps\\asystant\\config.py', 'rU')
If you look inside each of these directories, you will see that each app
is a separate project.
Therefore, there are "branches", "tags", and "trunk" directories.
Assuming that P:\schevo is a check-out of svn://svn.orbtech.com/schevo,
then you actually want to be in P:\schevo\apps\asystant\trunk when you
run "evo run asystant".
The traceback you received is less than friendly. I've made a note
about this at our roundup:
http://roundup.orbtech.com/roundup/schevo/issue20
--
Matthew R. Scott
More information about the Schevo-devel
mailing list