You may still use web2py without venv, but consider using it for stuff like pyDAL...
:) It all depends of your needs and number of projects you manage... Even if venv is always a better idea, I would say as a rule of thumb, if you didn't face any issue, and only manage one app and only use web2py framework, you can keep going without venv... But if you have more than one app, more than one project, more than one framework, you need to use venv. If you don't you will one day or another lost track on what you have installed soon and being away from one project for sometimes you may experiment one day package issue when you get back and are in urgency to push update to a client which is not fun at all... Richard On Mon, Oct 19, 2015 at 2:04 PM, Ron Chatterjee <achatterjee...@gmail.com> wrote: > You are right. I should use venv. Haven't tried with web2py. But I agree. > > > > On Monday, October 19, 2015 at 1:22:19 PM UTC-4, Richard wrote: >> >> Hello Ron, >> >> Do you know virtualenv? >> >> You can avoid this kind of issue with it... >> >> Get started... >> Ref : http://docs.python-guide.org/en/latest/dev/virtualenvs/ >> >> Richard >> >> On Mon, Oct 19, 2015 at 12:04 PM, Ron Chatterjee <achatte...@gmail.com> >> wrote: >> >>> I downloaded from web2py site. Anyway, I did pip uninstall pydal from my >>> site packages and now it works fine. Somehow it was conflicting with the >>> local pydal copy. Thanks for the help. I appreciate it! >>> >>> >>> >>> On Monday, October 19, 2015 at 11:39:20 AM UTC-4, Richard wrote: >>>> >>>> Ron did you download web2py from Github or from web2py site... The >>>> latter should prevent fromt this issue, but if you use Git repo, you need >>>> to update pyDAL submodule, that what Niphold is explaning... >>>> >>>> Richard >>>> >>>> On Mon, Oct 19, 2015 at 11:34 AM, Niphlod <nip...@gmail.com> wrote: >>>> >>>>> any version of web2py is tested to run with a TAGGED version of pydal. >>>>> You can't mix and match. For example, current web2py works with pydal >>>>> 15.09 >>>>> . >>>>> >>>>> >>>>> On Monday, October 19, 2015 at 5:25:53 PM UTC+2, Ron Chatterjee wrote: >>>>>> >>>>>> Niphlod, I don't know what you just said, can you please break it >>>>>> down for me? What you mean unpinned version of pydal? I have a local >>>>>> version of pydal installed in my site packages. >>>>>> >>>>>> >>>>>> On Monday, October 19, 2015 at 11:21:05 AM UTC-4, Niphlod wrote: >>>>>>> >>>>>>> I'd imagine you are running with an unpinned version of pydal. >>>>>>> Travis and appveyor (our CI) are not failing. >>>>>>> >>>>>>> On Monday, October 19, 2015 at 5:07:33 PM UTC+2, Ron Chatterjee >>>>>>> wrote: >>>>>>>> >>>>>>>> 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 web2py+un...@googlegroups.com. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>> 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 web2py+un...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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 web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.