Am I missing something......

Discuss Papagayo issues here

Moderators: Víctor Paredes, slowtiger

Post Reply
askipd
Posts: 2
Joined: Wed Sep 13, 2006 12:51 am

Am I missing something......

Post by askipd »

I have downloaded papagayo but it is not associated with any program. What do I open it with to load the program. I am very (very) new at this.

Thanks,
Skip
nassosy
Posts: 59
Joined: Wed Sep 06, 2006 4:52 pm
Location: Greece

Post by nassosy »

I assume you downloaded the source code version
and you don't have Python and wxPython installed on your system,
which i imagine is a windows pc.

Download Python from here (v2.4 is a good choice):
htt://www.python.org

and wxPython for the Python version above you installed from here:
http://www.wxpython.org

after you install both (first python, then wxpython)
open a command line window
go to the directory you installed 'papagayo' (with "cd directory")
and type "python papagayo.py"
it should start the program in a few seconds

Since you are new to this, it would be wiser to download the binary version of the program.

BTW you should also check out "PapagayoMOD" a modified version
of papagayo which has alot more features.
askipd
Posts: 2
Joined: Wed Sep 13, 2006 12:51 am

Binary

Post by askipd »

I downloaded the binary version (the one I would rather use) I guess my question is how do you run the binary version. What program do you associate it with to get it to run?
nassosy
Posts: 59
Joined: Wed Sep 06, 2006 4:52 pm
Location: Greece

Post by nassosy »

Unrar the contents of the archive to a folder (ex: c:\papagayoMod\)
There you will find a file called "papagayo.exe"
You either double-click on it with your mouse from the explorer window,
or select it and press the 'Enter' key.
Both do the same thing, they start the application.
After a few seconds the PapagayoMOD window should appear.
If nothing happens, check the folder for a file called "papagayo.exe.log"
It is the error log
Open it in the notepad and post its contents in this forum.
Post Reply