Re: ipython won't take >b< from the keyboard
2009-02-01 07:33:44 GMT
On Sat, Jan 31, 2009 at 11:32 AM, Glenn <grpython <at> sonic.net> wrote: > I've done some more testing and have gotten results I don't understand. > If I open a terminal window and start IPython when I'm logged in as user1, > the letter 'b' works as expected. If I log in as user2, and then start > IPython, 'b' acts like ^G (makes a sound, but doesn't insert the character). This is weird, and I'm not an osx user, so I'm guessing here a lot. But the fact that it works for one user and not for the other, makes me wonder whether you have a ~/.inputrc for either of them (esp. for the one where it doesn't work). If you do, try renaming that file temporarily to something else and see if the problem goes away. If it does, then a little inspection of the file, or just commenting things out, should quickly isolate the problem. If it's not a readline config problem driven by a wonky ~/.inputrc, I have no clue. Cheers, f
Do you have an example on how I would run the above.
Thanks
Franz
Vishal Vatsa-2 wrote:
>
> Hi
>
> I don't think that there is any major problems with
> long running ipcontroller/engines, though i would
> say call clear on you controller every so often.
>
> The longest run i have had so far is about a month.
>
> If you want to run a client from another reactor,
> Use the asyncclient, twisted is interesting :)
>
> If you need more information, please ask.
>
> Regards,
> -Vishal
>
> ----- Original message --
> I have a couple of questions related to that procedure
> - Is it wise to have long running ipcontroller/ipengines?
> - Can the IPython.kernel.client be used within moin run by twisted (the
> reactor is started by moin)?
> - Are there any precautions (cleanups) that shall be performed before
> launching the StringTask
>
> An early form of the parser can be found at
>
RSS Feed