Ezhil-Language-Foundation / Ezhil-Lang

எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணிப்பொறி நிரல் ஏழுத உதவும் (Ezhil, is a fun Tamil programming language for K-12).
http://ezhillang.org/
GNU General Public License v3.0
170 stars 46 forks source link

Missing Tamil Module fixed & tamil.utf8 module name change to tamil #84

Closed ghost closed 8 years ago

ghost commented 8 years ago

Tamil module caused program to throw errors and rendered it unusable.

arcturusannamalai commented 8 years ago

Hello @subinsv - Thanks for your commit/pull-request.

First things first - one of requirements for Ezhil project is the open-tamil Python package. Your work is trying to restore to the earlier point when open-tamil was not refactored out of Ezhil project.

Please try to use,

   pip install open-tamil

and try the latest HEAD of ezhil-lang code.

If you are able to provide a error message, saying 'Module 'tamil' cannot be found' regarding the import error (that should happen when open-tamil is not present) and provide the same pip install function, I will be able to merge your request.

The current form of the pull-request is not OK for ezhil-lang since open-tamil is a dependency.

arcturusannamalai commented 8 years ago

I added code to prevent future contributors from tripping on this issue; https://github.com/arcturusannamalai/Ezhil-Lang/commit/f302bb6d91f5d84406e4e3f3b6714184c88bbf38