KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
190 stars 49 forks source link

TypeError: 'NoneType' object has no attribute '__getitem__' #8

Closed chenkangcrack closed 7 years ago

chenkangcrack commented 7 years ago

My python enviroments: python27, win32 After I import pyq into my python console, it throws: Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\site-packages\pyq-3.8.4-py2.7-win32.egg\pyq__init__.py", line 96, in _ij = {'i': 'i', 'j': ''} if QVER[0] >= '3' else {'i': '', 'j': 'j'} TypeError: 'NoneType' object has no attribute 'getitem'

I really don''t know why? can anyone helps me ?

sashkab commented 7 years ago

Windows is not yet supported.

Please follow #1 for Windows support development.