Re: [web2py] Module error

2020-12-07 Thread Warwick JC
I had the same issue with pygal. After putting the pygal moduIe in the
modules folder all was sorted.

On Mon, Dec 7, 2020, 18:43 Gaël Princivalle 
wrote:

> That's crazy for sure.
> The modules are in the modules folder .
> I don't understand why they don't appear in the modules list and why
> they're not found by my application.
> Il giorno lunedì 7 dicembre 2020 alle 15:36:28 UTC+1 lbjc...@gmail.com ha
> scritto:
>
>> Easier and crazy way I do is install the requests module in modules
>> folder or site packages.
>>
>> On Mon, Dec 7, 2020, 16:51 Gaël Princivalle  wrote:
>>
>>>
>>> Hello.
>>>
>>> Moving an app to another server I've this error:
>>>  No module named
>>> applications.myapp.modules.requests
>>>
>>> Of course I've the modules in my app.
>>> The previous Web2py version was 2.14.16.
>>> Now I use 2.20.4.
>>>
>>> Someone knows what's the problem?
>>>
>>> Thanks.
>>>
>>> --
>>> 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.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/70c43a4c-6698-4068-8f7e-9b322a647e1dn%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/2a412953-7ec1-41df-ae9e-a872baf47371n%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAAcHJF9pS85-U5-5ODSasKqqT0sw0kJKJ6Qn-033vgPZ11xOSA%40mail.gmail.com.


Re: [web2py] Module error

2020-12-07 Thread Gaël Princivalle
That's crazy for sure.
The modules are in the modules folder .
I don't understand why they don't appear in the modules list and why 
they're not found by my application.
Il giorno lunedì 7 dicembre 2020 alle 15:36:28 UTC+1 lbjc...@gmail.com ha 
scritto:

> Easier and crazy way I do is install the requests module in modules folder 
> or site packages. 
>
> On Mon, Dec 7, 2020, 16:51 Gaël Princivalle  wrote:
>
>>
>> Hello.
>>
>> Moving an app to another server I've this error:
>>  No module named 
>> applications.myapp.modules.requests 
>>
>> Of course I've the modules in my app.
>> The previous Web2py version was 2.14.16.
>> Now I use 2.20.4.
>>
>> Someone knows what's the problem?
>>
>> Thanks.
>>
>> -- 
>> 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.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/70c43a4c-6698-4068-8f7e-9b322a647e1dn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/2a412953-7ec1-41df-ae9e-a872baf47371n%40googlegroups.com.


Re: [web2py] Module error

2020-12-07 Thread Warwick JC
Easier and crazy way I do is install the requests module in modules folder
or site packages.

On Mon, Dec 7, 2020, 16:51 Gaël Princivalle 
wrote:

>
> Hello.
>
> Moving an app to another server I've this error:
>  No module named
> applications.myapp.modules.requests
>
> Of course I've the modules in my app.
> The previous Web2py version was 2.14.16.
> Now I use 2.20.4.
>
> Someone knows what's the problem?
>
> Thanks.
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/70c43a4c-6698-4068-8f7e-9b322a647e1dn%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAAcHJF9zwCEb%3DvEJTW7%3Dmi%2B5JXU_K1EOpqwwACU8hnG7LAv6VA%40mail.gmail.com.


[web2py] Module error

2020-12-07 Thread Gaël Princivalle

Hello.

Moving an app to another server I've this error:
 No module named 
applications.myapp.modules.requests 

Of course I've the modules in my app.
The previous Web2py version was 2.14.16.
Now I use 2.20.4.

Someone knows what's the problem?

Thanks.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/70c43a4c-6698-4068-8f7e-9b322a647e1dn%40googlegroups.com.