[Python-Dev] [Python-3000-checkins] r45617 - in python/branches/p3yk/Lib/plat-mac/lib-scriptpackages: CodeWarrior/CodeWarrior_suite.py CodeWarrior/init.py Explorer/init.py Finder/Containers_and_folders.py Finder/Files.py Finder/Finder_Basics.py Finder (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sat Apr 22 02:50:24 CEST 2006
- Previous message: [Python-Dev] [Python-3000-checkins] r45617 - in python/branches/p3yk/Lib/plat-mac/lib-scriptpackages: CodeWarrior/CodeWarrior_suite.py CodeWarrior/__init__.py Explorer/__init__.py Finder/Containers_and_folders.py Finder/Files.py Finder/Finder_Basics.py Finder
- Next message: [Python-Dev] [Python-3000-checkins] r45617 - in python/branches/p3yk/Lib/plat-mac/lib-scriptpackages: CodeWarrior/CodeWarrior_suite.py CodeWarrior/__init__.py Explorer/__init__.py Finder/Containers_and_folders.py Finder/Files.py Finder/Finder_Bas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thomas Wouters wrote:
On 4/21/06, guido.van.rossum <python-3000-checkins at python.org_ _<mailto:python-3000-checkins at python.org>> wrote: somehow changing "import foo" into "from . import foo" ... caused things to break. Bah. Hm, this is possibly a flaw in the explicit relative import mechanism.
I don't see that this has anything to do with relative imports. It's just the usual kind of problem you get with 'from ... import ...' and mutual imports.
Does
import .foo
work?
-- Greg
- Previous message: [Python-Dev] [Python-3000-checkins] r45617 - in python/branches/p3yk/Lib/plat-mac/lib-scriptpackages: CodeWarrior/CodeWarrior_suite.py CodeWarrior/__init__.py Explorer/__init__.py Finder/Containers_and_folders.py Finder/Files.py Finder/Finder_Basics.py Finder
- Next message: [Python-Dev] [Python-3000-checkins] r45617 - in python/branches/p3yk/Lib/plat-mac/lib-scriptpackages: CodeWarrior/CodeWarrior_suite.py CodeWarrior/__init__.py Explorer/__init__.py Finder/Containers_and_folders.py Finder/Files.py Finder/Finder_Bas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]