Does anyone experiences keyboard and autocompletion problems when
running manage.py shell whith ipython ?
It sounds very strange, if i run ipython i have no problem with
browsing modules and using addictive shortcuts like cursor keys, but
whithin a django project context i just can't use it, no
autocompletion, if i press cursor key i didn't get the typed memory
function and got characters on screen like ^H ^[[D etc... I'm on
ubuntu 8.04, french language and generic keyboard on a laptop.
Does anyone have an idea, does anyone encounter same problem, is it a
bug ?
Thank's in advance
{{{{code}}}}
fra...@franck-laptop:~/workspace/work/website/test/example$ ./
manage.py shell
Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
Type "copyright", "credits" or "license" for more information.
IPython 0.8.4 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints
more.
In [ 2 ]: import django
In [ 3 ]: django.VERSION
Out[3]: (1, 1, 0, 'beta', 1)
In [ 4 ]: backsa^H^[[C^[[A^[[D^[[3~^H^H
{{{{/code}}}}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---