rwl / PyCIM

Python implementation of the Common Information Model.

Home Page:http://rwl.github.io/PyCIM/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax Error

sscherfke opened this issue · comments

I get a syntax error when I install PyCIM. The package Cuts and jumpers contains spaces, which is not allowed.

Running setup.py install for pycim
SyntaxError: ('invalid syntax', ('/home/stefan/.virtualenvs/c2bb/lib/python2.7/site-packages/CIM15/IEC61970/Cuts and jumpers/init.py', 22, 28, 'from CIM15.IEC61970.Cuts and jumpers.Cut import Cut\n'))

Thank you for raising this. I will regenerate using CutsAndJumpers. The CIM has a flat namespace, so the packages are just there for convenience and their names shouldn't matter.