Re: problem with import / namespace

2008-05-24 Thread ohad frand
TED]> wrote: > > ohad frand wrote > >> Hi >> Thanks for the answer. >> I probably didnt write the problem accurately but it is not as you >> described. >> (i already read before the section that you pointed and it didnt help me) >> the problem is that i

Re: problem with import / namespace

2008-05-21 Thread ohad frand
pe that this time i am more understood Thanks again Ohad On Wed, May 21, 2008 at 4:46 PM, Laszlo Nagy <[EMAIL PROTECTED]> wrote: > ohad frand wrote: > >> Hi >> I have a problem that the solution to it must be very simple but i couldnt >> fint it's answer in the

problem with import / namespace

2008-05-21 Thread ohad frand
Hi I have a problem that the solution to it must be very simple but i couldnt fint it's answer in the internet so far (i searched for couple of days) the problme is as follows: i have two directories e.g. "\\1" and "\\2" in each directory i have two files with the same names e.g. "tmp1.py" and "tm

RE: question about python statements

2008-05-13 Thread Ohad Frand
Hi Thanks a lot for your reply I think the main uses for it is to study the language and to see that I didn't miss anything else or that something is changed from one version to another. The keyword module will help me Thanks again Ohad Frand -Original Message- From: Gary H

RE: question about python statements

2008-05-13 Thread Ohad Frand
put', 'reduce', 'reload'...] But I don't know how to generate the next list of builtin python statements: ['assert','break','class','continue','def','del','elif','else','except', &#

question about python statements

2008-05-12 Thread Ohad Frand
Hi I am looking for a way to programmically get a list of all python existing statements that I cannot access by __builtins__ or locals() (like ["assert","break","class",...]) Thanks, Ohad -- http://mail.python.org/mailman/listinfo/python-list

listing computer hard drives with python

2008-05-05 Thread Ohad Frand
Hi I am looking for a way to get a list of all active logical hard drives of the computer (["c:","d:"..]) Thanks, Ohad -- http://mail.python.org/mailman/listinfo/python-list