Problem solved thanks a lot
"Steve Holden" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Olivier Noblanc ATOUSOFT wrote:
>
>> Hello,
>>
>>
>> When i want to import a .py fire from another subdirectory i make
>>
>> import inc/setupxml
>>
>>
>> but that make me an error
Olivier Noblanc ATOUSOFT wrote:
Hello,
When i want to import a .py fire from another subdirectory i make
import inc/setupxml
but that make me an error message.
A man tell me to put a dot but that doesn't work.
Can you help me ?
Thanks.
If you want to import a single .py (a Python module) then the
Olivier Noblanc ATOUSOFT wrote:
Hello,
When i want to import a .py fire from another subdirectory i make
import inc/setupxml
but that make me an error message.
A man tell me to put a dot but that doesn't work.
Can you help me ?
Thanks.
You should write
import inc.setupxml
this imports the module l
Hello,
When i want to import a .py fire from another subdirectory i make
import inc/setupxml
but that make me an error message.
A man tell me to put a dot but that doesn't work.
Can you help me ?
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list