I am trying to use 2to3 on pyglet\window\win32\__init__ but its
telling me:

Traceback (most recent call last):
  File "D:\Programming Languages\Python\pyglet\window\win32\2to3.py",
line 2, in
 <module>
    from lib2to3.main import main
  File "D:\Programming Languages\Python\lib\lib2to3\main.py", line 10,
in <modul
e>
    import optparse
  File "D:\Programming Languages\Python\lib\optparse.py", line 89, in
<module>
    from gettext import gettext
  File "D:\Programming Languages\Python\lib\gettext.py", line 49, in
<module>
    import locale, copy, os, re, struct, sys
  File "D:\Programming Languages\Python\lib\copy.py", line 105, in
<module>
    types.BuiltinFunctionType, type(Ellipsis),
AttributeError: 'module' object has no attribute 'BuiltinFunctionType'

What is the problem and how can i solve it??

-- 
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