Note that there are some explanatory texts on larger screens.

plurals
  1. USjarmod
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI think it's a bad idea to copy Python source files to the Python installation directory. Instead, you should run the desired Python EXE explicitly, for example "c:\python\python setup.py py2exe". Or you should change drive/directory into c:\python (cd /d c:\python) and then run "python d:\somefolder\setup.py py2exe".
      singulars
    2. COYou can definitely run into problems if you assume that "setup.py" is identical to "python setup.py". It's not uncommon to have more than one Python installation on the same machine (v2.x and perhaps both 32-bit and 64-bit variants of v3.x). If you switch between the various Python versions using a CMD script that sets PATH and PYTHONHOME environment variables then "python setup.py" will run whichever python.exe is first in your PATH but running "setup.py" will run whichever version of Python you installed last because it is associated with the PY extension. So be careful.
      singulars
    3. COThanks, that's very helpful. I have tried this with getManufacturers(string) but that still results in the undefined expression error. In my case at least, it only works if I use action.getManufacturers(string). Perhaps there's something additionally wrong with the data model object. Also if I grep my Jive installation, I find a lot of references to "action.getXYZ()" in its FTL files suggesting that it needs to prefix with action. too, at least in some situations.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload