I just tried libAVG on Snow Leopard.

The Installation was fine but when I ran test.sh I get 

---------- BPP=24 POW2=false, YCbCr=shader PBO=true -----------

Traceback (most recent call last):
  File "./Test.py", line 41, in <module>
    import avg
ImportError: dlopen(../../avg.so, 2): no suitable image found.  Did find:
        ../../avg.so: mach-o, but wrong architecture

and trying a simple import on the command line yields the same result.

Python 2.6.1 (r261:67515, Jul  7 2009, 23:51:51) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from libavg import avg
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.6/site-packages/libavg/__init__.py", line 1, in 
<module>
    from avg import *
ImportError: dlopen(/Library/Python/2.6/site-packages/libavg/avg.so, 2): no 
suitable image found.  Did find:
        /Library/Python/2.6/site-packages/libavg/avg.so: mach-o, but wrong 
architecture

On a MacBookPro running 10.6.2

  Model Name:   MacBook Pro
  Model Identifier:     MacBookPro2,2
  Processor Name:       Intel Core 2 Duo
  Processor Speed:      2.33 GHz

  Chipset Model:        ATY,RadeonX1600
  Type: GPU
  Bus:  PCIe
  PCIe Lane Width:      x16
  VRAM (Total): 256 MB
  Vendor:       ATI (0x1002)
_______________________________________________
libavg-users mailing list
[email protected]
https://mail.datenhain.de/mailman/listinfo/libavg-users

Reply via email to