Issue1424

classification
Title: Relative imports do not work in some cases
Type: crash Severity: urgent
Components: Core Versions: 2.5.1
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: Lonebuddha, fwierzbicki
Priority: high Keywords:

Created on 2009-08-05.12:17:11 by Lonebuddha, last changed 2009-08-31.18:46:35 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
relative_imports.zip Lonebuddha, 2009-08-05.12:17:10 Relative imports use case
Messages
msg4990 (view) Author: Andrey Sukhanov (Lonebuddha) Date: 2009-08-05.12:17:10
Sometimes relative imports (like "from . import <module_name>") do not
work, but the same imports work well in Python.

Use case is not simple, but I did my best to make them as simple as
possible. See sources in the attached file, run main.py.
msg5079 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-08-31.18:46:34
Fixed in r6735
History
Date User Action Args
2009-08-31 18:46:35fwierzbickisetstatus: open -> closed
resolution: accepted -> fixed
messages: + msg5079
2009-08-05 15:50:52fwierzbickisetpriority: high
resolution: accepted
2009-08-05 15:48:05fwierzbickisetassignee: fwierzbicki
2009-08-05 15:47:26fwierzbickisetnosy: + fwierzbicki
2009-08-05 12:17:11Lonebuddhacreate