[python-win32] Pylons as service...

2009-05-18 Thread Durumdara
Hi! I have two questions about Windows and Pylons... http://wiki.pylonshq.com/display/pylonscookbook/How+to+run+Pylons+as+a+Windows+service 1.) I wanna ask something about python services. http://groups.google.hu/group/pylons-discuss/browse_thread/thread/f54d8208c3be555e Yesterday I tried to

Re: [python-win32] Pylons as service...

2009-05-19 Thread Durumdara
Dear Tim! 2009/5/18 Tim Roberts > Durumdara wrote: > > > > 1.) > > I wanna ask something about python services. > > ... > > Yesterday I tried to install two of pylons services. > > Interesting thing I saw. > > > > Every of the installed servic

[python-win32] Try to got short path for files - but got error...

2006-05-24 Thread DurumDara
ings too. Some file copied from CD - I got invalid times for them. When I copy them to my working machine, everything is ok. Windows not compatible itself... :-((( Both of machines have WXP, same updates in them, and NTFS used. What is different ? I don't know) Hi:

Re: [python-win32] Try to got short path for files - but got error...

2006-05-29 Thread DurumDara
Mark Hammond írta: > I'm afraid your message isn't very clear. You should try and copy the > smallest possible code that demonstrates your problem, exactly as Bobby did > in his reply. > Hi everybody ! The short path project is continue... I answer in this email to all question ! First of all

[python-win32] Try to got short path for files - but got error...

2006-05-29 Thread DurumDara
ings too. Some file copied from CD - I got invalid times for them. When I copy them to my working machine, everything is ok. Windows not compatible itself... :-((( Both of machines have WXP, same updates in them, and NTFS used. What is different ? I don't know) Hi:

[python-win32] How to get windows basic system informations like "Organization", and "User"

2006-10-30 Thread durumdara
Hi ! Many programs can present these basic informations: who's the user that install OS, and what is the name of it's organization. I want to get these infos. Can anyone help me how can I do it ? Thanks for it: dd ___ Python-win32 mailing list Pyt

[python-win32] Recycle bin deletion date - mixing shell and winshell?

2018-01-11 Thread Durumdara
Dear Members! I tried to find a way to get the file deletion date from recycle bin files. As I see the IShellFolder's GetDisplayNameOf don't give me data about it, only original and real filename. The winshell module ( https://winshell.readthedocs.io/en/latest/recycle-bin.html) retreives recycle

Re: [python-win32] Recycle bin deletion date - mixing shell and winshell?

2018-01-15 Thread Durumdara
Dear Members! Thank you for "real_filename" info! It is working well! Best regars dd ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32