Re: iPython and Django issue

2010-07-22 Thread Dario Ghilardi
2010/7/22 Dario Ghilardi > 2010/7/21 Shawn Milochik > >> Are you using the default version of Python that came with Snow Leopard? > > > I tried with that too, with no success. Now I'm using a macports pthon > version, with the same results. > > >> If so, try a virtualenv. I did some searching on

Re: iPython and Django issue

2010-07-22 Thread Dario Ghilardi
2010/7/21 Shawn Milochik > Are you using the default version of Python that came with Snow Leopard? I tried with that too, with no success. Now I'm using a macports pthon version, with the same results. > If so, try a virtualenv. I did some searching on Google and saw similar > errors reporte

Re: iPython and Django issue

2010-07-21 Thread Shawn Milochik
Are you using the default version of Python that came with Snow Leopard? If so, try a virtualenv. I did some searching on Google and saw similar errors reported but it seems that bugs which would cause them have been patched in current versions. I do all my development in virtualenvs with official

Re: iPython and Django issue

2010-07-21 Thread Dario Ghilardi
2010/7/21 Shawn Milochik > Evidently the function you are trying to call has been moved. I see, but that function is called by iPython, not by me. This is a bit strange. 2010/7/21 euan.godd...@googlemail.com > I think you need to install readline before you compile python. > iPython doesn't

Re: iPython and Django issue

2010-07-21 Thread euan.godd...@googlemail.com
I think you need to install readline before you compile python. iPython doesn't work properly without it, although I've never seen it give a traceback - it usually just looks a bit forlorn. On Jul 21, 2:02 pm, Ingo86 wrote: > Hello all, > i'm on MacOSX Snow Leopard and I have an issue with iPytho

Re: iPython and Django issue

2010-07-21 Thread Shawn Milochik
Evidently the function you are trying to call has been moved. http://docs.python.org/library/commands.html Try subprocess instead of commands. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

iPython and Django issue

2010-07-21 Thread Ingo86
Hello all, i'm on MacOSX Snow Leopard and I have an issue with iPython. When i launch "python manage.py shell" I get the following error: Traceback (most recent call last): File "manage.py", line 11, in execute_manager(settings) File "/Users/ingo/Documents/django_projects/youroad/lib/pyth