complexpotato / Faitagram

(Doesn't work anymore)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Report on win10

opened this issue · comments

C:\Users\HP\Desktop\Faitagram-master>python setup.py
Traceback (most recent call last):
File "setup.py", line 3, in
OS_bit = (round(math.log(sys.maxint,2)+1)) # get the bit
AttributeError: module 'sys' has no attribute 'maxint'

I tried chmod 777 the setup.py before executing it with python to be sure.
I had same issues back then with different python codes, and it seems to fix itself when I chmod those files