Re: Installing java2python (Newbie)

2007-03-01 Thread MRAB
On Mar 1, 2:05 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 28 Feb 2007 19:54:26 -0300, MRAB <[EMAIL PROTECTED]> > escribió: > > > On Feb 28, 5:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > >> you want to run the windows command prompt, which is called "cmd.exe" > >> i

Re: Installing java2python (Newbie)

2007-02-28 Thread Gabriel Genellina
En Wed, 28 Feb 2007 19:54:26 -0300, MRAB <[EMAIL PROTECTED]> escribió: > On Feb 28, 5:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: >> you want to run the windows command prompt, which is called "cmd.exe" >> in windows xp. press the "start menu", then select "run", then type >> "cmd.e

Re: Installing java2python (Newbie)

2007-02-28 Thread MRAB
On Feb 28, 5:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi Jeremy, that's the problem I'm having. Where should I type that " > > python setup.py install" ? Once again I'm using Windows system and not > > Unix. Should I move the file to a specific folder under Python 2.5 and > > then

Re: Installing java2python (Newbie)

2007-02-28 Thread John Machin
On Feb 28, 9:39 pm, "Troy Melhase" <[EMAIL PROTECTED]> wrote: > > Did you think I was suggesting that you write a GUI version of > > java2python? Please carefully (re)?read the documentation link that I > > gave you. The idea is that with a simple variation of your setup.py > > build comamnd, you c

Re: Installing java2python (Newbie)

2007-02-28 Thread Troy Melhase
> Did you think I was suggesting that you write a GUI version of > java2python? Please carefully (re)?read the documentation link that I > gave you. The idea is that with a simple variation of your setup.py > build comamnd, you create a Windows installer for your existing > package, and make it ava

Re: Installing java2python (Newbie)

2007-02-28 Thread John Machin
On Feb 28, 8:33 pm, "Troy Melhase" <[EMAIL PROTECTED]> wrote: > > Hi Troy, Windows users don't really "want" to do that. They'd prefer > > to download a Windows installer, and "double-click on it". > > Hi John, > > Understood and agreed. I was thinking about Andy's problem, and I > realized that m

Re: Installing java2python (Newbie)

2007-02-28 Thread Troy Melhase
> Hi Troy, Windows users don't really "want" to do that. They'd prefer > to download a Windows installer, and "double-click on it". Hi John, Understood and agreed. I was thinking about Andy's problem, and I realized that many users would benefit from a gui to do side-by-side translation. If I e

Re: Installing java2python (Newbie)

2007-02-28 Thread John Machin
On Feb 28, 4:27 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi Jeremy, that's the problem I'm having. Where should I type that " > > python setup.py install" ? Once again I'm using Windows system and not > > Unix. Should I move the file to a specific folder under Python 2.5 and > > then

Re: Installing java2python (Newbie)

2007-02-27 Thread Troy Melhase
> properly now (error free!! yay) and the j2py script is located under : > C:\Documents and Settings\Ujjal Pathak\Desktop\java2python-0.2\build > \scripts-2.5 that doesn't look right -- it looks like you found what the setup script left behind. what you should look for is j2py in either (a) your

Re: Installing java2python (Newbie)

2007-02-27 Thread [EMAIL PROTECTED]
This is my friend's computer, BTW! -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing java2python (Newbie)

2007-02-27 Thread [EMAIL PROTECTED]
Hi Troy, once again thanks for the quickie. I installed everything properly now (error free!! yay) and the j2py script is located under : C:\Documents and Settings\Ujjal Pathak\Desktop\java2python-0.2\build \scripts-2.5 Meaning under scripts-2.5 folder, there are two files j2py and jast_print but

Re: Installing java2python (Newbie)

2007-02-27 Thread [EMAIL PROTECTED]
> Hi Jeremy, that's the problem I'm having. Where should I type that " > python setup.py install" ? Once again I'm using Windows system and not > Unix. Should I move the file to a specific folder under Python 2.5 and > then type " python setup.py install" in IDLE or Command Line window? > I get th

Re: Installing java2python (Newbie)

2007-02-27 Thread Jeremy Dillworth
You'll need to run the command in the command-line window. If you're unfamiliar, here's how to start it up: Click "Start" then "Run..." then type "Cmd" in the open field. Click OK. Once you're at the command line there will be a little variation depending on where things are located on your PC.

Re: Installing java2python (Newbie)

2007-02-27 Thread [EMAIL PROTECTED]
Hi Jeremy, that's the problem I'm having. Where should I type that " python setup.py install" ? Once again I'm using Windows system and not Unix. Should I move the file to a specific folder under Python 2.5 and then type " python setup.py install" in IDLE or Command Line window? I get the error "S

Re: Installing java2python (Newbie)

2007-02-27 Thread Jeremy Dillworth
I haven't used that particular package, but the norm for setup.py is this command line: python setup.py install Hope this helps, Jeremy -- http://mail.python.org/mailman/listinfo/python-list

Installing java2python (Newbie)

2007-02-27 Thread loveline17
Hi guys, I'm having a hard time installing java2python ( http://code.google.com/p/java2python/ ) on my Windows XP 32-bit machine. I double click setup.py but nothing happens. Is there any specific Python sub-folder where I should put it and install using command line? Even when I use command-line,