The following forum message was posted by twigboy at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/2183420:

Hi fabioz,

I don't currently have the "Show derived sources" option selected in the "Open
resources" dialog (unless theres another option elsewhere).

My project structure is one of a django project:
./career/__init__.py
./career/utils.py
./career/models.py
./career/tests.py
./career/views.py
./career/templatetags/__init__.py
./career/templatetags/career_tags.py
./settings_dev.py
./companies/__init__.py
./companies/urls.py
./companies/models.py
./companies/admin.py
./companies/views.py
./companies/templatetags/__init__.py
./companies/templatetags/company_tags.py
./blogs/widgets.py
./blogs/forms.py
./blogs/__init__.py
./blogs/urls.py

I believe I've found the reason why this has happened.
I had run the project before creating a new pydev project "with existing source
files".
This may have detected the pyc files during the import process.
Shortly after posting that comment, I deleted all *.pyc files within the project
and refreshed it.

Hope this helps.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to