Page 1 of 1

problem when running papagayo from source

Posted: Wed Sep 02, 2009 3:40 pm
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

Posted: Fri Sep 04, 2009 4:05 am
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.

I know now

Posted: Fri Sep 04, 2009 3:52 pm
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.