trentm / go-tool

Automatically exported from code.google.com/p/go-tool
Other
10 stars 8 forks source link

Another case where installing Python 3.* screws up 2.6/go #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I had two Python's installed: 2.5.1, and 2.6, 2.6 is the one in the path.
go was installed in 2.6

I downloaded ActivePython 3.1.0.1

Now typing 'go ko' moves to the Komodo directory, but
also launches my dev build of Komodo -- `which ko' returns nothing

Typing 'go -l' launches an alert box that says
<<unknown option '-l', aborting>>

Putting in 'pause' statements in go.bat shows that this is happening
inside go.py, not inside go.bat or the generated $TEMP/__tmp_go.bat

Congratulations, by the way =)

Original issue reported on code.google.com by eric.pro...@gmail.com on 7 Jul 2009 at 8:58