Get the date of last modification of a file

  • Thread starter Manuel Bastioni
  • Start date
E

Erik Max Francis

Manuel said:
os isn't built-in :-(

In that case, I think the relevant question is why you think you need a
builtin function rather than a standard library function.
 
P

Peter Hansen

Manuel said:
os isn't built-in :-(

The question was strange, since requiring a true builtin for
this is pointless, so I interpreted the question as though
you were a newbie who didn't use the term "built-in" to mean
what it usually means in Python. I figured you just wanted
to use a module that came with standard Python instead of
requiring a separate download.

So since you've clarified that, I'll be interested to see the
answer to Erik Max Francis' question, too. :)

-Peter
 
M

Manuel Bastioni

The question was strange, since requiring a true builtin for
this is pointless, so I interpreted the question as though
you were a newbie who didn't use the term "built-in" to mean
what it usually means in Python. I figured you just wanted
to use a module that came with standard Python instead of
requiring a separate download.

So since you've clarified that, I'll be interested to see the
answer to Erik Max Francis' question, too. :)


I want use only built-in module because
I'm writing a python scripts from Blender.
To have all standard libs, the Blender user
(often not developer) must install the full python
distribution, and after must set the python path
in Blender.
http://www.elysiun.com/forum/viewtopic.php?t=7723

To semplify this, I want use only the
built-in function, directly in Blender interpreter.

You can see my script here:
http://www.dedalo-3d.com/makehuman.html
http://www.dedalo-3d.com/disp_en.html

Thanks,

Manuel


PS for Gerhard:
What a stupid thing to say.
This is only an automatic message from my antivirus.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top