Papagayo 1.2 problems

Discuss Papagayo issues here

Moderators: Víctor Paredes, slowtiger

User avatar
ulrik
Posts: 1087
Joined: Thu Aug 11, 2005 10:32 pm
Location: Stockholm Sweden
Contact:

Post 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
macweenie
Posts: 25
Joined: Sun Dec 19, 2004 11:05 pm

The Eagle has landed

Post 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.
User avatar
Fazek
Posts: 246
Joined: Thu Apr 13, 2006 1:37 pm
Location: Hungary
Contact:

Post 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!
- - - Fazek
bigkahuna
Posts: 15
Joined: Wed Jun 21, 2006 6:50 am

Post by bigkahuna »

Works for me, too! iMac Intel Duo, OS X 10.4.7.
User avatar
ulrik
Posts: 1087
Joined: Thu Aug 11, 2005 10:32 pm
Location: Stockholm Sweden
Contact:

Post 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!!
Guest
Posts: 13
Joined: Tue Jul 11, 2006 2:52 pm

Liset Agent 2.0 Tool: Linguistic Information Sound Editing

Post 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!
slice11217
Posts: 279
Joined: Thu Mar 30, 2006 6:12 pm
Location: Verona, New Jersey

Post 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.
slice11217
Posts: 279
Joined: Thu Mar 30, 2006 6:12 pm
Location: Verona, New Jersey

Post by slice11217 »

I'm having trouble posting a reply
slice11217
Posts: 279
Joined: Thu Mar 30, 2006 6:12 pm
Location: Verona, New Jersey

Post 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
nassosy
Posts: 59
Joined: Wed Sep 06, 2006 4:52 pm
Location: Greece

Post by nassosy »

you have to install wxpython,
if you haven't,
or re-install because something is broken
slice11217
Posts: 279
Joined: Thu Mar 30, 2006 6:12 pm
Location: Verona, New Jersey

Post 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?
slice11217
Posts: 279
Joined: Thu Mar 30, 2006 6:12 pm
Location: Verona, New Jersey

Post 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.
myles
Posts: 821
Joined: Sat Aug 21, 2004 3:32 am
Location: Australia, Victoria, Morwell
Contact:

wxPython, not Python.

Post 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.
"Quote me as saying I was mis-quoted."
-- Groucho Marx
nassosy
Posts: 59
Joined: Wed Sep 06, 2006 4:52 pm
Location: Greece

off-topic

Post by nassosy »

could any of the administrators
please fix the *posting* function
of the forum,
because it rarely seems to work
nassosy
Posts: 59
Joined: Wed Sep 06, 2006 4:52 pm
Location: Greece

Post by nassosy »

BTW

check out PapagayoMOD 1.3 here

viewtopic.php?t=5323
Post Reply