olivierb2 / gitso

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

Building from source-can not find the file specified #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded the source code
2. setup paths
3. run makegitso.bat

What is the expected output? What do you see instead?
When running the exe, as well as icon file I am getting this when I clicked 
"give support"
Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.pyc", line 532, in __bootstrap_inner
  File "GitsoThread.pyc", line 68, in run
  File "Processes.pyc", line 73, in giveSupport
  File "subprocess.pyc", line 623, in __init__
  File "subprocess.pyc", line 833, in _execute_child
WindowsError: [Error 2] The system cannot find the file specified

What version of the product are you using? On what operating system?
python 2.6, py2exe

Please provide any additional information below.
Windows 7

Original issue reported on code.google.com by bshafiqn...@gmail.com on 15 Oct 2010 at 9:37

GoogleCodeExporter commented 8 years ago
The Gitso build scripts use Python 2.5. Ideally the build script could figure 
it out on it's own or it'd prompt you. I would think you could update the build 
scripts 'makegitso.bat' to look for python26 (or whatever the correct path is).

Please let me know how it goes.

Original comment by gerbe...@gmail.com on 20 Oct 2010 at 4:15

GoogleCodeExporter commented 8 years ago
Paths and Environmental variables are fixed, no build issue. But when running 
the exe it is giving mentioned error must be something with py2exe !!

Original comment by bshafiqn...@gmail.com on 20 Oct 2010 at 7:08

GoogleCodeExporter commented 8 years ago
I might also be a difference in the version of python. I know it runs on a Mac 
on Python 2.6.1. But possibly files have moved places so when it creates the 
installer the files are copied over incorrectly or maybe there's an 
incompatibility between the versions. Either way, we should upgrade gitso to 
Python 2.6 (for all platforms) at some point.

Original comment by gerbe...@gmail.com on 20 Oct 2010 at 2:23

GoogleCodeExporter commented 8 years ago
That will be great, thanks waiting for the update.
BTW if it gave errors like object not found, no variable named xxxxx then we 
can say it is because of python version but it is saying "file not found", 
something with paths or py2exe !?

Original comment by babarna...@gmail.com on 20 Oct 2010 at 2:36

GoogleCodeExporter commented 8 years ago
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 comment by meetgh...@gmail.com on 8 Jul 2013 at 9:57