On Wednesday, December 12, 2012 12:15:12 PM UTC-6, Bill Thayer wrote:
>
> I am having the same issue  trying to serve large cad files.
>
> 1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.

Traceback (most recent call last):
  File "C:\web2py_src_2.2.1\web2py\gluon\restricted.py", line 212, in restricted
    exec ccode in environment
  File "C:/web2py_src_2.2.1/web2py/applications/TAMOTO/controllers/core.py" 
<http://127.0.0.1:8000/admin/default/edit/TAMOTO/controllers/core.py>, line 
133, in <module>
  File "C:\web2py_src_2.2.1\web2py\gluon\globals.py", line 188, in <lambda>
    self._caller = lambda f: f()
  File "C:\web2py_src_2.2.1\web2py\gluon\tools.py", line 2911, in f
    return action(*a, **b)
  File "C:/web2py_src_2.2.1/web2py/applications/TAMOTO/controllers/core.py" 
<http://127.0.0.1:8000/admin/default/edit/TAMOTO/controllers/core.py>, line 39, 
in layout_wiki
    return auth.wiki(resolve='layout')
  File "C:\web2py_src_2.2.1\web2py\gluon\tools.py", line 3299, in wiki
    return self._wiki.read(slug)['content'] if slug else self._wiki()
  File "C:\web2py_src_2.2.1\web2py\gluon\tools.py", line 4814, in __call__
    return self.editmedia(request.args(1) or 'index')
  File "C:\web2py_src_2.2.1\web2py\gluon\tools.py", line 4965, in editmedia
    user_signature=False)
  File "C:\web2py_src_2.2.1\web2py\gluon\sqlhtml.py", line 1858, in grid
    **sqlformargs)
  File "C:\web2py_src_2.2.1\web2py\gluon\sqlhtml.py", line 1037, in __init__
    inp = represent(field, default, record)
  File "C:\web2py_src_2.2.1\web2py\gluon\sqlhtml.py", line 60, in represent
    return f(value, record)
  File "C:/web2py_src_2.2.1/web2py/applications/TAMOTO/models/db.py" 
<http://127.0.0.1:8000/admin/default/edit/TAMOTO/models/db.py>, line 56, in 
<lambda>
    A('get it', _href=URL('download', args=value))),
  File "C:\web2py_src_2.2.1\web2py\gluon\html.py", line 367, in URL
    args, other, scheme, host, port)
  File "C:\web2py_src_2.2.1\web2py\gluon\rewrite.py", line 196, in url_out
    url = regex_filter_out(url, environ)
  File "C:\web2py_src_2.2.1\web2py\gluon\rewrite.py", line 688, in 
regex_filter_out
    log_rewrite('routes_out: [%s] not rewritten' % url)
MemoryError

 

> -Bill
>
> On Tuesday, May 17, 2011 3:02:50 AM UTC-5, Kostas M wrote:
>>
>> I tried the same application in a Linux (Ubuntu) machine, after the 
>> installation of the latest numpy version (1.6.0). 
>>
>> No MemoryError ticket occured in web2py... 
>>
>>

-- 



Reply via email to