the problem was caused because the file is not created __ init__ in the 
first folder of the project.

/ myapp / __init__.py

why not this file is always created automatically? ..


El jueves, 17 de mayo de 2012 12:14:21 UTC-5, Aurigadl escribió:
>
> i don't find the error in this code...
>
> El miércoles, 16 de mayo de 2012 10:57:15 UTC-5, Aurigadl escribió:
>>
>> I did
>> Thank you for entering  Issue 
>> 800<http://code.google.com/p/web2py/issues/detail?id=800>
>>
>>
>>
>> El miércoles, 16 de mayo de 2012 10:43:36 UTC-5, Massimo Di Pierro 
>> escribió:
>>>
>>> Please open a ticket in googlecode and give more details about your 
>>> web2py version, python version and os version.
>>>
>>> On Wednesday, 16 May 2012 10:40:54 UTC-5, Aurigadl wrote:
>>>>
>>>> if you have:
>>>>
>>>> /applications/examples/modules/prueba.py
>>>>
>>>> $python web2py.py -S examples
>>>>
>>>> >>import prueba
>>>>
>>>> this does not work
>>>>
>>>> But if you used:
>>>>
>>>> >>from applications.examples.modules import prueba
>>>> this work very well.
>>>>
>>>> way?? I have all whit the __init__py for import modules.
>>>>
>>>>
>>>> El miércoles, 16 de mayo de 2012 10:32:00 UTC-5, Anthony escribió:
>>>>>
>>>>> Are you importing from within the "examples" application? In that case 
>>>>> you can just do:
>>>>>
>>>>> import test
>>>>>
>>>>> Anthony
>>>>>
>>>>> On Wednesday, May 16, 2012 11:13:16 AM UTC-4, Aurigadl wrote:
>>>>>>
>>>>>> I always work with modules. In the latest versions of web2py not 
>>>>>> work.
>>>>>> doing the following to import:
>>>>>>
>>>>>> from  applications.examples.modules import test
>>>>>>
>>>>>> Restricting the application name.The modules are placed in the / app / 
>>>>>> modules
>>>>>>
>>>>>

Reply via email to