Re: Using XML w/ Python...
- From: "Jay" <JMailone@xxxxxxxxx>
- Date: 11 Dec 2005 23:55:44 -0800
when putting excactly what you got, i got
>>> python -c "import amara; print dir(amara)"
Traceback ( File "<interactive input>", line 1
python -c "import amara; print dir(amara)"
^
SyntaxError: invalid syntax
when doing it seperately, i got>
>>> import amara
>>> print dir(amara)
['__builtins__', '__doc__', '__file__', '__name__', '__path__',
'__version__', 'binderytools', 'os', 'parse']
>>>
.
- Follow-Ups:
- Re: Using XML w/ Python...
- From: uche . ogbuji
- Re: Using XML w/ Python...
- References:
- Using XML w/ Python...
- From: Jay
- Re: Using XML w/ Python...
- From: uche . ogbuji
- Re: Using XML w/ Python...
- From: Jay
- Re: Using XML w/ Python...
- From: uche . ogbuji
- Re: Using XML w/ Python...
- From: Jay
- Re: Using XML w/ Python...
- From: Jay
- Re: Using XML w/ Python...
- From: James
- Re: Using XML w/ Python...
- From: Jay
- Re: Using XML w/ Python...
- From: uche . ogbuji
- Re: Using XML w/ Python...
- From: Jay
- Re: Using XML w/ Python...
- From: Jay
- Re: Using XML w/ Python...
- From: uche . ogbuji
- Using XML w/ Python...
- Prev by Date: Problem with Lexical Scope
- Next by Date: Re: Problem with Lexical Scope
- Previous by thread: Re: Using XML w/ Python...
- Next by thread: Re: Using XML w/ Python...
- Index(es):