3

Running on windows with Python 3.3.5

All follows attempts:

  • autopep8
  • autopep8 test.py
  • autopep8 --in-place test.py

produced:

failed to create process.

VladimirS
  • 600
  • 6
  • 14

1 Answers1

1

One possible solution.

Did you rename the python folder? Perhaps try reinstalling autopep8.

Community
  • 1
  • 1
jgritty
  • 11,660
  • 3
  • 38
  • 60