Csound Csound-dev Csound-tekno Search About

[Csnd] R: Re: R: Re: [ANNOUNCING] Alpha release of CECILIA 4.01 (15th anniversary edition)

Date2010-07-03 22:49
From"massimofragala@libero.it"
Subject[Csnd] R: Re: R: Re: [ANNOUNCING] Alpha release of CECILIA 4.01 (15th anniversary edition)
I just installed from the sources cecilia.. when I launch python Cecilia.py 
doesn't start:

maximus@maximus-laptop:~/cecilia4-read-only$ python Cecilia.py
Preferences file not found
Traceback (most recent call last):
  File "Cecilia.py", line 25, in 
    from Resources import CsoundLib, CeciliaEditor
  File "/home/maximus/cecilia4-read-only/Resources/CsoundLib.py", line 25, in 

    import csnd
  File "/usr/lib/python2.6/dist-packages/csnd.py", line 25, in 
    _csnd = swig_import_helper()
  File "/usr/lib/python2.6/dist-packages/csnd.py", line 21, in 
swig_import_helper
    _mod = imp.load_module('_csnd', fp, pathname, description)
ImportError: /usr/lib/libcsnd.so.5.2: undefined symbol: 
csoundSetKillXYinCallback
maximus@maximus-laptop:~/cecilia4-read-only$ 

Massimo

>----Messaggio originale----
>Da: algodonciego@gmail.com
>Data: 03/07/2010 23.17
>A: 
>Ogg: [Csnd] Re: R: Re: [ANNOUNCING] Alpha release of CECILIA 4.01 (15th 
anniversary edition)
>
>
>http://code.google.com/p/cecilia4/wiki/Install
>
>
>massimofragala@tiscali.it wrote:
>> 
>> 
>> Hello Jean,
>> 
>> Where  can I download the sources for linux?
>> 
>> 
>> best
>> Massimo
>> 
>> 
>> ----Messaggio originale----
>> 
>> Da: jean@piche.com
>> 
>> Data: 03/07/2010 18.44
>> 
>> A: 
>> 
>> Ogg: [Csnd] Re: [ANNOUNCING] Alpha release of CECILIA 4.01 (15th
>> anniversary edition)
>> 
>> 
>> 
>> 
>> (Apologies for repeats)
>> 
>> 
>> CECILIA 4.01a
>> 
>> Cecilia is the legendary front end for Csound that was released on the SGI
>> platform 15 years ago. CECILIA is an editor, a sound production
>> environment, a graphical interface and a library of complex sound
>> processing modules. Over the years and as time allowed, many versions for
>> many platforms were released. CECILIA's true charms were revealed to those
>> users who took the time to get to know her well. CECILIA is one of
>> electroacoustic music's best kept secrets.  Temperamental she is, but her
>> passionate disposition is a  composer's true muse. 
>> 
>> 
>> 
>> 
>> 
>> 
>> Be that as it may,  you will be pleased to know that CECILIA has been
>> revamped (so to speak) over the past two summers. After a false launch
>> last fall, we are back at it with a considerably improved version.
>> 
>> This is still an alpha release, meaning that the definite and enhanced
>> bombshell will likely premiere sometime in late August.
>> 
>> 
>> 
>> 
>> 
>> CECILIA disports herself in Windows and OSX while Linux adepts can easily
>> get her to dance from the sources.
>> 
>> CECILIA is pure Python.
>> 
>> CECILIA 4.01a is available here:
>> 
>> http://code.google.com/p/cecilia4/downloads/list
>> 
>> 
>> 
>> 
>> 
>> 
>> Some release notes:
>> 
>> If you run an existing version of Cecilia, trash it or rename it.
>> For OSX, CECILIA installs the whole shebang. No need to install Csound.
>> For Windows, you need to install Csound (latest version as much as
>> possible).
>> 
>> 
>> 
>> 
>> Only stereo modules are currently offered.
>> The Function generators are presently basic. Many enhancements are
>> forthcoming.
>> CECILIA has no documentation but you have an imagination.
>> 
>> We WOULD LOVE to hear about your experiences with the girl. 
>> 
>> 
>> 
>> 
>> To that end you can fill reports here  (please do not abuse with trivia):
>> 
>> http://code.google.com/p/cecilia4/issues/list
>> 
>> Here's hoping you have a pleasant date.
>> 
>> 
>> 
>> 
>> 
>> 
>> Jean Piché
>> Olivier Bélanger 
>> Dominic Thibault
>> Jean-Michel Dumas
>> 
>> iACT, institut Arts Cultures Technologies
>> Université de Montréal
>> 
>> 
>> -- 
>> 
>> 
>> _____________________________
>> http://jeanpiche.com
>> 
>> 
>> 
>> 
>> 
>> 
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>> 
>> 
>> 
>
>
>-----
>http://www.myspace.com/algodonciego
>-- 
>View this message in context: http://old.nabble.com/R%3A-Re%3A--ANNOUNCING--
Alpha-release-of-CECILIA-4.01-%2815th-anniversary-edition%29-
tp29066010p29066088.html
>Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
>Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>Discussions of bugs and features can be posted here
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
csound"
>
>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-07-04 00:29
FromJean Piché
Subject[Csnd] Re: R: Re: R: Re: [ANNOUNCING] Alpha release of CECILIA 4.01 (15th anniversary edition)

