This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alex, brett.cannon, eric.araujo, eric.snow, pitrou, r.david.murray, vstinner
Date 2014-03-14.13:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394802998.2338.4.camel@fsol>
In-reply-to <1394802085.72.0.533724164884.issue19257@psf.upfronthosting.co.za>
Content
> Antoine: down that path lies Microsoft's "An error has occurred" error
> messages.  The point of the extra information is not to inform the end
> user, it is to make it possible for an expert to solve the problem,
> and for it to be findable in a web search.

I don't know how that's related. Here the error is trying to import from
a package while the module isn't a package. The solution is either to
change the import to something else, or to turn the non-package into a
package. None of these involve doing anything explicitly with __path__,
so the original error is a distraction.
History
Date User Action Args
2014-03-14 13:16:41pitrousetrecipients: + pitrou, brett.cannon, vstinner, eric.araujo, alex, r.david.murray, eric.snow
2014-03-14 13:16:41pitroulinkissue19257 messages
2014-03-14 13:16:40pitroucreate