Is it possible to use P4Python API with IronPython?
Posted
by nardbard
on Stack Overflow
See other posts from Stack Overflow
or by nardbard
Published on 2010-05-06T17:57:02Z
Indexed on
2010/05/06
18:08 UTC
Read the original article
Hit count: 138
Is it possible to use P4Python (the perforce python api) with IronPython? I'd like to use the python api because it seems much faster than using p4.net implementionat of a Perforce API but when I try to import p4 into IronPython I receive the following error.
IronPython 2.6.1 (2.6.10920.0) on .NET 4.0.30128.1 Type "help", "copyright", "credits" or "license" for more information.
import P4 Traceback (most recent call last): File "", line 1, in File "C:\Program Files\IronPython 2.6 for .NET 4.0\lib\site-packages\P4.py", l ine 210, in ImportError: No module named P4API
© Stack Overflow or respective owner