avijju / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

_execute_child not found #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install python 2.5 and py2exe for python 2.5 in windows 64 bit machine
2. run gitso.exe
3. click of start button

What is the expected output? What do you see instead?
   gitso app which is able to connect the specified system 

What version of the product are you using? On what operating system?
   Gitso 0.6 on windows 7

Please provide any additional information below.
   hi,
  on the click of start button it is showing the followin in error log

  Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "GitsoThread.pyc", line 68, in run
  File "Processes.pyc", line 80, in giveSupport
  File "subprocess.pyc", line 594, in __init__
  File "subprocess.pyc", line 816, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified

   i have installed python 2.5 and realted version on py2exe in a windows 7 (64-bit) machine. any help will be appreciated... thanks in advance...

Original issue reported on code.google.com by meetgh...@gmail.com on 8 Jul 2013 at 10:14