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 Tcll
Recipients Tcll, r.david.murray
Date 2013-09-17.16:48:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOtBmLnKRezx6ETC40SbX9XsG_qdL+QK0gvBz0imJfgmMonQKg@mail.gmail.com>
In-reply-to <1379435805.02.0.14999133871.issue19041@psf.upfronthosting.co.za>
Content
yeh... the only thing I was thinking was on Python's end was the DLL
(Highlighted in the img) failing to register.
(I have seen cases of PYD modules used in the same manner, such as PyWin32
modules)

but yea, I see now that isn't the case, so thank you :)

On Tue, Sep 17, 2013 at 12:36 PM, R. David Murray <report@bugs.python.org>wrote:

>
> R. David Murray added the comment:
>
> You are correct, this is not likely to be a problem with Python itself
> (the interactive prompt in your screen capture doesn't look like what
> Python would produce by itself).  So, since it is almost certainly not a
> bug in Python, it's not appropriate for this issue tracker.
>
> (The fact that the import fails probably means that PyGLEW didn't compile
> or install correctly.)
>
> ----------
> nosy: +r.david.murray
> resolution:  -> invalid
> stage:  -> committed/rejected
> status: open -> closed
> type: compile error ->
> versions: +3rd party -Python 2.7
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue19041>
> _______________________________________
>
History
Date User Action Args
2013-09-17 16:48:35Tcllsetrecipients: + Tcll, r.david.murray
2013-09-17 16:48:35Tclllinkissue19041 messages
2013-09-17 16:48:35Tcllcreate