-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java2python #36
Comments
Make sure the python scripts directory is in your PATH environment variable. If you are on Windows, you might need to add .py to the j2py script for the OS to know it is a Python script. Here is my setup on Windows 7:
copy c:\Python27\Scripts\j2py c:\Python27\Scripts\j2py.py
|
i am also getting the same error even after I copied j2py.py |
File "C:\java2python\bin\j2py.py", line 113 what may be the error? |
even after this I am getting the same error. j2py is not recognized as an internal or external command. Can you please help me out? |
@B417037 we need more details, is python declared in path? How many version are you using at once ? etc. |
I get the same error too. python is in my path, I only have 1 version but I still get this error |
Yes, python is declared in the path. I am only using 1 version of python (python 2 as it does not work for python 3). |
i'm getting the same error as well. python is declared in my path. C:\Python27\Scripts>j2py --version |
Did you solve this? |
I don't have a Windows machine right now else I would make a video. But you guys should follow this : https://www.computerhope.com/issues/ch000549.htm In Windows you have to set the path variable. Then it'll work. |
after execution of "python setup.py install" , i tried to execute j2py -- version
I am getting j2py is not recognised as internal or external command
The text was updated successfully, but these errors were encountered: