Closed GoogleCodeExporter closed 8 years ago
Yes, crunchy needs to be started with the current working directory set as the
Crunchy base directory. This should really be changed in a future release.
To fix this we would have to add the Crunchy directory to the module resolution
path.
This shouldn't be too hard - we just have to figure out what that directory is
(its
possible using the imp module from the standard library).
Original comment by johannes...@gmail.com
on 17 Mar 2008 at 10:35
I guess you can add small shell script/bat file for the first time to fix the
problem.
Original comment by jtraub.d...@gmail.com
on 20 Mar 2008 at 3:32
Fixed in svn (branch "andre" which is the default trunk currently) by adding the
absolute plugins path to sys.path inside pluginloader.py
Original comment by andre.ro...@gmail.com
on 21 Mar 2008 at 11:21
revision number (for later reference): 599
Original comment by andre.ro...@gmail.com
on 21 Mar 2008 at 11:31
Original issue reported on code.google.com by
jtraub.d...@gmail.com
on 16 Mar 2008 at 5:08