agermanidis / SnapchatBot

[deprecated] Python library for building bots that live on Snapchat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup.py won't run

alex742 opened this issue · comments

The error that comes up is:

Traceback (most recent call last):
File "C:\Users\Alex\Desktop\Python\snapbot\SnapchatBot-master\setup.py", line 24, in
license=open('LICENSE').read()
File "C:\Python32\lib\distutils\core.py", line 109, in setup
_setup_distribution = dist = klass(attrs)
File "C:\Python32\lib\distutils\dist.py", line 257, in init
warnings.warn(msg)
File "C:\Python32\lib\idlelib\PyShell.py", line 59, in idle_showwarning
file.write(warnings.formatwarning(message, category, filename,
AttributeError: 'NoneType' object has no attribute 'write'

You might want to update all your python install, can't reproduce. Also, please note that this repo is dead, the bots don't work anymore.

but what about #6 (comment) ??? have you made any progress on the project