Import question

Wildemar Wildenburger wildemar at freakmail.de
Wed Aug 22 18:11:24 EDT 2007


Lamonte Harris wrote:
> On 8/22/07, *Wildemar Wildenburger* <wildemar at freakmail.de 
> <mailto:wildemar at freakmail.de> > wrote:
>
>     So your'e basically saying that you haven't tried it?
>
> No I haven't.  Thats why I asked?  Common sense?
Sorry. Excuse my sarcasm. The common way for answering easy questions like this one is firing up the interpreter and trying it for yourself.
You don't go up to a shoestore clerk to ask whether your shoes might fall off if you tie them sloppily, do you? Thats just wasting everyones time.

And regarding your question:
Python 2.5 (r25:51908, Apr 10 2007, 10:29:13) 
[GCC 4.1.2 20070403 (Red Hat 4.1.2-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys, datetime
>>> sys.platform, datetime.datetime.now()
('linux2', datetime.datetime(2007, 8, 23, 0, 1, 41, 727155))


Hint for the future: Please try these things before asking. If *then* you have a problem, ask.
/W




More information about the Python-list mailing list