Re: [web2py] Re: web2py 2.11.2 is OUT

2015-05-31 Thread Vikash Sharma
Last time I raised this issue, I was asked to refresh chrome cache, as
chrome might be using old cached data.
And it worked for me.

Regards,
Vikash Sharma
vikash0...@gmail.com

On Sun, May 31, 2015 at 12:15 PM, Simon Ashley gregs...@gmail.com wrote:

 On windows 8.1 and Chrome, I'm finding the Welcome screen badly formatted
 (no visible menus, unusual buttons etc).
 Under Firefox and IE11. its fine.


 https://lh3.googleusercontent.com/-yQKhCtaMTqo/VWqtmgjCH9I/Aaw/hcHQ7F-pxCs/s1600/chrome%2B2.11.2.png


 On Sunday, 31 May 2015 02:37:25 UTC+10, Massimo Di Pierro wrote:

 There was a problem with 2.11.1 and it has been addressed in 2.11.2.
 Please skip 2.11.1 and report any issue you may find with 2.11.2.

 Massimo

  --
 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.


[web2py] Re: web2py 2.11.2 is OUT

2015-05-31 Thread Massimo Di Pierro
This is strange because the folder should be created by web2py.
Anybody else having a similar problem?

On Sunday, 31 May 2015 00:49:19 UTC-5, 黄祥 wrote:

 just tested the newest version it seems that cache folder is very 
 important directory (not found any explaination about this on book)
 e.g.
 *Pack All*
 internal error: [Error 3] The system cannot find the path specified: 
 'C:/web2py/applications/test/cache/cache'

 *Clean*
 Traceback

 1.
 2.
 3.
 4.
 5.
 6.
 7.
 8.
 9.
 10.
 11.
 12.
 13.
 14.
 15.
 16.

 Traceback (most recent call last):
   File C:\web2py\gluon\restricted.py, line 227, in restricted
 exec ccode in environment
   File C:/web2py/applications/admin/controllers/default.py 
 https://127.0.0.1/admin/default/edit/admin/controllers/default.py, line 
 1945, in module
   File C:\web2py\gluon\globals.py, line 412, in lambda
 self._caller = lambda f: f()
   File C:/web2py/applications/admin/controllers/default.py 
 https://127.0.0.1/admin/default/edit/admin/controllers/default.py, line 
 448, in cleanup
 clean = app_cleanup(app, request)
   File C:\web2py\gluon\admin.py, line 122, in app_cleanup
 CacheOnDisk(folder=path).clear()
   File C:\web2py\gluon\cache.py, line 492, in clear
 self.initialize()
   File C:\web2py\gluon\cache.py, line 439, in initialize
 os.mkdir(folder)
 WindowsError: [Error 3] The system cannot find the path specified: 
 'C:/web2py/applications/test/cache/cache'


 the problem is in the scaffolding app don't have cache folder, but never 
 mind, i can create it manually, but the strange things is, i'm trying to 
 remove the folder one by one e.g. controllers, models, modules, views, 
 private, etc. but when trying to do clean or pack application, it still can 
 do (as long as the cache folders is still there). so i assume, that in the 
 newest version the cache folder is very important rather than other 
 folders. any explaination about this?

 thanks and best regards,
 stifan


-- 
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.


[web2py] Re: web2py 2.11.2 is OUT

2015-05-31 Thread Massimo Di Pierro
What did you upgrade from? Could it be an issue with reloading the browser 
cache?

On Sunday, 31 May 2015 01:45:27 UTC-5, Simon Ashley wrote:

 On windows 8.1 and Chrome, I'm finding the Welcome screen badly formatted 
 (no visible menus, unusual buttons etc).
 Under Firefox and IE11. its fine.


 https://lh3.googleusercontent.com/-yQKhCtaMTqo/VWqtmgjCH9I/Aaw/hcHQ7F-pxCs/s1600/chrome%2B2.11.2.png


 On Sunday, 31 May 2015 02:37:25 UTC+10, Massimo Di Pierro wrote:

 There was a problem with 2.11.1 and it has been addressed in 2.11.2. 
 Please skip 2.11.1 and report any issue you may find with 2.11.2.

 Massimo



