pygsear-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [pygsear] Install and beyond


From: Daniel Meschter
Subject: RE: [pygsear] Install and beyond
Date: Mon, 28 Nov 2005 17:43:25 -0800 (PST)

I'm back trying to make this work.  Since the /installers directory doesn't exist, I ran:

C:\Program Files\Python24\pygsear-053\pygsear-0.53.1>python setup.py install
running install
running build
running build_py
running install_lib
running install_data
 
Then,
 
C:\Program Files\Python24\pygsear-053\pygsear-0.53.1>python test.py
Resulted in:
 
C:\Program Files\Python24\pygsear-053\pygsear-0.53.1>python test.py
Traceback (most recent call last):
  File "C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\test.py", line 36, in ?    simple.main()
  File "C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\examples\simple.py", line 147, in main
    g = SimpleGame()
  File "C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\pygsear\Game.py", line 380, in __init__    self.initialize()
  File "C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\examples\simple.py", line 117, in initialize
    direct = Drawable.MultiImage(dirname='arrow', defaultImage='right.png')
  File "C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\pygsear\Drawable.py", line 1495, in __init__    self.images = Util.load_images_dict(filenames, dirname)
  File "C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\pygsear\Util.py", line 231, in load_images_dict    images[filename] = load_image(full_imagepath, convert)
  File "C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\pygsear\Util.py", line 145, in load_image
    raise pygame.error, 'Could not load %s' % filename
pygame.error: Could not load C:\Program Files\Python24\pygsear-053\pygsear-0.53.1\examples\data\images\arrow\Thumbs.db
 
So I searched for Thumbs.db in my Python directory and below.  Didn't find this file.  Then I looked in the pygsear-0.53.1.zip to see if it was there, and it wasn't.
 
Am I missing an entire set of files?
 
Please advise.
 
 
Lee Harr <address@hidden> wrote:
>Since I couldn't find the /installers directory, I ran :
>

yea. sorry about that.


> C:\Program Files\Python24\pygsear-053\pygsear-0.53.1>python setup.py
>install
>running install

> And then when I tried running any python example program (python
>interact.py), a new window opens up, and nothing happens. It appears as a
>frame, but no content.
>
> Any suggestions ?
>


No errors? None of the examples work? Hmm.

Do other pygame games work?

_________________________________________________________________
_______________________________________________
pygsear-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/pygsear-users


Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]