find isset() php function equivalent in python

2005-02-01 Thread Olivier Noblanc ATOUSOFT
Hello What is the equivalent function of php isset() in python Thank you very much. olivier noblanc http://www.logiciel-erp.fr -- http://mail.python.org/mailman/listinfo/python-list

Re: import doesn't work as i want

2005-01-31 Thread Olivier Noblanc ATOUSOFT
how to move in function ? "Fredrik Lundh" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Olivier Noblanc wrote: > >> In the botom of this post you will see my source code. >> >> The problem is when i launch main.py that doesn't make anything why ? > > the "if __name__" s

import doesn't work as i want

2005-01-31 Thread Olivier Noblanc ATOUSOFT
Hello, In the botom of this post you will see my source code. The problem is when i launch main.py that doesn't make anything why ? Thanks olivier noblanc Atousoft http://www.logiciel-erp.fr I have main.py : - import wx import inc.impor

Re: import directory error

2005-01-31 Thread Olivier Noblanc ATOUSOFT
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 directory error

2005-01-31 Thread Olivier Noblanc ATOUSOFT
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