Error installing P4Python on windows

Configuration:

Machine: windows8 64-bit
Pyhton 2.7
Environment variable:
    PATH: %PATH%;C:\Python27
    PYTHONPATH: C:\Python27;C:\Python27\Lib;C:\Python27\DLLs;C:\Python27\Lib\lib-tk;

      

When installing P4Python 2.7, I got the following message:

There was a problem with binding to the P4Python install path.

Possible reasons:

1) Python is not installed.

2) An unsupported version or architecture of Python is installed.

3) The folder containing the Python executable is not in the system path.

4) Another version or architecture of Python is in the system path before the supported version or architecture.

5) P4Python installation paths are not writable.

I also tried installing P4Python 3.3 and got the same message.

How do I resolve this error?

+3


source to share


4 answers


Try the following:

https://swarm.workshop.perforce.com/download/guest/robert_cowham/perforce/utils/python/bin/p4python-2014.1.807760.win32-py2.7.exe



The installer from the main site only works with P64-bit Python 3.3.

I got this answer on the perforce forum.

+4


source


I also had the same problem and then had to upgrade to 64-bit P4Python for 2.7 and 64-bit Python 2.7.



+1


source


I suggest uninstalling python 2.7 and earlier python versions completely and reinstalling it for 64-bit architecture. After installing goto Start-> Python 2.7-> IDLE will work fine

0


source


Do not do everything I understand where your error is, do not set the path this way, I just have a way to do it there is a simple procedure to do it, go to controlpanel-> system and security -> system-> advanced system settings-> advanced- > environment variables then add new path add path and vlues accordingly as shown in img

0


source







All Articles