any chameleon users here? Anyone seen these strange errors from AST node classes, like Name has no attribute .id
mage_
mmh nop
what's the exact error message?
domenkozar joined the channel
moo-_- joined the channel
zupo joined the channel
ztane
AttributeErrorchameleon.astutil in visit_Name
error'Name' object has no attribute 'id'
... or Str doesn't have attribute 's'... or something else
occur intermittently ... once per day, running python 3.5 and uwsgi
dfee has quit
moo-_- joined the channel
mage_
ztane: never had this issue (running 3.5 with chameleon 3.2 and gunicorn)
moo-_-
good afternon
crooksey joined the channel
zupo joined the channel
zupo joined the channel
Belxjander has quit
Belxjander joined the channel
Antibody joined the channel
Belxjander has quit
Belxjander joined the channel
nilo has quit
dfee joined the channel
bochecha joined the channel
dfee has quit
Thorn has quit
crooksey has quit
crooksey joined the channel
ajmitch joined the channel
waveform joined the channel
Belxjander has quit
Belxjander joined the channel
chrisw joined the channel
atomekk joined the channel
atomekk joined the channel
munch_ has quit
dfee joined the channel
dfee has quit
justsomedood joined the channel
munch_ joined the channel
tiwula joined the channel
Ergo has quit
Thorn joined the channel
El_Rolando has quit
dfee joined the channel
dfee has quit
erasmas joined the channel
crooksey has quit
bind has quit
npilon joined the channel
dude-x
i want to deploy a pyramid app in an internal network. is it okay if i use something like waitress, or am i suppose to use pserve?
djinni has quit
djinni joined the channel
Spanktar joined the channel
Belxjander has quit
jcarl43 joined the channel
Belxjander joined the channel
dfee joined the channel
zupo_ joined the channel
zupo has quit
Spanktar joined the channel
bind joined the channel
econoraptorman joined the channel
jcarl43 has quit
Belxjander has quit
Belxjander joined the channel
joh[m] joined the channel
davisagli joined the channel
zupo joined the channel
hvelarde is now known as hvelarde|brb
jpenny
waitress should be fine.
raydeo
dude-x: pserve is not a server... it's a generic runner
usually it's used to start waitress
grauwoelfchen has left the channel
zupo joined the channel
justsomedood has quit
zupo has quit
zupo joined the channel
hvelarde|brb has quit
zupo has quit
zupo joined the channel
justsomedood joined the channel
bind has quit
hvelarde joined the channel
Belxjander has quit
Belxjander joined the channel
dude-x
if i am making a dockerfile of a basic pyramid app (it's an API server) should i include the command to start the server, or leave it to a tool like docker-compose
stevepie_
dude-x if you put it in your dockerfile, then you don't have a choice, whereas you do have a choice with dc
dude-x
stevepie_ can dc or kubernetes override the CMD/entrypoint?
stevepie_
i think so...? i mean you can run arbitrary commands thru dc