On 28/06/2007, at 6:06 AM, Mark Melvin wrote:

>
> This is cool!
>
> However...
>
> I installed it (I have Python 2.4 *and* 2.5) and it detected and
> installed into Python 2.5 just fine.  I then SVN Updated my source
> tree and tried to run the examples and got the following error:
>
> Traceback (most recent call last):
>   File "C:\Temp\crap\pyglet\examples\noisy\noisy.py", line 18, in  
> <module>
>     from pyglet import media
>   File "C:\Python25\Lib\site-packages\pyglet\media\__init__.py",  
> line 602, in <m
> odule>
>     from pyglet.media import directshow
>   File "C:\Python25\Lib\site-packages\pyglet\media\directshow.py",  
> line 39, in <
> module>
>     import comtypes
> ImportError: No module named comtypes
>
> It appears to me that comtypes is not included with ctypes in Python
> 2.5.  Is this true?  Does that mean we have a dependency on installing
> this package first?

Yes, I completely forgot about this!  comtypes is a separate  
dependency for pyglet.media on Windows only.  I haven't decided yet,  
but am thinking of bundling comtypes with pyglet on Windows.

Alex.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to