Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7033278
By: awregan

I'm running windows and working on a project that uses Google app engine 
modules.
The directory is structured like this:

\ProjectRoot
    \app(the source folder)
    ...
    \thirdparty\google_appengine

I have added google_appengine(and some subfolders) to my project PYTHONPATH
and as a result, pydev can find all the references to appengine. However pylint
can't find them and accuses several errors in the code.
To try to solve the problem I have placed the google_appengine folders to my
pydev and windows PYTHONPATH and still pylint wasn't unable to detect the 
appengine
modules. To be sure that this was a problem with pydev and not pylint I ran
pylint on the same code that I tried to check with pydev+pylint and this time
pylint was able to find the google modules.
How do I solve this?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to