for Testers

78 views
Skip to first unread message

Massimo Di Pierro

unread,
Mar 17, 2015, 10:40:17 AM3/17/15
to web...@googlegroups.com
Can you please help us test the "for testers" version of web2py?

Angelo Compagnucci

unread,
Mar 17, 2015, 10:56:03 AM3/17/15
to web...@googlegroups.com
Hi Massimo,

I just downloaded the src zip and this is the error output:

Traceback (most recent call last):
File "web2py.py", line 18, in <module>
import gluon.widget
File "/home/angelo/Scaricati/web2py/gluon/__init__.py", line 29, in <module>
"You can also download a complete copy from http://www.web2py.com."
RuntimeError: web2py depends on pydal, which apparently you have not installed.
Probably you cloned the repository using git without '--recursive'
To fix this, please run (from inside your web2py folder):

git submodule update --init --recursive

You can also download a complete copy from http://www.web2py.com.


Unfortunately is not a git repository, so it cannot be done!

Ciao!

2015-03-17 15:40 GMT+01:00 Massimo Di Pierro <massimo....@gmail.com>:
> Can you please help us test the "for testers" version of web2py?
>
> --
> 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+un...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



--
Profile: http://it.linkedin.com/in/compagnucciangelo

Richard Vézina

unread,
Mar 17, 2015, 10:59:02 AM3/17/15
to web2py-users
Don't start with double click over web2py.py...

Richard

Massimo Di Pierro

unread,
Mar 17, 2015, 1:55:10 PM3/17/15
to web...@googlegroups.com
Richard. What do you mean?

> 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+unsubscribe@googlegroups.com.

Massimo Di Pierro

unread,
Mar 17, 2015, 2:11:29 PM3/17/15
to web...@googlegroups.com
Please try one more time. Thanks!

Richard Vézina

unread,
Mar 17, 2015, 2:15:24 PM3/17/15
to web2py-users
The ui web2py launch don't show up!!

I download form web2py.com/download : for tester is it the version you want us to test?

Richard

To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.

Massimo Di Pierro

unread,
Mar 17, 2015, 2:25:58 PM3/17/15
to web...@googlegroups.com
That may be a setting of your machine that if you click on a .py file it opens it for edit instead or running it. Actually have the same default setting.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscribe@googlegroups.com.

Kiran Subbaraman

unread,
Mar 17, 2015, 2:38:20 PM3/17/15
to web...@googlegroups.com
Downloaded this version: http://www.web2py.com/examples/static/nightly/web2py_win.zip
I installed my current app, to test this version. I see the following error
Version
web2py
    Version 2.9.12-stable+timestamp.2015.03.17.18.03.34
Python     Python 2.7.9: C:\Users\subbaraman\Downloads\web2py_win_001\web2py\web2py.exe (prefix: D:\programs\open\python27)
Traceback


Traceback (most recent call last):

 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\restricted.py", line 226, in restricted
   
exec ccode in environment
 
File "C:/Users/subbaraman/Downloads/web2py_win_001/web2py/applications/my_app/controllers/default.py", line 1107, in <module>
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\globals.py", line 393, in <lambda>
   
self._caller = lambda f: f()
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\tools.py", line 3456, in f
   
return action(*a, **b)
 
File "C:/Users/subbaraman/Downloads/web2py_win_001/web2py/applications/my_app/controllers/default.py", line 304, in index
   
orderby=_construct_orderby(), limitby=limitby, **cache_settings)
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\packages\dal\pydal\objects.py", line 2085, in select
   
return adapter.select(self.query,fields,attributes)
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\packages\dal\pydal\adapters\base.py", line 1228, in select
    time_expire
)
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\cache.py", line 413, in __call__
    item
= self.storage.get(key)
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\cache.py", line 369, in get
   
return self[key]
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\cache.py", line 341, in __getitem__
    timestamp
, value = pickle.load(recfile.open(key, 'rb', path=self.folder))
 
File "C:\Users\subbaraman\Downloads\web2py_win_001\web2py\gluon\custom_import.py", line 105, in custom_importer
   
return NATIVE_IMPORTER(name, globals, locals, fromlist, level)
ImportError: No module named objects

Richard Vézina

unread,
Mar 17, 2015, 2:39:49 PM3/17/15
to web2py-users
Maybe, though it works with web2py 2.9.5

I try with command line...

RIchard

To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.

Richard Vézina

unread,
Mar 17, 2015, 2:49:49 PM3/17/15
to web2py-users
Working now...

One thing was I forgot another instance of web2py working... Which seems to make it slow before the ui launcher start... But once started the launch refuse to start another instance since it was going to use the same port of the other... Anyway it works...

Richard

Richard Vézina

unread,
Mar 17, 2015, 3:09:29 PM3/17/15
to web2py-users
My app work well, not seems to have backward issue... I notice an issue with permission enforcement though, I will look at my code first... And get back here if I it is not my mistake...

Richard

Richard Vézina

unread,
Mar 17, 2015, 3:25:55 PM3/17/15
to web2py-users
Ok, my bads...

:)

Looks like a good version!!

Richard

c...@cemeren.com

unread,
Mar 18, 2015, 3:09:55 AM3/18/15
to web...@googlegroups.com
I tested on nginx/uwsgi environment running couple of applications (using sqlite, postgres db or no db at all, from sign up to change and reset password as well as app specific functions). I did not notice any problem.
Reply all
Reply to author
Forward
0 new messages