[web2py] Re: Can not run web2py_no_console.exe. Version 2.8.2 on win 7 x 64

2013-12-21 Thread sherdim
On Sunday, December 15, 2013 4:36:47 PM UTC+4, Niphlod wrote: > > open a dos prompt, cd into the folder and try to start it from there to > see if it prints something... > > BTW: is web2py.exe working ? > Yes, but web2py_no_console.exe quits silently -- Resources: - http://web2py.com - ht

[web2py] Re: 2.4.7 problems

2013-10-07 Thread sherdim
> > The source of the problem is in the gluon/cache.py > When I have revert this only file to the version of 2012-09-18 - cache.disk is working again below the method from that file, which have became errorous in the last versions: def _open_shelf_with_lock(self): """Open and return a

[web2py] Re: Support for PyPy

2012-02-28 Thread sherdim
What the difference in the speed? On Friday, February 10, 2012 7:35:40 PM UTC+4, Sathvik Ponangi wrote: > > Is there some way to run Web2Py on PyPy ?

[web2py] Re: UnicodeEncodeError on GAE

2012-02-16 Thread sherdim
I Think it is a bug as for 1.99.4 When a form "tries" to keep values w/ non ascii characters if form.accepts(request.vars,session, formname=sP, keepvalues=True): File "C:\a\w2p\gluon\html.py", line 1801, in accepts status = self._traverse(status,hideerror) File "C:\a\w2p\gluon\html.py

[web2py] Re: deploying web2py on IIS

2011-09-16 Thread sherdim
Hope, you will be satisfied with Apache. I have other sites/apps on the IIS, so I wanted web2py on the same platform. If you had default isapi_wsgi example app working - then no incompatibility with dll (32/64 bit issues etc). if any webserver is proper for you - you can use default web2py roc

[web2py] Re: deploying web2py on IIS

2011-09-14 Thread sherdim
Hello, Omi! > Do you have any idea where I should check ? > > I use IIS 7.5 with IIS 6 Management Cimpatibility. > > 1. Check you app is working through usual web2py startup. 2. if you did junction folder - set full access for IIS_WPG for the target folder "...\applications" also check acce

[web2py] Re: deploying web2py on IIS

2011-09-12 Thread sherdim
Onmi, it is not clear - whether you have separate domain for the site under IIS. if no - then you can use default pathes. To be honest, I cannot really understand routes even I read the book. > routes.py is not related to deployment on IIS. You can skip routes configuration upto you need/want i

[web2py] Re: deploying web2py on IIS

2011-09-09 Thread sherdim
Hello Omi! first, junction (as you read in receipt) is needed for ability to launch development version of web2py on the same source. anyway you can copy all web2py folder and syncronize them as needed Step 2.3.2 Configure routes - is standard for web2py and described in the book. it sets relat

[web2py] Re: Slice for Windows Installation with speed tests

2011-05-12 Thread sherdim
funny :) I have just searched for message about IIS, have not found any new one and reposted the same message with anons about the slice. Sorry for double.

[web2py] Slice on deployment web2py on Windows with IIS with tests completed

2011-05-12 Thread sherdim
Good day! I have completed slice with receipts of deployment web2py in Windows environment http://www.web2pyslices.com/main/slices/take_slice/128 Comments on performance tests are welcome! Is this speed good? Can parallel using of many workers (Web Forest) break sessions? Vale!

[web2py] Re: Strange SSL upload issue

2011-05-12 Thread sherdim
The issue is off when use the same site through ISAPI-WSGI as describe in http://www.web2pyslices.com/main/slices/take_slice/128 So it was related to Rocket server timeout on low-speed connection. Reverse Proxy effect could be in slowing of upload.

[web2py] Slice for Windows Installation with speed tests

2011-05-12 Thread sherdim
Good day! I've completed slice http://www.web2pyslices.com/main/slices/take_slice/128 on WSGI deployment on Windows Server. Comments on benchmark testing are welcome! Is it good speed? Is some caveats in parallel handling of requests? Can be issues with sessions congruence? Vale!

[web2py] Re: Strange SSL upload issue

2011-04-13 Thread sherdim
Thank you for your efforts! Meanwhile i will try wsgi from IIS. The main question - can I rollback to some last year version before some code improvement, where uploads were robastly stable??? Namely suspicious copystream from fileutils.py which open error bringing socket. Or may be somewher

[web2py] Re: Strange SSL upload issue

2011-04-11 Thread sherdim
Hello! I have the same pain as described! Some file uploads end with : Traceback (most recent call last): File "D:\a\w2p\gluon\main.py", line 410, in wsgibase parse_get_post_vars(request, environ) File "D:\a\w2p\gluon\main.py", line 266, in parse_get_post_vars request.body = copystre

[web2py] appadmin insert broken if session.forget()

2011-03-11 Thread sherdim
Hello! In the recent versions of web2py appadmin silently cannot insert new records if session.forget() in the model At least in Version 1.90.6 (2010-12-20 11:24:15) it is working! remedy is simple, but silent disfunction discourages Vale!

[web2py] SQLTABLE failed with new DAL

2010-08-13 Thread sherdim
Good day, ALL! After update in one of old app the error appears: Traceback (most recent call last): File "D:\a\w2p\gluon\restricted.py", line 186, in restricted exec ccode in environment File "D:/a/w2p/applications/bioforum/views/manage.html", line 165, in File "D:\a\w2p\gluon\sql

[web2py] Re: shell and cache problem

2010-04-08 Thread sherdim
The bug was to assume that typical variables in request.env are always set. But inside shell request.env has only these: so difficult to imagine where is bug if always work inside browser. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To p

[web2py] Re: shell and cache problem

2010-04-08 Thread sherdim
UPS, sorry it was not related to update there was some bug in the model, so it cannot load -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email

[web2py] shell and cache problem

2010-04-08 Thread sherdim
Good day! After recent update the shell controller from admin throw the error: Traceback (most recent call last): File "D:\a\w2p\gluon\main.py", line 380, in wsgibase serve_controller(request, response, session) File "D:\a\w2p\gluon\main.py", line 154, in serve_controller page = run_

[web2py] Re: response.files.append are broken

2010-02-23 Thread sherdim
oh, yes I have looked at the code in the web2py_ajax.htm - ingenious and simple ! Though it is a narrow topic of using of web2py_ajax, which is optional, it concerns an important issue of the following to the web standards. The W3C validator swears hard on styles inside body. But the template sys

[web2py] response.files.append are broken

2010-02-21 Thread sherdim
Instructions "response.files.append" for new js and css imports don't work in the view file when inserted in the body. Is it by design? and they are allowed in the head of layout.html only? Vale! -- You received this message because you are subscribed to the Google Groups "web2py-users" group.

[web2py] Re: application path in module

2010-02-20 Thread sherdim
OK, what I should import in my module? The module is supposed detouchable, developed for the extra web2py use also What a clever way to check web2py, to import only needed gluon.globals.Request and to resolve exception if any? Also: if I really need only some functions from my hypothetic modul

[web2py] application path in module

2010-02-20 Thread sherdim
Hello,all! How to get application path inside module correctly? When using os.getcwd() for web2py root it is needed the application path also. request is not available, is it? Vale! -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to

[web2py:29361] Re: Every while and then file upload fails

2009-08-25 Thread sherdim
I agree that the problem exists. In my app a manager regularly complains on this error when uploading photos. attempts to increase timeout in the class HttpServer didn't help error can emerge through a couple of seconds His system: Windows Vista, IE7 Server: Windows Server 2003, web2py in sour

[web2py:25560] shell history improvement

2009-07-03 Thread sherdim
Hello! The current shell is pretty for copy-paste operations but the scrolling through recent command history is useful for interactive using. Here is the update for JavaScript function, which allows such scrolling up and down as in a standard shell. Instead of command completion it shows possi

[web2py:19366] Raw filesystem instead DB

2009-04-07 Thread sherdim
Hello, Massimo and all! Could you explain whether would web2py work with dispersed datafiles in some folder structure? Such kind of data storage provides separated data objects in XML or JSON format with not-limited security (any of NTFS features). Also the easy merge of local and remote (web) da