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

pdoc seems to break with namespace packages #115

Open
daspecster opened this issue Sep 7, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@daspecster
Copy link

commented Sep 7, 2016

A project that I was using pdoc in, recently switched to namespace based packages.

This change has seemed to break pdoc since it relies on the __file__ attribute.

 File "/project/.tox/json-docs/lib/python2.7/site-packages/pdoc/__init__.py", line 597, in __init__
    [path.dirname(self.module.__file__)])
AttributeError: 'module' object has no attribute '__file__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.