Conceptive Engineering
  • Products
    • Camelot
    • Python SDK
  • Services
    • Training
    • SQLAlchemy Training
    • Camelot Training
    • Python for Programmers
  • Shop
  • Contact
  • Jobs

How to use a different version of Camelot than the one included

Go to C:\Program Files\PythonSDK\Lib\site-packages and rename or remove the Camelot directory.  Then either install the other version of Camelot or add the source code to the PYTHONPATH environment variable.

How to register the Python SDK ?

Sometimes its easier to register the Python SDK in the Windows registry.  This allows third party installers to retrieve it.  Open the Python SDK command promp and enter the command :

python register-python.py

ImportError: DLL load failed

When you see something like : ImportError: DLL load failed: The specified procedure could not be found. This probably means Windows tries to load the wrong DLL, possibly from another Python, PyQt or Qt installation.  Other installers tend to modify the PATH or other environment variables, which the Conceptive Python SDK does not (to allow running multiple versions next to each other).  Explicitly setting the PATH should prevent this behavior.
Picture
If this does not help, try the SET command on the command line to see what environment variables are set.