[pydev - Users] pylint problem with installed packages?

View: New views
3 Messages — Rating Filter:   Alert me  

[pydev - Users] pylint problem with installed packages?

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Everything (pydev and pylint) was working well.
I installed a new package using easy_install suds.
I used the remove-interpreter, add-new-interpreter trick and the egg was
identified.
Simple import works:
from suds import WebFault

package level imports do not work:
from suds.client import Client

I get an error: ID:F0401  Unable to import 'suds.client' (No module named client
in <type 'file'>/['suds', 'client'])

This is also true for Django.

The package itself works (and so does Django) but I get all of these warnings
and errors...

Help please?

Thanks,

Tal.


______________________________________________________________________
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@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

[pydev - Users] RE: pylint problem with installed packages?

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Oops - problem with Pydev as well.
For every Pylint error I now see that there is a Pydev error as well.

Help?

______________________________________________________________________
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@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

[pydev - Users] RE: pylint problem with installed packages?

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Hi,

I can't talk about the PyLint problems (ask at PyLint for that), but from the
Pydev Extensions code analysis, usually what happens is that analyzing the file
statically sometimes doesn't give all the info you have at runtime. To try to
work around that, try adding 'suds' and 'suds.client' a forced builtins in the
interpreter configuration (see: http://fabioz.com/pydev/manual_101_interpreter.html
-- it seems that the site is down now, but you can use the google cache to see
the site contents).

Cheers,

Fabio

______________________________________________________________________
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@...
https://lists.sourceforge.net/lists/listinfo/pydev-users