Open GoogleCodeExporter opened 9 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
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
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
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
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
Original issue reported on code.google.com by
bshafiqn...@gmail.com
on 15 Oct 2010 at 9:37