Re: Intra-Package References

2008-03-09 Thread Gabriel Genellina
En Sat, 08 Mar 2008 17:36:12 -0200, xkenneth <[EMAIL PROTECTED]> escribió: > Does your python module have to exist in the path in order for intra- > package references to work? No, but Python must be aware that the importing module is inside a package. So the script being executed (main) should

Re: Intra-package References?? (again)

2008-01-29 Thread Ron Adam
[EMAIL PROTECTED] wrote: > Hi Python list, > > I have been struggleling with this before, but have never been able to > find a good solution. > The thing I dont understand is, I follow the guide here: > http://docs.python.org/tut/node8.html#SECTION00842 > And have the same setup