You need to run git submodule init git submodule update
If that doesn't work, see if you have any uncommitted changes (git status, or git diff), and undo them with git reset --hard). Aaron Meurer On Sat, Nov 3, 2012 at 9:11 AM, Dia Ken <[email protected]> wrote: > when i run the second command "git submodule update" i got: > > fatal: Needed a single revision > Unable to find current revision in submodule path 'sympy' > > > > On 3 November 2012 15:54, Stefan Krastanov <[email protected]>wrote: > >> Have you initialized the git submodule for sympy. It should be >> explained in the readme. >> >> On 3 November 2012 15:50, Dia Ken <[email protected]> wrote: >> > Hello, >> > >> > I'm trying to run sympy-live on a local-machine (fedora 17) "python >> > ./google_appengine/dev_appserver.py sympy-live >> > ", but i always get an import error "ImportError: No module named >> sympy". >> > >> > python version : 2.7.3 >> > sympy version: 0.7.1 >> > >> > >> > -- >> > Greeting! >> > Kendhia :) >> > >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "sympy" 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/sympy?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" 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/sympy?hl=en. >> >> > > > -- > Greeting! > Kendhia :) > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
