PyDev not seeing module within project
Brought to you by:
fabioz
PyDev 2.5 and Django 1.4
After creating a new app <appname> within my project and then adding it to INSTALLED_APPS in the project settings file, I attempt to run the server (RunAs --> PyDev: Django) and get:
Error: No module named <appname>
Originally I thought this was being caused by the error reported here: http://sourceforge.net/tracker/?func=detail&aid=3512322&group_id=85796&atid=577329
But the updating to the nightly build solved that. (The projects Django module settings field remains blank initially, but it seems to find it when I type it in manually).
Yet it still can't find the app. Maybe I am just missing something obvious here, but I'm really not seeing it.
Please let me know if you need more information.
Thanks,
Ryan
Please add a screenshot of the pydev package explorer so that I can see how you configured things there and the settings file where you added the app (my guess is that you have the wrong appname there...)