> Thanks for this.
>
> Unfortunately, I still get:
> ERROR servicemanager.pida:38 Service error: ServiceDependencyError:
> mooedit: No module named moo
>
> even after purging the original pida package, installing yours,
> installing your medit and making the symlinks .
>
Its easy to verify.

run python:
[EMAIL PROTECTED]:~$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import moo
>>>

This is on my system.
You can see, that:
- my python version is 2.5.1
- I can import the module 'moo'

Can you post what do you have?

Your error message is:
 mooedit: No module named moo

For importing moo module this are the requirements:
/usr/lib/libmoo.so
(/usr/local/lib/libmoo.so)

/usr/lib/python2.5/site-packages/moo.so
(/usr/local/lib/python2.5/site-packages/moo.so)

Do you have these files?
Do the python version and /usr/lib/pythonx.x/site-packages/moo.so
match?

Can you post also:
dpkg -L medit

and run python, and type:
import moo
print "this is my system path: ", sys.path


I really hope, that we can resolv your troubles.

Best regards,
 Khiraly


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to