En Tue, 20 Mar 2007 16:25:41 -0300, <[EMAIL PROTECTED]> escribió: > Usually, the sys.path.append will allow Python to search the > subfolders too, but I have noticed that sometimes it doesn't if you > use UNC paths. I don't use jython, so maybe there's another way to fix > this that is more specific to that implementation of Python?
Python does not search subfolders during a normal import. Perhaps you were thinking about subpackages? -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list