can anyone successfully "pip install nlg"?
i get the below picture when i do. also below are some excerpts from the error message.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building…
I am using a capture handler to download a PNG image for a selector. URL is working fine when loaded individually, but the image downloaded is not showing the opacity of some of the elements in it, even when the dpi is given as 192. Am using…
WORKING SCENARIO
When the gramex is ran with the following gramex.yaml:
schedule:
create-job-startup:
thread: true
function: >
logging.critical("hello world")
startup: "*"
The output we get, as expected, is:
DEBUG …
I'm connecting to a MySQL database for OTP using this gramex.yaml configuration:
otp:
url: 'mysql+pymysql://$USER:$PASS@$MYSQL_SERVER/$DB'
table: $TABLE
Whe Gramex starts, it reports an Exception:
InternalError: (pymysql.err.InternalError)…
I tried following the guided tutorial, but each time the browser opens to the default sample project provided and not the index.html file I created.
Any solutions for this?
Using Gramex on local, trying to access the main page. Getting this error. Screenshot below.
desktop-login: ignoring missing handler DBAuth with this error
When I install Gramex and try to run it, I get this error message.
gramex: The term 'gramex' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify…
as per gramex-install-doc gramex could be started by running
# Run Gramex on port 9988
docker run --name gramex-instance -p 9988:9988 gramener/gramex
is it possible to start multiple gramex instances by changing --name parameter & different port…
Gramex Form Handler: Filter doc sepcifies:
Note: You can use FormHandler to render specific columns in navbar filters using ?_c=.
Also in the following section You can specify custom aggregations using ?_c=col|, but…
Consider a SQLite DB with user table having user_id, first_name, last_name, access_level columns.
After LDAP authentication, I'd like to update current_user object with additional metadata (from sql table) of the user_id.
Now, using this additional…