? -- hope this thread will help IDE developers to fill their
> todo list with some shining ideas :)
>
Frank LaFond
http://www.effectiveqa.com
--
http://mail.python.org/mailman/listinfo/python-list
The PyDev environment (http://pydev.sourceforge.net/) for Eclipse
appears to have Jython debug support, though I just tried it now and it
did not work for me. The release notes
http://pydev.sourceforge.net/features.html seem to suggest it should, so
perhaps I just haven't configured something p
Jo Chase wrote:
> I would like to record audio from a mic and perform some basic analysis on
> the audio wave patterns produced. What would be the easiest way to
> accomplish this in Python?
Take a look at http://pymedia.org
I think it allows the features you want.
Frank.
--
http://mail.pyt
Jython 2.2 Alpha 1 supports Java 1.5
Frank.
Kent Johnson wrote:
> Mark Fink wrote:
>
>> I observed something strange when I tried to compile the jython class:
>> 'assert' is a keyword, and may not be used as an identifier
>> (try -source 1.3 or lower to use 'assert' as an identifier)
>> publ