Re: [web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-06-10 Thread Alok Joshi
Thanks. (Sorry for the ugly font size in my earlier related message.) On Sun, Jun 9, 2013 at 2:59 PM, Alan Etkin spame...@gmail.com wrote: is it my web2py version which gets used? My bad, I meant the web2py instance in pythonanywhere -- --- You received this message because you are

[web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-06-09 Thread alokjoshiofaarmax
I built an application and uploaded the same to pythonanywhere.com using its admin interface for web2py. I am also having the same problem. Can someone help me. I am a newbie. Incidentally the application works fine on my own computer. Alok On Sunday, May 26, 2013 3:26:23 PM UTC-7, jfinke

[web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-06-09 Thread Alan Etkin
I built an application and uploaded the same to pythonanywhere.com using its admin interface for web2py. I am also having the same problem. It should be enough to upgrade your web2py version to solve this. However, if you don't want to upgrade, open app/models/menu.py with a text editor

Re: [web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-06-09 Thread Alok Joshi
Thanks Alan, That worked. One question. When I upload my application(*.wp) file to pythonanywhere is it my web2py version which gets used? I was under the impression that the site runs its own web2py. Any way, thanks for your answer again. On Sun, Jun 9, 2013 at 9:14 AM, Alan Etkin

Re: [web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-06-09 Thread Alan Etkin
is it my web2py version which gets used? My bad, I meant the web2py instance in pythonanywhere -- --- 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] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-05-30 Thread Massimo Di Pierro
This is now fixed in the nightly build. The stable Mac version is broken. Will be reposted asap. On Sunday, 26 May 2013 17:26:23 UTC-5, jfinke wrote: I just downloaded the mac version of web2py. When I start the server with a password, I immediately get an error ticket. Error ticket for

[web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-05-29 Thread Aurelijus Useckas
I'm also having the save error during the start on mac os On Monday, May 27, 2013 1:26:23 AM UTC+3, jfinke wrote: I just downloaded the mac version of web2py. When I start the server with a password, I immediately get an error ticket. Error ticket for welcomeTicket ID

[web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-05-29 Thread jfinke
Yes, I just ran the code version on a debian box and was not replicating the error. My guess is that there is something hard coded in the compiled mac .app file. On Monday, 27 May 2013 07:49:04 UTC-5, LightDot wrote: By linux version you mean the source code version of the web2py download?

[web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-05-29 Thread Alan Etkin
I just downloaded the mac version of web2py. When I start the server with a password, I immediately get an error ticket. Odd. It looks like the web2py core you are using has no implementation of the new .automenu() feature (added renently), but you are running an app with an updated

[web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-05-27 Thread jfinke
Well, I installed the linux version on a VM I have and it worked perfectly. So, I guess I will stick with that. But something appears to be off with the compiled .app for the Mac. On Sunday, 26 May 2013 17:26:23 UTC-5, jfinke wrote: I just downloaded the mac version of web2py. When I start

[web2py] Re: Error on start: 'Auth' object has no attribute 'wikimenu'

2013-05-27 Thread LightDot
By linux version you mean the source code version of the web2py download? You can run the source version on your Mac directly, you only need to install python. Can't help with the original error since I don't use mac os x, but I'm sure some other mac user will come along shortly. Regards,