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.

classification
Title: requested (DLL) module could not be found
Type: Stage: resolved
Components: Extension Modules Versions: 3rd party
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Tcll, r.david.murray
Priority: normal Keywords:

Created on 2013-09-17 15:51 by Tcll, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg197994 - (view) Author: Tcll (Tcll) Date: 2013-09-17 15:51
I think this issue more revolves around PyGLEW, but LaunchPad won't let me report to them...

I've taken a screenshot of the issue rather than trying to explain it:
http://lh3.ggpht.com/-d6gM0Qlq9Ek/UjhxFDFOmAI/AAAAAAAAFIU/Vwell0V1Vo8/s1400/error.jpg

I've also notified the PyGPU developers who require the installation for their project.
msg197995 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-09-17 16:36
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.)
msg197996 - (view) Author: Tcll (Tcll) Date: 2013-09-17 16:48
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
2022-04-11 14:57:51adminsetgithub: 63241
2013-09-17 16:48:35Tcllsetmessages: + msg197996
2013-09-17 16:36:45r.david.murraysetstatus: open -> closed

type: compile error ->
versions: + 3rd party, - Python 2.7
nosy: + r.david.murray

messages: + msg197995
resolution: not a bug
stage: resolved
2013-09-17 15:51:25Tcllcreate