• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Sentinel problem

andy99

New member
Hi, I have problem with Sentinel


venv/bin/python bin/sentinel.py


Traceback (most recent call last):

File "bin/sentinel.py", line 5, in <module>

import init

File "lib/init.py", line 103, in <module>

main()

File "lib/init.py", line 85, in main

if not is_valid_python_version():

File "lib/init.py", line 11, in is_valid_python_version

if (2 == ver.major) and (7 <= ver.minor):

AttributeError: 'tuple' object has no attribute 'major'


What this mean ?
Python 2.6.6
 
Back
Top