is it possible to get a raw "request" from a browser in web2py? right now
it looks like some of the request information is converted to
gluon.storage.Storage. I'm doing a parallel compare with django and am
trying to keep the code base comparison as close as possible. Thanks
--
phlod wrote:
>
> What are you expecting from a "raw request" ? Doesn't request.env suffice ?
>
> On Wednesday, October 24, 2012 11:33:52 PM UTC+2, patrick moon wrote:
>>
>> is it possible to get a raw "request" from a browser in web2py? right
&
i'm having a problem with just trying to get web2py to with mssql on the
latest version and the welcome comes with the wiki pluggin insdtalled as a
default. Is there a way to delete this? there seem to be no delete button.
127.0.0.1.2012-11-01.16-48-29.12584d3d-101f-4883-a762-2a9ed0f109d4
('4
I'm able to connect to mssql using python and in test mode.
but I'm getting the 500 internal server errroris there a way to
figure out what the problem is?
log looks pretty messy. I'm was trying to get json back from mssql.
Was successful under mysql. json format does not seem to be
any
I've been able to get everything working...jquery/json/
web2py..ect...however, I can't seem to connect to the webserver from
another computer. Everything is working locally right now.
Can someone point me to possible steps to take to figure this out?
Thanks
I'm using the doc suggested connection string:
db = DAL('mssql://shxxx:shaxxx@POPE:1433/xPAC')
and this is the error I'm getting:
Traceback (most recent call last):
File "gluon/restricted.py", line 192, in restricted
File "C:/_dev/temp/web2py/applications/welcome/models/db.py", line
18, in
I tried to run from the source but this is what I get.
Module use of python25.dll conflicts with this version of Python.
Is there a way around this? Thanks
On Aug 31, 12:14 pm, Willoughby wrote:
> Also check to make sure it's loading the MSSQL database driver.
> You have to run from source, th
Brian:
You're the man...said the right thing. I didn't know pyodbc did not
ship with web2py.
Download and dropped it in the same folder as web2py (don't know if
this was mentioned in doc.)
Works like a beauty. Thanks all again.
On Aug 31, 7:36 pm, Brian M wrote:
> What version of python are yo
8 matches
Mail list logo