Re: [Pydev-users] Pydev not underlining anything
Brought to you by:
fabioz
|
From: Fabio Z. <fa...@gm...> - 2011-06-12 16:18:21
|
On Sat, Jun 11, 2011 at 11:54 PM, Aaron Staley <aa...@pi...> wrote: > Thanks for the response. > 1) The layout if the following: > Main Project > | > src > | > mypackage > | > __init__.py is here > more directories... > | > docs, etc. > So __init__.py is two levels deep > Is this layout no longer allowed? If so, anyway to force pydev to operate > as normal? This is supported, you just have to make sure that the 'src' folder is added to your PYTHONPATH (i.e.: is configured as a source folder: see: http://pydev.org/manual_101_project_conf2.html as a reference)... if that's not the case, can you send a snapshot of your pydev package explorer for this project (with the contents expanded). Cheers, Fabio |