Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread 黄祥
i'm trying to upgrade from 2.5.2 to 2.6.1 in pythonanywhere got an error : admin disabled because unable to access password file i've tried to reload, delete and recreate webapps again but have the same result. is there any hints to handle this kind of error? thanks and best regards, stifan --

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread 黄祥
sorry for my previous email, i've paste the wrong error. this is the error i got after upgrade : Internal errorTicket issued:

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Marin Pranjić
What does the error ticket contain? Marin (mobile) On Sep 14, 2013 9:05 AM, 黄祥 steve.van.chris...@gmail.com wrote: sorry for my previous email, i've paste the wrong error. this is the error i got after upgrade : Internal errorTicket issued:

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Niphlod
maybe pythonanywhere does its own things and needs to be informed about the update ? On Saturday, September 14, 2013 1:45:31 PM UTC+2, Marin Pranjić wrote: What does the error ticket contain? Marin (mobile) On Sep 14, 2013 9:05 AM, 黄祥 steve.van...@gmail.com javascript: wrote: sorry for

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Massimo Di Pierro
I need to see one of these tickets. I suspect the problem is that in 2.6.1 one admin file was missing but it is now in 2.6.2. In pythonanywhere you have a web based shell. You can just do: cd ~ wget http://web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip and the problem should go

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Matthew Spence
Hi Massimo- I took a look through the error file and I suspect the relevant line is: from gluon.tools import Config\nImportError: cannot import name Config\n' Let me know if you want the whole error file. Thanks! -Matt On Sep 14, 2013, at 9:14 AM, Massimo Di Pierro

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Paolo Valleri
Your ticket sounds strange to me, because tells us that your gluon/tools.py doesn't have the class Config. Did you really upgrade web2py? Have you compiled your app before upgrading? If so, remove the compiled code and try again. Let us know. Paolo On Saturday, September 14, 2013 4:05:37 PM

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Michele Comitini
You seem to be running an old OS X? Please try the following: Rename the file gluon/pbkdf2_ctypes.py to something else for now. On the ubuntu server just follow instructions from Massimo i.e. unzip new web2py.zip version over the old install. mic Il giorno 14/set/2013 15:15, Ariya Oaum-aram

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread 黄祥
i've tried massimo suggestion to update it from web shell : here is the step that i take following massimo suggestion. - i leave my webapp untouch - i goes to bash console and execute the command : cd ~ wget http://web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip replace

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Massimo Di Pierro
If this is the error: admin/139.192.164.192.2013-09-14.07-00-36.1c5f90cc-b8dd-4104-9b5c-0febff88170ahttps://sugizo.pythonanywhere.com/admin/default/ticket/admin/139.192.164.192.2013-09-14.07-00-36.1c5f90cc-b8dd-4104-9b5c-0febff88170a and you cannot open the ticket. You need to open the file:

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread 黄祥
thank you so much for your hints, massimo, it works well now. just want to share the step i take : *worked* - i leave my webapp untouch - i goes to bash console and execute the command : cd ~ wget http://web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip replace web2py/web2py.py?

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread 黄祥
sorry, forgot to add the step *reload your domain* * * *worked* - i leave my webapp untouch - i goes to bash console and execute the command : cd ~ wget http://web2py.com/examples/static/web2py_src.zip unzip web2py_src.zip replace web2py/web2py.py? [y]es, [n]o, [A]ll, [N]one, [r]ename: A - reload

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread tomt
Hi, I am getting a mysql error after upgrading to 2.6.1(and 2.6.2) Web2py doesn't throw a ticket, rather the mysql error shows up directly on the browser: Query Not Supported: (1064, uYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Massimo Di Pierro
Can you please explain this sentence Web2py doesn't throw a ticket, rather the mysql error shows up directly on the browser? Where do you see this error? What steps caused it? Can you post a screenshot? You have a field called date. That should not be allowed. Are you sure it worked before?

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-14 Thread Massimo Di Pierro
This helps a lot. Can you please email me (confidentially) your email and controller? On Saturday, 14 September 2013 21:15:11 UTC-5, tomt wrote: Yes, the program worked before. The error appears when I select the 'note_list' function/controller. I've attached a screenshot.(I hope it

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Tim Richardson
I've been using it for about a month on one Windows production site with ms-sqlserver, and it's a great release. So many improvements and even more fun to use. Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Javier Pepe
+1 On Fri, Sep 13, 2013 at 5:56 AM, Tim Richardson t...@growthpath.com.auwrote: I've been using it for about a month on one Windows production site with ms-sqlserver, and it's a great release. So many improvements and even more fun to use. Thanks. -- Resources: - http://web2py.com -

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Javier Pepe
I'm try to use new version, but missing settings.cfg file. In that directory has to put it and what format must have? Thansk On Fri, Sep 13, 2013 at 8:40 AM, Javier Pepe javierp...@gmail.com wrote: +1 On Fri, Sep 13, 2013 at 5:56 AM, Tim Richardson t...@growthpath.com.auwrote: I've been

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Javier Pepe
Now work The update from admin interface not end correctly. Unzip file over actual folder, restart and work!!! On Fri, Sep 13, 2013 at 8:49 AM, Javier Pepe javierp...@gmail.com wrote: I'm try to use new version, but missing settings.cfg file. In that directory has to put it and what

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Richard Vézina
Many thanks to all contributors! Just one question... I read on here about something of no more inline javascript and that will bring complaints from users... Does I have to refactor anything about the way I pass javascript between controller and view related to this discussed change by Niphold?

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Anthony
I don't think you'll have to make any changes. I believe the reference to inline Javascript was related to framework widgets that were using inline JS, which has now been moved to web2py.js. Anthony On Friday, September 13, 2013 10:57:52 AM UTC-4, Richard wrote: Many thanks to all

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Richard Vézina
Thanks for the answer... Richard On Fri, Sep 13, 2013 at 11:04 AM, Anthony abasta...@gmail.com wrote: I don't think you'll have to make any changes. I believe the reference to inline Javascript was related to framework widgets that were using inline JS, which has now been moved to

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Niphlod
yep. the complaints we expect are from people forgetting to update web2py.js in their application. Although this was never stated explicitely, there are parts of the application that belongs really to the framework itself (appadmin, web2py.js, etc. what is clearly stated in the changelog).

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Richard Vézina
Ok, I thought the change you were discussing were kind of backward issue with the way we write js in web2py and pass it to the view. Yes, I always update the files you talk about, since I get bitte in the pass because of not updating them :) Thanks for clarify. Richard On Fri, Sep 13, 2013 at

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Massimo Di Pierro
Can you explain better? The file should be created if not there. On Friday, 13 September 2013 06:49:10 UTC-5, Javier Pepe wrote: I'm try to use new version, but missing settings.cfg file. In that directory has to put it and what format must have? Thansk On Fri, Sep 13, 2013 at 8:40 AM,

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread samuel bonill
upps http://127.0.0.1:8000/admin/default/site Internal errorTicket issued: admin/127.0.0.1.2013-09-13.22-09-59.b4c01b5f-4a30-45d5-a2b5-b46da488c4d4http://127.0.0.1:8000/admin/default/ticket/admin/127.0.0.1.2013-09-13.22-09-59.b4c01b5f-4a30-45d5-a2b5-b46da488c4d4 I think that the best way for

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-13 Thread Massimo Di Pierro
Which version gives you the ticket (2.6.1 or 2.6.2, windows, mac or source_ which os version? which python version?. Can you email me the ticket? massimo On Friday, 13 September 2013 22:24:11 UTC-5, samuel bonill wrote: upps http://127.0.0.1:8000/admin/default/site Internal errorTicket

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-12 Thread Roberto Perdomo
Great news!. Thanks to everybody for do a better web2py every day. El sep 12, 2013 8:21 PM, Massimo Di Pierro massimo.dipie...@gmail.com escribió: Thank you. The majority of the improvements in this version come from you (Michele) and niphlod (Simone). Massimo On Thursday, 12 September

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-12 Thread Massimo Di Pierro
And thanks to you Roberto, who also contributed with many patches! On Thursday, 12 September 2013 19:55:38 UTC-5, Roberto Perdomo wrote: Great news!. Thanks to everybody for do a better web2py every day. El sep 12, 2013 8:21 PM, Massimo Di Pierro massimo@gmail.comjavascript:

Re: [web2py] Re: web2py 2.6.1 is OUT - IMPORTANT READ

2013-09-12 Thread Vinicius Assef
congrats, guys. It's becoming much better. On Fri, Sep 13, 2013 at 12:02 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: And thanks to you Roberto, who also contributed with many patches! On Thursday, 12 September 2013 19:55:38 UTC-5, Roberto Perdomo wrote: Great news!. Thanks to