Re: [web2py] Re: Cannot import modules

2019-03-03 Thread Leonel Câmara
There have been a lot of problems due to the compat changes I would test web2py with a DAL trunk version -- 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) ---

Re: [web2py] Re: Cannot import modules

2019-03-03 Thread Ben Duncan
Will do ... *Ben Duncan* DBA / Chief Software Architect Mississippi State Supreme Court Electronic Filing Division On Sun, Mar 3, 2019 at 2:06 AM Massimo Di Pierro wrote: > No. this is indeed stange. Can you please open a ticket about this? > > On Friday, 1 March 2019 04:30:37 UTC-8, Ben

Re: [web2py] Re: Cannot import modules

2019-03-03 Thread Massimo Di Pierro
No. this is indeed stange. Can you please open a ticket about this? On Friday, 1 March 2019 04:30:37 UTC-8, Ben Duncan wrote: > > Ok further testing* REVELS* that if the module begins with 'test', > cutome_import chokes and pukes. > Named it to bensmodule and it works ... > > *Massimo*, is

Re: [web2py] Re: Cannot import modules

2019-03-01 Thread Ben Duncan
Ok further testing* REVELS* that if the module begins with 'test', cutome_import chokes and pukes. Named it to bensmodule and it works ... *Massimo*, is that expected behavior ? *Ben Duncan* DBA / Chief Software Architect Mississippi State Supreme Court Electronic Filing Division On Fri,

Re: [web2py] Re: Cannot import modules

2019-03-01 Thread Ben Duncan
Ok, tried the deleting of ALL pyc, even moved the test module to gluon and tried: [web2py@su-postgres-ben-3 Book]$ cp -av modules/testmod/testmod.py ../../gluon/ `modules/testmod/testmod.py' -> `../../gluon/testmod.py' [web2py@su-postgres-ben-3 Book]$ ls -la ../../gluon/testmod.py -rw-rw-r-- 1

Re: [web2py] Re: Cannot import modules

2019-03-01 Thread Ben Duncan
Dave: Yes same level. Paul will try deleting the pyc files ... *Ben Duncan* DBA / Chief Software Architect Mississippi State Supreme Court Electronic Filing Division On Fri, Mar 1, 2019 at 12:26 AM Paul Ellis wrote: > I know this sounds odd. But this worked for me recently. It can be caused

[web2py] Re: Cannot import modules

2019-02-28 Thread Paul Ellis
I know this sounds odd. But this worked for me recently. It can be caused by a corrupt .pyc file. Try deleting the .pyc files and see if the problem remains. On Thursday, 28 February 2019 20:54:24 UTC+1, Ben Duncan wrote: > > Getting the following errors when trying to import a module > Module

[web2py] Re: Cannot import modules

2019-02-28 Thread Dave S
On Thursday, February 28, 2019 at 11:54:24 AM UTC-8, Ben Duncan wrote: > > Getting the following errors when trying to import a module > Module directory looks like: > > [web2py@su-postgres-ben-3 Book]$ ls -la modules/ > total 16 > drwxr-xr-x 2 web2py web2py 4096 Feb 28 13:49 . > drwxrwxr-x 15