On Thu, Oct 30, 2008 at 3:43 PM, noureddine <[EMAIL PROTECTED]> wrote:

>
> yes, i already thik in this idea
> but the application has an others bug with django 1.0 and the 1st
> developper says in his documentation that works with django 0.9
> thanks
>

You are saying this is code from someone else and they claim it runs on
0.96?  If so, I believe they are wrong.  That import won't work prior to
r5898:

http://code.djangoproject.com/changeset/5898

which is when the django.core.management package was created, along with
call_command.  Django 0.96 was tagged around r4810, about 1000 revisions and
six months earlier. It may be the original developer was using some svn
checkout of Django from between 0.96 and 1.0.

Karen


>
> On 30 oct, 17:04, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> > On Thu, Oct 30, 2008 at 12:27 PM, noureddine <[EMAIL PROTECTED]>
> wrote:
> >
> > > this is what i specified :
> >
> > > from django.core.management import call_command
> >
> > OK, so you've got an import that should work on Django 1.0.  I suspect
> > you're either not running on Django 1.0 (that import doesn't work on
> 0.96)
> > or your installation is corrupt.  The former is probably more likely.
> >
> > Karen
> >
> >
> >
> > > On 29 oct, 15:39, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> > > > On Wed, Oct 29, 2008 at 11:05 AM, noureddine <[EMAIL PROTECTED]>
> > > wrote:
> >
> > > > > i have this problem
> > > > > is there anybody hwo know the solution.
> > > > > please tell me.
> >
> > > > You've specified the wrong import, or the wrong pythonpath, or have a
> > > > corrupt installation, or ...? Without some specifics of what you are
> > > doing
> > > > to generate this error it is a bit hard to say.
> >
> > > > Karen
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to