On Fri, Aug 29, 2014 at 5:16 PM, Peter Otten <__pete...@web.de> wrote:
> leam hall wrote:
>
>> Am I asking the wrong question? How do older apps with older versions
>> of python (2.4.x) separate code into sub-directories? Do they?

> You have to ensure that the *parent* of alpha is in sys.path. Then you can
> refer from alpha/beta/one.py to alpha/gamma/two.py with the statement


Ah, so I can use sys.path.insert()! That's what I needed, thanks!

Leam
-- 
Mind on a Mission
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to