| Hi,
this time it is the python frontend, which spits an error at me:
Python 2.5 (r25:51908, Nov 27 2006, 19:28:51)
[GCC 4.1.2 20061115 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import csnd
Traceback (most recent call last):
File "", line 1, in
File "csnd.py", line 181, in
CSFTYPE_UNIFIED_CSD = _csnd.CSFTYPE_UNIFIED_CSD
AttributeError: 'module' object has no attribute 'CSFTYPE_UNIFIED_CSD'
>>>
i am not giving up yet (with your help).
Georg
|