Icylamb: > I found the file MyProject-start.py in the same folder with dev.cfg > which I thought all the start-up script should be placed in there.
I have a similar case but for admin programs and cron jobs. I want them together with the project directory rather than thrown into some anonymous bin directory. Actually, I'd like them in my own bin/ subdirectory, but then they'll have to somehow go up one to find the config file and libraries. Normally I'd do this based on __path__. I assume it'll be straightforward enough to do when the time comes. -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable)

