Thanks,

The problem is there seems to be no thread library?

This is the output:
Python 2.4.1 (#2, Jun 21 2005, 00:31:18)
[GCC 3.4.2 [FreeBSD] 20040728] on freebsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> import mmpython
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.4/site-packages/mmpython/__init__.py", line 121, in ?
    import audio.pcminfo
  File "/usr/local/lib/python2.4/site-packages/mmpython/audio/pcminfo.py", line 81, in ?
    mmpython.registertype( 'application/pcm', ('wav','aif','voc','au'), mediainfo.TYPE_AUDIO, PCMInfo )
  File "/usr/local/lib/python2.4/site-packages/mmpython/__init__.py", line 107, in registertype
    f = Factory()
  File "/usr/local/lib/python2.4/site-packages/mmpython/__init__.py", line 102, in Factory
    _factory = SynchronizedObject(factory.Factory())
  File "/usr/local/lib/python2.4/site-packages/mmpython/synchronizedobject.py", line 45, in __init__
    import threading
  File "/usr/local/lib/python2.4/threading.py", line 6, in ?
    import thread
ImportError: No module named thread

The threading.py file exists, so what is the problem? Could it be so that threading has to be compiled in python itself?
Or should there be a thread.py as well as the threading.py?

Thanks for you assistence.


Duncan Webb wrote:
Olaf van Loon wrote:
  
Thanks for you reply Gorka, but I think pyxml is already installed:

~>pkg_info | grep PyXML
py24-xml-0.8.4      PyXML: Python XML library enhancements

Gorka Olaizola wrote:
    
On Tue, Oct 17, 2006 at 11:46:10AM +0200, Olaf van Loon wrote:
  
      
   Hi list,

   checking for mmpython...   not found
 [...]
   But mmpython ís installed:

    
        
There is a bug in the installation script. mmpython needs
xml.utils.qp_xml and if it can't import it the check for mmpython fails.
Maybe you need to install pyxml before running the setup script
      

Could be Imaging

Try:
python
import mmpython
Ctrl-D

It will tell you what the real problem is.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

  
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to