Re: IPython - problem with using US international keyboard input scheme on W2K

2005-04-15 Thread Gary Bishop
Fernando Perez <[EMAIL PROTECTED]> wrote: > Claudio Grondi wrote: > > Considering what I found in the ipython mailing archives > > and the fact, that after the fix with displaying colors on > > bright backgrounds Gary had no time yet to get in touch > > with me about the code I have sent him, I su

Re: pyFMOD writing a callback function in Python

2005-02-19 Thread Gary Bishop
I haven't tried it on Linux but I believe it should work. FMOD works on Linux as does Pyrex. I don't think there is any win32 specific code. Grab the source and try building it. You'll likely have to fool with the libraries and includes in setup.py. gb Marian Aldenh?vel <[EMAIL PROTECTED]> wrot

Re: pyFMOD writing a callback function in Python

2005-02-10 Thread Gary Bishop
Check out pySonic, a new FMOD wrapper written with Pyrex. Much more Pythonic. gb -- http://mail.python.org/mailman/listinfo/python-list

Re: IPython colors in windows

2005-02-05 Thread Gary Bishop
On SourceForge you will find release 1.12 of my Python readline module. If you don't want to hack the colors, there is no reason to upgrade from 1.11 to 1.12. They *should* work the same. But if you'd like to hack the iPython colors this new version makes it possible. In your ipythonrc file add a

Re: IPython colors in windows

2005-02-05 Thread Gary Bishop
Claudio Grondi <[EMAIL PROTECTED]> wrote: > "Ashot" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > > whoa, that was quick, looks like it works for me. Thanks a lot! > > It would be nice to be able to set the colors in the prefs file, although > > its possible to edit the pyC