Re: [web2py] Re: homebrew python not working with web2py

2017-01-03 Thread Mark Graves
Those are the best kinds of bugs =) Happy New Year On Tuesday, January 3, 2017 at 9:11:31 AM UTC-6, lyn2py wrote: > > It is working now. O.O Sorry for the noise and thank you for your time > Mark. > > I blew a fuse in the house and then it worked. Prior to that I restarted > the computer and it

Re: [web2py] Re: homebrew python not working with web2py

2017-01-03 Thread lyn2py
It is working now. O.O Sorry for the noise and thank you for your time Mark. I blew a fuse in the house and then it worked. Prior to that I restarted the computer and it still didn't work. This is crazy and not reproducible... YMMV... On Tuesday, January 3, 2017 at 10:54:35 PM UTC+8, lyn2py w

Re: [web2py] Re: homebrew python not working with web2py

2017-01-03 Thread lyn2py
No, did not try the zip. It doesn't have to do with the release, rather it is the version of python that was installed by homebrew. I read somewhere that it is unstable, I don't know why that would be the case. While we are on the topic, did you try the python installation by homebrew? Is web2py

Re: [web2py] Re: homebrew python not working with web2py

2017-01-03 Thread Mark Graves
Also, under each please list the output of: import os print os.environ['PYTHONPATH'] import sys print sys.path On Tue, Jan 3, 2017 at 3:58 AM, Mark Graves wrote: > Wait wait, whats the output of > > which python > > On Tue, Jan 3, 2017 at 3:43 AM, Mark Graves wrote: > >> did you try the downl

Re: [web2py] Re: homebrew python not working with web2py

2017-01-03 Thread Mark Graves
Wait wait, whats the output of which python On Tue, Jan 3, 2017 at 3:43 AM, Mark Graves wrote: > did you try the downloaded via zip version? > > On Mon, Jan 2, 2017 at 9:01 AM, lyn2py wrote: > >> Nope :) >> >> On Monday, January 2, 2017 at 10:55:59 AM UTC+8, Mark Graves wrote: >>> >>> Is it in

Re: [web2py] Re: homebrew python not working with web2py

2017-01-03 Thread Mark Graves
did you try the downloaded via zip version? On Mon, Jan 2, 2017 at 9:01 AM, lyn2py wrote: > Nope :) > > On Monday, January 2, 2017 at 10:55:59 AM UTC+8, Mark Graves wrote: >> >> Is it in a virtual environment? >> >> -Mark >> >> On Sun, Jan 1, 2017 at 8:37 PM, lyn2py wrote: >> >>> First, it is a

Re: [web2py] Re: homebrew python not working with web2py

2017-01-02 Thread lyn2py
Nope :) On Monday, January 2, 2017 at 10:55:59 AM UTC+8, Mark Graves wrote: > > Is it in a virtual environment? > > -Mark > > On Sun, Jan 1, 2017 at 8:37 PM, lyn2py > > wrote: > >> First, it is a working folder that I've been using. It breaks the moment >> when I use homebrew's version of python

Re: [web2py] Re: homebrew python not working with web2py

2017-01-01 Thread Mark Graves
Is it in a virtual environment? -Mark On Sun, Jan 1, 2017 at 8:37 PM, lyn2py wrote: > First, it is a working folder that I've been using. It breaks the moment > when I use homebrew's version of python to start web2py. It works when I > use the system's python. Both commands are on the same dire

Re: [web2py] Re: homebrew python not working with web2py

2017-01-01 Thread lyn2py
First, it is a working folder that I've been using. It breaks the moment when I use homebrew's version of python to start web2py. It works when I use the system's python. Both commands are on the same directory. Secondly, I have tried git clone recursive in a brand new folder, but it's still the

Re: [web2py] Re: homebrew python not working with web2py

2017-01-01 Thread Mark Graves
potential quick fix before giving it thought: did you: git submodule update --init --recursive You can easily try this by creating a new web2py installation in a different folder so you don't mess up exising apps. Also, is it broken with the downloaded version via zip? On Sun, Jan 1, 2017

[web2py] Re: homebrew python not working with web2py

2017-01-01 Thread lyn2py
On Saturday, December 31, 2016 at 5:06:07 AM UTC+8, Mark Graves wrote: > > How did you install web2py? as a zip? via git? > *git clone* > Did you ever pip install gluon? > *nope* > Did you install web2py / python at different times? > *I've been using web2py for years using the system

[web2py] Re: homebrew python not working with web2py

2016-12-30 Thread Mark Graves
How did you install web2py? as a zip? via git? Did you ever pip install gluon? Did you install web2py / python at different times? Can you try under each python version to do: import gluon.widget On Thursday, December 29, 2016 at 11:29:08 PM UTC-6, lyn2py wrote: > > I am not sure if this is