linux-awi / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Editra startup fails if another package has a "src" package #801

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install atlas (http://code.google.com/p/atlas-build-tool/)
2. Try to launch Editra
3.

What is the expected output? What do you see instead?
Editra should start.  Instead it fails because IS_LOCAL gets set after finding 
a "src" package in altas's egg

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
.7.20

What method of install was your version installed with (Binary/Source)?
Source

If from source: What version of python and wxPython are you using?
2.7.3/2.9.4

Please provide any additional information below.

Original issue reported on code.google.com by joshuada...@gmail.com on 24 Apr 2013 at 11:43

GoogleCodeExporter commented 9 years ago
Not sure how this is possible unless atlas is manipulating PYTHONPATH or 
something to put it's 'src' directory out on the top level.

Either way it is an issue, will investigate further.

Original comment by CodyPrec...@gmail.com on 25 Apr 2013 at 5:55