Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing modules: follow symlinks & displaying module sources #7

Closed
buriy opened this issue Oct 14, 2015 · 1 comment
Closed

Missing modules: follow symlinks & displaying module sources #7

buriy opened this issue Oct 14, 2015 · 1 comment

Comments

@buriy
Copy link

buriy commented Oct 14, 2015

$ pigar
Is there modules "feedparser, yadis, yql, js_function_slimmer, apps, keyvalue, kvtool,
django, queue, django_mailbox, opster, newsdbtables, pyreadline, templateshortcuts,
flup, goose, oauth2, newsdb, containers" come from other Python
version(i.e. Python 3) or extension[y/n]? n
"yadis, js_function_slimmer, opster, newsdbtables, templateshortcuts,
keyvalue, kvtool, newsdb, containers" not found.
Maybe you need update database.

Some of the packages listed above were using symlinks.
e.g. "keyvalue" or "containers" are just links.
So they can be considered a part of the main package because they don't have their own setup.py .

"yadis, js_function_slimmer, opster" not found.

For other modules program output is correct -- they are not found.
Then it would be cool if you could output where they are referenced from -- because sometimes it's a piece of outdated code that needs to be removed or corrected
Like this:

Not found modules:
yadis , referenced from myproject/app/tools.py:41
...
@damnever
Copy link
Owner

Good idea, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants