Re: debugger?

2005-07-03 Thread Frank LaFond
? -- 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

Re: jython debugger

2005-08-24 Thread Frank LaFond
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

Re: Record Audio Analysis

2006-08-24 Thread Frank LaFond
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

Re: Jython inherit from Java class

2006-02-10 Thread Frank LaFond
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