
This page - http://doc.pypy.org/en/latest/translation.html - links to http://doc.pypy.org/en/latest/image/translation.pdf which is 404. If you fixing that - is it possible to link PyGame viewer to more information as well? -- anatoly t.

2012/11/27 anatoly techtonik <techtonik@gmail.com>
If you fixing that - is it possible to link PyGame viewer to more information as well?
The command "python bin/translatorshell.py" has a nice help message on startup. Nothing needs to be installed, outside python-pygame. -- Amaury Forgeot d'Arc

On Tue, Nov 27, 2012 at 1:42 PM, Amaury Forgeot d'Arc <amauryfa@gmail.com>wrote:
2012/11/27 anatoly techtonik <techtonik@gmail.com>
If you fixing that - is it possible to link PyGame viewer to more information as well?
The command "python bin/translatorshell.py" has a nice help message on startup. Nothing needs to be installed, outside python-pygame.
If I had PyPy checkout I could find it myself. =) I just wanted to take a look at the PyGame part, but the entrypoint is obscured, so I couldn't find it. https://bitbucket.org/pypy/pypy/src/default/pypy/bin/translatorshell.py

2012/11/27 anatoly techtonik <techtonik@gmail.com>
On Tue, Nov 27, 2012 at 1:42 PM, Amaury Forgeot d'Arc <amauryfa@gmail.com>wrote:
2012/11/27 anatoly techtonik <techtonik@gmail.com>
If you fixing that - is it possible to link PyGame viewer to more information as well?
The command "python bin/translatorshell.py" has a nice help message on startup. Nothing needs to be installed, outside python-pygame.
If I had PyPy checkout I could find it myself. =)
If you want to try PyPy, you'd better have a checkout anyway.
I just wanted to take a look at the PyGame part, but the entrypoint is obscured, so I couldn't find it. https://bitbucket.org/pypy/pypy/src/default/pypy/bin/translatorshell.py
See the Translator code, in pypy/translator/translator.py and the "dotviewer": dotviewer/graphpage.py dotviewer/drawgraph.py This last file imports pygame. Have fun! -- Amaury Forgeot d'Arc

Hi Anatoly, On Tue, Nov 27, 2012 at 2:38 AM, anatoly techtonik <techtonik@gmail.com> wrote:
This page - http://doc.pypy.org/en/latest/translation.html - links to http://doc.pypy.org/en/latest/image/translation.pdf which is 404.
Fixed, thanks. (Unsure what's the point of this pdf, as it's just the same as the image below, in color.) A bientôt, Armin.

On Wed, Nov 28, 2012 at 9:33 PM, Armin Rigo <arigo@tunes.org> wrote:
Hi Anatoly,
On Tue, Nov 27, 2012 at 2:38 AM, anatoly techtonik <techtonik@gmail.com> wrote:
This page - http://doc.pypy.org/en/latest/translation.html - links to http://doc.pypy.org/en/latest/image/translation.pdf which is 404.
Fixed, thanks. (Unsure what's the point of this pdf, as it's just the same as the image below, in color.)
This one is not too interesting, indeed. The point is that documentation generation process is probably broken and other PDF materials are 404 as well. BTW, is it possible to return different content-type for that files so that Chrome could render it inline instead downloading? -- anatoly t.

Hi Anatoly, On Wed, Nov 28, 2012 at 12:32 PM, anatoly techtonik <techtonik@gmail.com> wrote:
This one is not too interesting, indeed. The point is that documentation generation process is probably broken and other PDF materials are 404 as well.
I think it's the only one in this situation. Not enough to care too much :-) A bientôt, Armin.

On Wed, Nov 28, 2012 at 11:59 PM, Armin Rigo <arigo@tunes.org> wrote:
Hi Anatoly,
On Wed, Nov 28, 2012 at 12:32 PM, anatoly techtonik <techtonik@gmail.com> wrote:
This one is not too interesting, indeed. The point is that documentation generation process is probably broken and other PDF materials are 404 as well.
I think it's the only one in this situation. Not enough to care too much :-)
Fair enough. =)
participants (3)
-
Amaury Forgeot d'Arc
-
anatoly techtonik
-
Armin Rigo