Tiago Saboga wrote:
> Hi!
> 
> I'm still playing with man pages parsing, and following advices here, I'm 
> using doclifter. But I want to use the installed version on my debian system, 
> and not make it a part of my package. The problem is it isn't installed as a 
> python module, but rather as an executable file lying in /usr/bin, and - 
> there's the problem - with no .py extension. I've google'd about it, but I 
> could not found any clear answer. 
> 
> Any ideas?
I think either execfile() or imp.load_source() or the suggestions here - 
http://tinyurl.com/mnzoo - will do what you want.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to