Page 3 of 4

Posted: Tue Aug 22, 2006 7:29 am
by ulrik
I will get this msg when running fom terminal:
Ulrik-Bod-ns-dator-2:~ ulrikboden$ /Applications/Papagayo/Papagayo.app/Contents/MacOS/Papagayo
Traceback (most recent call last):
File "/Applications/Papagayo/Papagayo.app/Contents/Resources/__argvemulator_papagayo.py", line 4, in ?
execfile(os.path.join(os.path.split(__file__)[0], "papagayo.py"))
File "/Applications/Papagayo/Papagayo.app/Contents/Resources/papagayo.py", line 23, in ?
import wx
ImportError: No module named wx

not launching.

ppc g4 dual 1.3ghz os 10.4.7

The Eagle has landed

Posted: Tue Aug 22, 2006 7:47 am
by macweenie
At least for me, version 1.2 is a go! Thanks for all of the hard work on this issue.

Oh, and not to be a dick but in the File menu Cut still has 2 t's.

Posted: Tue Aug 22, 2006 8:09 am
by Fazek
Now I tried to install Papagayo under Linux, and in my distribution (SuSE 10.0) the wx library is also missing by default. I installed the wxGTK libraries and the python-wxGTK package, then papagayo is working!

Posted: Tue Aug 22, 2006 4:40 pm
by bigkahuna
Works for me, too! iMac Intel Duo, OS X 10.4.7.

Posted: Tue Aug 22, 2006 6:55 pm
by ulrik
LM, I don't know if you have made a new version since yesterday but I deleted my old papagayo, downloaded from the site and installed it again, and now it's working!?
thanks!!

Liset Agent 2.0 Tool: Linguistic Information Sound Editing

Posted: Mon Aug 28, 2006 4:51 am
by Guest
has anyone used this program before? Its free, great and should be integrated into the next release of papagayo! It would make lip syncing ahelluvalot easier!

Posted: Thu Apr 26, 2007 11:07 pm
by slice11217
Hey, I've been having this same problem on my 'old' G4. When I get home I can send along the terminal output but I'm at work right now.

Posted: Fri Apr 27, 2007 3:09 am
by slice11217
I'm having trouble posting a reply

Posted: Fri Apr 27, 2007 3:12 am
by slice11217
OK, so here's what terminal says after the first thing that you advised us to type in:

ImportError: No module named wx

...and here's what it says after the second thing you advised us to type in:

pythonw /Applications/Papagayo/Papagayo.app/Contents/Resources/papagayo.py
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'pythonw' is not defined

Hopefully this helps. Hopefully someone's still reading this thread...

Thanks

Posted: Fri Apr 27, 2007 9:41 am
by nassosy
you have to install wxpython,
if you haven't,
or re-install because something is broken

Posted: Fri Apr 27, 2007 12:05 pm
by slice11217
nassosy wrote:you have to install wxpython,
if you haven't,
or re-install because something is broken
How do I re-install Python? I don't remember ever installing it in the first place. Is there someplace I can download it from?

Posted: Tue May 01, 2007 4:04 am
by slice11217
OK, so I downloaded Python, installed it and now this is what I get from Terminal (still no Papagayo):

>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named wx

So, just to see if anything improves I typed in the next thing you wanted us to type in and I got this:

>>> pythonw /pythonw /Applications/Papagayo/Papagayo.app/Contents/Resources/papagayo.py
Traceback (most recent call last):
File "<stdin>", line 1, in ?
NameError: name 'pythonw' is not defined
>>>

Don't know what it means but Papagayo's still not working. I've got a G4 running OS 10.3.9.

wxPython, not Python.

Posted: Wed May 02, 2007 2:23 am
by myles
Please excuse the extra hyphens (dashes) inserted in the Py-thon words - I'm getting some sort of posting permission problems otherwise - presumably some sort of security patch against Py-thon scripts sneaking through to the server in forum posts.


The cross-platform GUI Library, wxPy-thon, is needed as well as the base Py-thon (the programming language) - this is the "wx" library that is absent.

Py-thon on Macs does not come with this cross-platform GUI library included (I think it only comes some Mac-specific GUI library) - actually I don't think wx comes standard with any distribution of Py-thon.

See http://wxpython.org/download.php to get it.
Read that page very carefully - there's some further specific Mac stuff which depends on your version of MacOSX, which you may have to do before you install wxPy-thon (if you have Jaguar, you do need to re-install Py-thon, the basic programming language; if you have Tiger check the version of Py-thon and you may need to install a compatibility patch first).

Warning: while I have dabbled in Py-thon, I do not use a Mac. My advice comes second-hand.

Regards, Myles.

off-topic

Posted: Wed May 02, 2007 10:06 am
by nassosy
could any of the administrators
please fix the *posting* function
of the forum,
because it rarely seems to work

Posted: Wed May 02, 2007 10:11 am
by nassosy
BTW

check out PapagayoMOD 1.3 here

viewtopic.php?t=5323