buster icon indicating copy to clipboard operation
buster copied to clipboard

Windows bug: unable to run buster setup

Open ghost opened this issue 9 years ago • 2 comments

I installed buster on Windows 7 64 bit with Python 2.7.9. But when I try to setup buster with my GitHub repository link, it fails. Below is the stacktrace:

Traceback (most recent call last): File ".\buster.py", line 201, in main() File ".\buster.py", line 161, in main repo = Repo.init(static_path) File "C:\Python27\lib\site-packages\git\repo\base.py", line 656, in init output = git.init(*_kwargs) File "C:\Python27\lib\site-packages\git\cmd.py", line 227, in return lambda *args, *_kwargs: self._call_process(name, _args, *_kwargs) File "C:\Python27\lib\site-packages\git\cmd.py", line 456, in _call_process return self.execute(call, *__kwargs) File "C:\Python27\lib\site-packages\git\cmd.py", line 335, in execute *_subprocess_kwargs File "C:\Python27\lib\subprocess.py", line 710, in init errread, errwrite) File "C:\Python27\lib\subprocess.py", line 958, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified

I have tried to run the python file directly, I get the same error. I also tried this fork - https://github.com/Misiur/buster, still does not work.

ghost avatar Apr 27 '15 08:04 ghost

Check out this issue: #56

sebie avatar Jul 15 '15 06:07 sebie

Hi! I had the same issue on win 10 I solved it like this: txanan

hope it works!

andreiamlm avatar Sep 01 '15 15:09 andreiamlm