>> Apply this patch:
>>
>> $ hg di
>> diff --git a/sympy/galgebra/__init__.py b/sympy/galgebra/__init__.py
>> new file mode 100644
>>
>>
>> And do:
>>
>> import sympy.galgebra.GAsympy
>>
>> that will work.
>>
>> Ondrej
>>
>> >
>>
>>
> In the main sympy directory on my machine I get:
>
> [EMAIL PROTECTED]:~/SYMPY/sympy$ hg di
> [EMAIL PROTECTED]:~/SYMPY/sympy$ diff --git a/sympy/galgebra/__init__.py
> b/sympy/galgebra/__init__.py
> diff: unrecognized option `--git'
> diff: Try `diff --help' for more information.
>
> I am not applying the patch correctly.  How do I apply it?

I think you'd have to use "hg qimport" or something. But in this case, just do:

$ touch sympy/galgebra/__init__.py

e.g. you just need to create the empty __init__.py file so that you
can import the galgebra package.

Let me know if you have further problems.

Thanks,
Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to