Does anyone has any issues downloading the latest Source Code from web2py site?
Because when I do python web2py.py I get hit with the error: \...\...\gluon\sqlhtml.py", line 32, in <module> from pydal.helpers.methods import smart_query, bar_encode, _repr_ref ImportError: cannot import name _repr_ref. I don't get to run the server. On Saturday, September 5, 2015 at 3:08:58 AM UTC-4, Dmitri Ermolaev wrote: > > I use Apachi under Window server > > error report: > > https://groups.google.com/forum/#!searchin/web2py/pickle/web2py/r3LcWSbEbmM/TI_enYLZCQwJ > > my suggestion replace code with: > > try: > pickle.dumps(self, pickle.HIGHEST_PROTOCOL) > ecxept: > pickle.dumps(self) > > понедельник, 31 августа 2015 г., 5:55:42 UTC+3 пользователь Massimo Di > Pierro написал: >> >> Once again, I would like to understand what is this problem with the >> HIGH_PROTOCOL. Can you explain to me again what the problem is? >> >> Massimo >> >> On Sunday, 30 August 2015 10:19:08 UTC-5, Dmitri Ermolaev wrote: >>> >>> ok >>> >>> may be do it in wsgihandle.py - for apache ? >>> >>> пятница, 28 августа 2015 г., 15:47:47 UTC+3 пользователь Anthony написал: >>>> >>>> On Friday, August 28, 2015 at 5:34:50 AM UTC-4, Dmitri Ermolaev wrote: >>>>> >>>>> may be set some key for web2py? >>>>> web2py.exe --pickle_high_off >>>>> - will off pickle.highprotocol anywhere >>>>> >>>> >>>> That will only help when running web2py via the built-in development >>>> server, so would be of limited usefulness. >>>> >>>> Anthony >>>> >>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

