Hi,
I'm new to programming, and also not sure If this thread belongs in this topic...I was told GvR is related to Python, so I just figured...
Anyhow, I am trying to get Guido Van Robot onto my Windows XP Machine. PyGTK and Python have been downloaded is requested and everything should work.
However, when I download the .zip from 'scourge'net, and extract the files, there is not .exe, or way to open a program.
Help?
Thanks!
Guido Van Robot
Started by Peril, Sep 12 2008 12:57 PM
5 replies to this topic
#1
Posted 12 September 2008 - 12:57 PM
|
|
|
#2
Posted 13 September 2008 - 04:34 AM
I'm not familiar with GvR, but python is an interpretted language. The files in the zip will be run by python, not run as stand-alone files.
#3
Posted 13 September 2008 - 06:23 AM
So you're saying that I need to run a Python Interpreter in the background so my Windows XP machine will be able to recognize a .exe file for GvR?
#4
Posted 13 September 2008 - 06:30 AM
No, that's not what he's saying. He's saying that scripts written in Python need to be interpreted by the Python environment you have installed on your computer, and not the operating system.
I don't know how GvR is made, and how the .zip-package you're talking about looks like inside, but if it's made in Python, it will most likely not contain an executable file. Instead, look for a file with a name, like setup.py, or alike, if you need to install it first, or a file like gvr.py or alike, if it's ready to be run.
Reading the readme-file, if any is present, would also ease up the process for you.
I don't know how GvR is made, and how the .zip-package you're talking about looks like inside, but if it's made in Python, it will most likely not contain an executable file. Instead, look for a file with a name, like setup.py, or alike, if you need to install it first, or a file like gvr.py or alike, if it's ready to be run.
Reading the readme-file, if any is present, would also ease up the process for you.
#5
Posted 13 September 2008 - 06:34 AM
"" said:
Download and unzip the GvRng zip package and start it: start python gvrng.py
#6
Posted 13 September 2008 - 06:54 AM
See, I've tried that. After unzipping the file, here is everything in the folder:
Folders:
activity
bitmaps
docs
gui-gtk
gvr_progs
locale
po
Files:
build.pyc
gvrparser.pyc
out.pyc
translate.pyc
utils.pyc
world.pyc
worldMap.pyc
changelog
copyright
GPL-2
gvrngrc (unknown file type)
build.py
cheat.py
guiWorld.py
GvrController.py
GvrModel.py
gvrng.py
---
Found it. The last one....Thanks everyone, and sorry for my 'noob'-ness in this.
Folders:
activity
bitmaps
docs
gui-gtk
gvr_progs
locale
po
Files:
build.pyc
gvrparser.pyc
out.pyc
translate.pyc
utils.pyc
world.pyc
worldMap.pyc
changelog
copyright
GPL-2
gvrngrc (unknown file type)
build.py
cheat.py
guiWorld.py
GvrController.py
GvrModel.py
gvrng.py
---
Found it. The last one....Thanks everyone, and sorry for my 'noob'-ness in this.


Sign In
Create Account

Back to top









