hi all:
i have:
py/pyext 0.2.1pre - python script objects (C)2002-2005 Thomas Grill - http://grrrr.org/ext
using Python 2.4.1 (#1, Oct 28 2005, 20:05:40) [GCC 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)]
upon loading the example patch of pixeltango. i got:
pt.layerfx-Dynamic-FX: bang DEBUG: Dir: /Applications/PixelTANGO-CVS/abstractions/ Read-dir: Layernum 0 Traceback (most recent call last): File "/home/sonicvariable3/src/pixelTANGO/scripts/pt.py", line 23, in dirlist entries=glob.glob(os.path.join(path,pattern)) File "/usr/lib/python2.4/posixpath.py", line 60, in join if b.startswith('/'): AttributeError: 'Symbol' object has no attribute 'startswith' pt.layerfx-Dynamic-FX: bang DEBUG: Dir: /Applications/PixelTANGO-CVS/abstractions/ Read-dir: Layernum 0 Traceback (most recent call last): File "/home/sonicvariable3/src/pixelTANGO/scripts/pt.py", line 23, in dirlist entries=glob.glob(os.path.join(path,pattern)) File "/usr/lib/python2.4/posixpath.py", line 60, in join if b.startswith('/'): AttributeError: 'Symbol' object has no attribute 'startswith' pt.entry-Font-Dir: /Applications/PixelTANGO/fonts Traceback (most recent call last): File "/home/sonicvariable3/src/pixelTANGO/scripts/pt.py", line 23, in dirlist entries=glob.glob(os.path.join(path,pattern)) File "/usr/lib/python2.4/posixpath.py", line 60, in join if b.startswith('/'): AttributeError: 'Symbol' object has no attribute 'startswith' Traceback (most recent call last): File "/home/sonicvariable3/src/pixelTANGO/scripts/pt.py", line 23, in dirlist entries=glob.glob(os.path.join(path,pattern)) File "/usr/lib/python2.4/posixpath.py", line 60, in join if b.startswith('/'): AttributeError: 'Symbol' object has no attribute 'startswith' Traceback (most recent call last): File "/home/sonicvariable3/src/pixelTANGO/scripts/pt.py", line 23, in dirlist entries=glob.glob(os.path.join(path,pattern)) File "/usr/lib/python2.4/posixpath.py", line 60, in join if b.startswith('/'): AttributeError: 'Symbol' object has no attribute 'startswith'
i think this is the same errors i got from installing flext/py/pixeltango on pure:dyne in piksel. anyideas how the errors can be fixed?
cheers
chun