Are you running python 2.6?

j




On Sat, Jul 3, 2010 at 5:49 PM, massimofragala@libero.it <massimofragala@libero.it> wrote:
I just installed from the sources cecilia.. when I launch python Cecilia.py
doesn't start:

maximus@maximus-laptop:~/cecilia4-read-only$ python Cecilia.py
Preferences file not found
Traceback (most recent call last):
 File "Cecilia.py", line 25, in <module>
   from Resources import CsoundLib, CeciliaEditor
 File "/home/maximus/cecilia4-read-only/Resources/CsoundLib.py", line 25, in
<module>
   import csnd
 File "/usr/lib/python2.6/dist-packages/csnd.py", line 25, in <module>
   _csnd = swig_import_helper()
 File "/usr/lib/python2.6/dist-packages/csnd.py", line 21, in
swig_import_helper
   _mod = imp.load_module('_csnd', fp, pathname, description)
ImportError: /usr/lib/libcsnd.so.5.2: undefined symbol:
csoundSetKillXYinCallback
maximus@maximus-laptop:~/cecilia4-read-only$

Massimo

>----Messaggio originale----
>Da: algodonciego@gmail.com
>Data: 03/07/2010 23.17
>Ogg: [Csnd] Re: R: Re: [ANNOUNCING] Alpha release of CECILIA 4.01 (15th
anniversary edition)
>
>
>http://code.google.com/p/cecilia4/wiki/Install
>
>
>massimofragala@tiscali.it wrote:
>>
>>
>> Hello Jean,
>>
>> Where  can I download the sources for linux?
>>
>>
>> best
>> Massimo
>>
>>
>> ----Messaggio originale----
>>
>> Da: jean@piche.com
>>
>> Data: 03/07/2010 18.44
>>
>> A: <csound@lists.bath.ac.uk>
>>
>> Ogg: [Csnd] Re: [ANNOUNCING] Alpha release of CECILIA 4.01 (15th
>> anniversary edition)
>>
>>
>>
>>
>> (Apologies for repeats)
>>
>>
>> CECILIA 4.01a
>>
>> Cecilia is the legendary front end for Csound that was released on the SGI
>> platform 15 years ago. CECILIA is an editor, a sound production
>> environment, a graphical interface and a library of complex sound
>> processing modules. Over the years and as time allowed, many versions for
>> many platforms were released. CECILIA's true charms were revealed to those
>> users who took the time to get to know her well. CECILIA is one of
>> electroacoustic music's best kept secrets.  Temperamental she is, but her
>> passionate disposition is a  composer's true muse.
>>
>>
>>
>>
>>
>>
>> Be that as it may,  you will be pleased to know that CECILIA has been
>> revamped (so to speak) over the past two summers. After a false launch
>> last fall, we are back at it with a considerably improved version.
>>
>> This is still an alpha release, meaning that the definite and enhanced
>> bombshell will likely premiere sometime in late August.
>>
>>
>>
>>
>>
>> CECILIA disports herself in Windows and OSX while Linux adepts can easily
>> get her to dance from the sources.
>>
>> CECILIA is pure Python.
>>
>> CECILIA 4.01a is available here:
>>
>> http://code.google.com/p/cecilia4/downloads/list
>>
>>
>>
>>
>>
>>
>> Some release notes:
>>
>> If you run an existing version of Cecilia, trash it or rename it.
>> For OSX, CECILIA installs the whole shebang. No need to install Csound.
>> For Windows, you need to install Csound (latest version as much as
>> possible).
>>
>>
>>
>>
>> Only stereo modules are currently offered.
>> The Function generators are presently basic. Many enhancements are
>> forthcoming.
>> CECILIA has no documentation but you have an imagination.
>>
>> We WOULD LOVE to hear about your experiences with the girl.
>>
>>
>>
>>
>> To that end you can fill reports here  (please do not abuse with trivia):
>>
>> http://code.google.com/p/cecilia4/issues/list
>>
>> Here's hoping you have a pleasant date.
>>
>>
>>
>>
>>
>>
>> Jean Piché
>> Olivier Bélanger
>> Dominic Thibault
>> Jean-Michel Dumas
>>
>> iACT, institut Arts Cultures Technologies
>> Université de Montréal
>>
>>
>> --
>>
>>
>> _____________________________
>> http://jeanpiche.com
>>
>>
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>>
>
>
>-----
>http://www.myspace.com/algodonciego
>--
>View this message in context: http://old.nabble.com/R%3A-Re%3A--ANNOUNCING--
Alpha-release-of-CECILIA-4.01-%2815th-anniversary-edition%29-

tp29066010p29066088.html
>Sent from the Csound - General mailing list archive at Nabble.com.
>
>
>
>Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>Discussions of bugs and features can be posted here
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
csound"
>
>




Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




--
_____________________________
http://jeanpiche.com