[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Select a File...



Maybe try using
import pgu

Does the example work?

On 8/1/07, Ian Mallett <geometrian@xxxxxxxxx> wrote:
> On 7/31/07, Luke Paireepinart <rabidpoobear@xxxxxxxxx> wrote:
> >
> > That's a link to docs about Phil Hassey's PyGameUtilities (PGU)
> > It's a GUI you use through pygame, but it's an external package (You
> > have to download/install it, but you could
> > include it with your game/program assuming the license allows that.)
> >
>
> I've installed it.  "from pgu import *" passes, but "pgu.FileDialog()" then
> crashes with "pgu is not defined"!
>