python setup.py install does not work
I am using virtual env and I want to install a package I created. When I
run python setup.py install
Sorry: IndentationError: ('unexpected indent',
('/home/michael/project/videoch/sandbox/env1/lib/python2.7/site-packages/videoch/scratchpad.py',
4, 4, ' def __init__(self, id):\n'))
But I have deleted scratchpad.py from the module I want to install. Why do
I get this error?
No comments:
Post a Comment