berkantaydin / fuxi

Automatically exported from code.google.com/p/fuxi
0 stars 0 forks source link

Stray symbol in ConditionalAxioms.py #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
vasiliy@midgard:~/devel/ld/fuxi/fuxi/test$ PYTHONPATH=../ python 
additionalDLPTests.py 
Traceback (most recent call last):
  File "additionalDLPTests.py", line 6, in <module>
    from FuXi.Rete.RuleStore import N3RuleStore,SetupRuleStore
  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 1, in <module>
    #
  File "FuXi/Rete/Network.py", line 27, in <module>
  File "/home/vasiliy/devel/ld/fuxi/fuxi/FuXi/DLP/ConditionalAxioms.py", line 67
SyntaxError: Non-ASCII character '\xc2' in file 
/home/vasiliy/devel/ld/fuxi/fuxi/FuXi/DLP/ConditionalAxioms.py on line 67, but 
no encoding declared; see http://www.python.org/peps/pep-0263.html for details

Attached is a patch that fixes this for me.

Original issue reported on code.google.com by vfaronov on 24 Jul 2010 at 6:58

Attachments:

GoogleCodeExporter commented 8 years ago
This is fixed in cset 644f6da518.

Original comment by vfaronov on 28 Jul 2010 at 8:47

GoogleCodeExporter commented 8 years ago
See: 
http://code.google.com/p/fuxi/source/detail?r=781be253fe4b15304b8679b84993794322
47a148

Original comment by chime...@gmail.com on 1 Aug 2010 at 6:07