outline tool does not work if relative path to source module is not valid
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PIDA |
New
|
Undecided
|
Unassigned |
Bug Description
PIDA 0.6beta3
--
# In my project folder I have eggs which contain source. The path to the source
# is not a valid python import path. I use this logic to create an import path.
# For example if I have an egg zope.app.security in my project folder, I include
# it in my PYTHON_PATH and then import files using zope.app.
# than zope.app.
Patch to ropebrowser.py, line 311
if len(parts) > 0 and not self.modname.
for p in range(1, len(parts)):
for path in all_paths:
if longest_path: