Re: Two apps
On Sat, Aug 16, 2008 at 05:34:41PM +0000, Gerardo Arnaez wrote:
> Does this mean I need disutils
Not necessarily.
> or just add the appropriate #/dir/dir to the scripts
Your script will have to do something like
from coumadinregimen import inr
instead of
import inr
and the package maintainer will have to make sure that
"coumadinregimen" is in the Python path, say
/usr/share/python2.5/site-packages/coumadinregimen/ or
whatever is appropriate for the distribution in question.
To still be able to run locally you'll have to move your
modules to ./coumadinregimen/, that is, one level below the
main python script.
> Anyway, I'm reading about and will get it update
> Do I notify this list when changes made?
Sure, why not ?
Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
Reply to: