stevepiercy x58 added webob.org repo with current files
x58
Thanks blaflamme !
NotreDev has quit
raydeo
oo github suggests reviewers
haven't seen that before
x58
I wonder what criteria it uses...
raydeo
indeed
rickmak joined the channel
Rotonen
people who have recently touched the code
raydeo
like via git blame similar to what the facebook bot does?
Method__ joined the channel
NotreDev joined the channel
rickmak joined the channel
Method has quit
NotreDev has quit
hvelarde has quit
frispete_ joined the channel
frispete has quit
c0le joined the channel
tamarin joined the channel
Method__ has quit
mengu has quit
rickmak joined the channel
tamarin has quit
rickmak joined the channel
Method__ joined the channel
NotreDev joined the channel
zepolen has quit
zepolen joined the channel
zepolen has quit
NotreDev has quit
NotreDev joined the channel
zepolen joined the channel
atomekk joined the channel
atomekk joined the channel
redir joined the channel
nilo joined the channel
stevepiercy
thanks blaflamme raydeo
x58 what do you have in mind for webob.org?
rickmak joined the channel
disko joined the channel
lmctv joined the channel
yleclanche joined the channel
NotreDev has quit
waigani joined the channel
El_Rolando joined the channel
kiorky joined the channel
econoraptorman has quit
ronnix joined the channel
rickmak has quit
jhauser joined the channel
Lcaracol_ joined the channel
MrTango_ joined the channel
Lcaracol has quit
munch_ joined the channel
bhrzk joined the channel
bhrzk
Hey, I'm wondering if there's way that I can deploy pyramid project with docker to the server
chakerbenhamed joined the channel
or I meant dokku
diefenbach joined the channel
Lcaracol joined the channel
Lcaracol_ has quit
bochecha joined the channel
rickmak_ joined the channel
Ergo joined the channel
mr_jolly joined the channel
x58
bhrzk: I am sure if there is a way to run standard applications, you could figure out how to deploy a Python web application.
stevepiercy: It needs some refreshing, that's all. It needs to be dragged kicking and screaming into the new era :P
chakerbenhamed
Hey, I added pyramid_tm to my app and used the same session factory in the doc. However I am gettign AttributeError: 'Request' object has no attribute 'tm'
in my main I have config.include('pyramid_tm') and then config.include('MyAPP.models')
If you are new to Pyramid, I would recommend setting up with the sqlalchemy cookie-cutter, so you have an example project to look at and verify that you are configuring things correctly.
chakerbenhamed
No I have the add request method in models/__init__.py
That's the problem
The request doesn't include 'tm'
x58
chakerbenhamed: Is your code somewhere we can look at it?
chakerbenhamed
so when lambda function get executed it return exception
sorry, it's a private repositry :'(
x58
Then please use the sqlalchemy cookiecutter
and verify that everything is the same, or close enough.
.tm is added to the request by pyramid_tm
So somehow/somewhere pyramid_tm is not correctly enabled.
I'm sorry, it is really late, I am going to bed. We'll need to see some code, and more of a backtrace than what you've provided so far to help you.
chakerbenhamed
Thanks a lot. I will check the cookiecutter repo again
teix_ joined the channel
diefenbach joined the channel
mr_jolly has quit
bhrzk has quit
mr_jolly joined the channel
jhauser has quit
jhauser joined the channel
Lcaracol_ joined the channel
Lcaracol has quit
stevepiercy
x58 well, i guess the question is, does webob merit its own website for marketing, or does the new http://pylonsproject.org/projects.html satisfy requirements? i'd argue for the latter
nilo has quit
bochecha has quit
RchrdB joined the channel
chakerbenhamed
I found out the reason why the request doesn't have an tm attribute
actually AttributeError mask the main
issue
I got an exception in pyramid_tm/__init__.py:95: in tm_tween reraise(*exc_info)