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 <[email protected] 
> <javascript:>> 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 <[email protected]> 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 [email protected].
>>>> 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 [email protected] <javascript:>.
>> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to