problem when running papagayo from source

Discuss Papagayo issues here

Moderators: Víctor Paredes, slowtiger

Post Reply
harrisyu
Posts: 9
Joined: Mon Aug 31, 2009 9:24 am

problem when running papagayo from source

Post by harrisyu »

I think of modifing papagayo。
I've downloaded papagayo 1.2 source.
I using:
windows xp
python 2.5
wxpython unicode version(I try ansi version too)
I run papagayo.py from command line,I got these:

E:\papagayo_1.2_source>papagayo.py
Traceback (most recent call last):
File "E:\papagayo_1.2_source\pap
from LipsyncFrame import Lipsy
File "E:\papagayo_1.2_source\Lip
import lm
File "E:\papagayo_1.2_source\lm.
import _lm
ImportError: No module named _lm


I know _lm.dll is there,and I am new to python programming.
Anyone knows why?
THX
User avatar
FloridaJo
Posts: 69
Joined: Mon Aug 31, 2009 2:28 am
Location: Florida
Contact:

Post by FloridaJo »

I hope someone can help you. It sure is buggy on Mac 10.5.8.
When I grab the last green sentence it disappears. Grab the next
last one and it disappears. Frustrating.
harrisyu
Posts: 9
Joined: Mon Aug 31, 2009 9:24 am

I know now

Post by harrisyu »

Now I know I need to use python 2.4,it works.
It's because _lm.dll have no source provided.
So now python version change a lot,
and it still using python24.dll.
Am I right.
Hope Lost Marble can do another office release.
Post Reply