-- 
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.


[web2py] Re: web2py 2.11.2 is OUT

2015-05-31 Thread 黄祥
sometimes i face the similar situation when accessing welcome app, either, 
change browser, restart web2py, or directly goes to admin page.

best regards,
stifan

On Sunday, May 31, 2015 at 1:45:27 PM UTC+7, Simon Ashley wrote:

 On windows 8.1 and Chrome, I'm finding the Welcome screen badly formatted 
 (no visible menus, unusual buttons etc).
 Under Firefox and IE11. its fine.


 https://lh3.googleusercontent.com/-yQKhCtaMTqo/VWqtmgjCH9I/Aaw/hcHQ7F-pxCs/s1600/chrome%2B2.11.2.png


 On Sunday, 31 May 2015 02:37:25 UTC+10, Massimo Di Pierro wrote:

 There was a problem with 2.11.1 and it has been addressed in 2.11.2. 
 Please skip 2.11.1 and report any issue you may find with 2.11.2.

 Massimo



-- 
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.


[web2py] Re: web2py 2.11.2 is OUT

2015-05-31 Thread 黄祥
i tested using web2py source on windows 7 with python 2.78.
another have face the same situation before (not the newest version).

ref:
https://groups.google.com/forum/#!topic/web2py/fBZN1MMEmWE

best regards,
stifan

-- 
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.


[web2py] Re: web2py 2.11.2 is OUT

2015-05-31 Thread Simon Ashley
On windows 8.1 and Chrome, I'm finding the Welcome screen badly formatted 
(no visible menus, unusual buttons etc).
Under Firefox and IE11. its fine.

https://lh3.googleusercontent.com/-yQKhCtaMTqo/VWqtmgjCH9I/Aaw/hcHQ7F-pxCs/s1600/chrome%2B2.11.2.png


On Sunday, 31 May 2015 02:37:25 UTC+10, Massimo Di Pierro wrote:

 There was a problem with 2.11.1 and it has been addressed in 2.11.2. 
 Please skip 2.11.1 and report any issue you may find with 2.11.2.

 Massimo


-- 
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.


[web2py] Re: web2py 2.11.2 is OUT

2015-05-30 Thread 黄祥
just tested the newest version it seems that cache folder is very important 
directory (not found any explaination about this on book)
e.g.
*Pack All*
internal error: [Error 3] The system cannot find the path specified: 
'C:/web2py/applications/test/cache/cache'

*Clean*
Traceback

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.

Traceback (most recent call last):
  File C:\web2py\gluon\restricted.py, line 227, in restricted
exec ccode in environment
  File C:/web2py/applications/admin/controllers/default.py 
https://127.0.0.1/admin/default/edit/admin/controllers/default.py, line 1945, 
in module
  File C:\web2py\gluon\globals.py, line 412, in lambda
self._caller = lambda f: f()
  File C:/web2py/applications/admin/controllers/default.py 
https://127.0.0.1/admin/default/edit/admin/controllers/default.py, line 448, 
in cleanup
clean = app_cleanup(app, request)
  File C:\web2py\gluon\admin.py, line 122, in app_cleanup
CacheOnDisk(folder=path).clear()
  File C:\web2py\gluon\cache.py, line 492, in clear
self.initialize()
  File C:\web2py\gluon\cache.py, line 439, in initialize
os.mkdir(folder)
WindowsError: [Error 3] The system cannot find the path specified: 
'C:/web2py/applications/test/cache/cache'


the problem is in the scaffolding app don't have cache folder, but never 
mind, i can create it manually, but the strange things is, i'm trying to 
remove the folder one by one e.g. controllers, models, modules, views, 
private, etc. but when trying to do clean or pack application, it still can 
do (as long as the cache folders is still there). so i assume, that in the 
newest version the cache folder is very important rather than other 
folders. any explaination about this?

thanks and best regards,
stifan

-- 
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.