Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have gotten Pyglet 1.2alpha1 to work on Windows 8 with Python 3.3.2. (The method should be the same on linux, aside from the different folder paths)</p> <p>The problem is that when you run <code>python setup.py install</code> it will seem to hang for a long time after you see the first few lines following <code>"skipping implicit fixer"</code>. If you then close the terminal/bash window (thus aborting the install process) and then run the setup.py again, it will skip 2to3 conversion and simply install the py2 source files.</p> <p>The reason for the apparent "hang" is that it simply takes a while for 2to3 to convert the files, but if you wait long enough, the conversion will take place, and it will correctly convert and install the module.</p> <p>If you have already installed this once, you will have to delete a few folders for the install to work properly.</p> <p>First, delete the <strong>build</strong> folder in the 1.2alpha1 source folder: <code>%unzip_folder%\pyglet-1.2alpha1\build</code> (where unzip_folder is the folder where you unzipped the Pyglet 1.2alpha1 source)</p> <p>Also delete the <strong>pyglet</strong> folder from the python Lib: <code>%python%\Lib\site-packages\pyglet</code> (where %python% is the python install folder, which defaults to C:\Python33 on Windows)</p> <p>Then run <code>python setup.py install</code>. It should go through all the steps (copying files to build, converting using 2to3, and finally byte-compiling to the Lib subfolder).</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload