KxSystems / pyq

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

Cannot get QVER #6

Closed chenkangcrack closed 7 years ago

chenkangcrack commented 7 years ago

when I import the package pyq into my python program, It throws an error: "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 execute the file" init.py", and find the parameter "QVER" was none, what's the problem??

sashkab commented 7 years ago

Duplicate of #5. Closing.