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?

2) This is on.
3) Tried running this.. still not happening


The outline is created correctly and indenting errors are underlined.
 However, attribute errors, undefined variables, etc. are not picked up.
However, if I make an entirely new project from scratch, such errors are
detected; doesn't solve the current issue unfortunately.


4) Error log contains nothing odd except:
ENTRY org.python.pydev.core 1 1 2011-06-11 19:36:57.218
!MESSAGE Expected IO issue (version changed or validation not ok): properly
handled.
!STACK 0
java.io.IOException: No loaded contents from:
/home/astaley/workspace/.metadata/.plugins/org.eclipse.core.resources/.projects/picloud/org.python.pydev/v1_astmanager/pythonpath


Thanks,
Aaron

On Fri, Jun 10, 2011 at 3:56 AM, Fabio Zadrozny <fabi...@gmail.com> wrote:

> The common reasons for that are:
>
> 1. Those files are not considered to be in your pythonpath (i.e.:
> under a source folder, or not in a folder with __init__ or with a name
> that cannot be imported by Python -- if you send a snapshot of your
> pydev package explorer I can help in diagnosing that).
>
> 2. The auto-build was turned off (i.e.: under the menu project, the
> option 'auto build' is not checked).
>
> 3. Note that in the latest release PyDev will only analyze files you
> have opened (there's still an option to analyze files under a folder
> by right clicking a folder and choosing Pydev > code analysis).
>
> If none of these help you, please take a look if you have something in
> your error log...
>
> Cheers,
>
> Fabio
>
> On Fri, Jun 10, 2011 at 12:36 AM, Aaron Staley <aa...@picloud.com> wrote:
> > Recently, errors and warnings of any sort have stopped being (scribble)
> > underlined by PyDev.  Absolutely nothing is being underlined in any of my
> > projects.
> > However, pydev does seem to be working; tab completion and Ctrl-clicking
> > variables still works.
> > Does anyone know how to re-enable underlining? Code analysis, etc. is
> > enabled for PyDev in my preferences.
> > Thanks,
> > Aaron
> > System info:
> > Ubuntu Maverik
> > Eclipse IDE for Java Developers 1.3.2.20110301-1807 epp.package.java
> > PyDev for Eclipse 2.1.0.2011052613 org.python.pydev.feature.feature.group
> >
> > P.S: Posted this to the wrong list (pydev-code) earlier; my apologies.
> >
> ------------------------------------------------------------------------------
> > EditLive Enterprise is the world's most technically advanced content
> > authoring tool. Experience the power of Track Changes, Inline Image
> > Editing and ensure content is compliant with Accessibility Checking.
> > http://p.sf.net/sfu/ephox-dev2dev
> > _______________________________________________
> > Pydev-users mailing list
> > Pydev-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pydev-users
> >
> >
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Pydev-users mailing list
> Pydev-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to