Search the web
Sign In
New User? Sign Up
python-list · Python List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 122038 - 122067 of 122067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
122038
Any one now of a module to access shared memory, written in python on a windows platform? I now one exists for unix. Cheers S green -- ...
S Green
steven.green3@...
Send Email
Nov 25, 2003
10:49 am
122039
... <snip> ... <snip> I'm biased here, but Kiki (but http://project5.freezope.org/kiki) is cross-platform and doesn't depend on Qt but on wxPy which is much...
Andrei
project5@...
Send Email
Nov 25, 2003
10:54 am
122040
I'm (very non expert) trying to use a snippet of VBScript (to shut down Windows workstations) converted to Python but have hit a problem. The VBScript below...
Tim Howarth
tim@...
Send Email
Nov 25, 2003
11:22 am
122041
Not knowing exactly what you want to do, just a question. Why use COM, shutdown is an exe so why not just execute it? Rony "Tim Howarth"...
Rony Steelandt
bucodi@...
Send Email
Nov 25, 2003
11:27 am
122042
tuanglen@... (Tuang) wrote in ... The problem is that by default the numeric locale is not set up to parse ... (None, None) ... ['English_United...
Duncan Booth
duncan@...
Send Email
Nov 25, 2003
11:37 am
122043
In message <bpve3m$shg$1@...> ... Using this method you can shutdown and poweroff (the 12 value) a machine, shutdown.exe from the reskit...
Tim Howarth
tim@...
Send Email
Nov 25, 2003
11:42 am
122044
... I *think* I'd rather change an attribute of the instance for each state change and forward onto that: def move_state(self): self.state = State() def...
Michael Hudson
mwh@...
Send Email
Nov 25, 2003
11:57 am
122045
... Yes: in __future__.py :-) Cheers, mwh -- Lisp does badly because we refuse to lie. When people ask us if we can solve insoluble problems we say that we...
Michael Hudson
mwh@...
Send Email
Nov 25, 2003
12:00 pm
122046
Please, how do I run another application from within Python Regards Peter Sparkes -- http://mail.python.org/mailman/listinfo/python-list...
Peter Sparkes
peter@...
Send Email
Nov 25, 2003
12:04 pm
122047
... [...] ... Built in to emacs, too, unfortunately (though I've admitted all this probably doesn't matter, see my earlier post). ... [...] That was XOR, I...
John J. Lee
jjl@...
Send Email
Nov 25, 2003
12:06 pm
122048
[Serge Orlov] ... [Paolo Losi] ... You might want to investigate Stackless python, an excellent research work which can save and resume execution state, to...
Alan Kennedy
alanmk@...
Send Email
Nov 25, 2003
12:08 pm
122049
Has nobody tried to do this kind of thing? ... From: python-list-bounces+jtesser=nbbc.edu@... [mailto:python-list-bounces+jtesser=nbbc.edu@...]On...
Jason Tesser
JTesser@...
Send Email
Nov 25, 2003
12:12 pm
122050
... Not me. However, the easiest solution probably to use the integrated Windows authentication of IIS on win32. -- Gerhard -- ...
Gerhard Häring
gh@...
Send Email
Nov 25, 2003
12:20 pm
122051
... or ... not ... While Miki's information may or may not be authorative, it does appear to be true. Python has different modules available on different...
Jimmy Retzlaff
jimmy@...
Send Email
Nov 25, 2003
12:25 pm
122052
Hi ! This code "reboot" the computer 'CPU01' (if rights are OK) : import win32com.client WMIService = ...
Michel Claveau/Hamster
No.Spam.mc@...
Send Email
Nov 25, 2003
12:28 pm
122053
Hi ! This code "reboot" the computer 'CPU01' (if rights are OK) : import win32com.client WMIService = ...
Michel Claveau/Hamster
No.Spam.mc@...
Send Email
Nov 25, 2003
12:30 pm
122054
... If it must run on Unix, you could probably let your web service run under Apache and use mod_ntlm for authentication. A freshmeat.net search for ntlm might...
Gerhard Häring
gh@...
Send Email
Nov 25, 2003
12:33 pm
122055
Hi ! This code "reboot" the computer 'CPU01' (if rights are OK) : import win32com.client WMIService = ...
Michel Claveau
No.Spam.mc@...
Send Email
Nov 25, 2003
12:35 pm
122056
HI, <snip> ... That is an old project though with no work being done on it. Plus it doesn't do exactly what I am trying to do. I think the best thing for me...
Jason Tesser
JTesser@...
Send Email
Nov 25, 2003
12:40 pm
122057
Tim Howarth <tim@...> wrote in ... This isn't a Python solution at all, but have you looked at PsTools (http://www.sysinternals.com)? It...
Duncan Booth
duncan@...
Send Email
Nov 25, 2003
12:42 pm
122058
... Your call. I don't really know much about PDB either. In fact, all I ever do with it is hit "s" (step), "r" (return), "n" (next), and sometimes I...
Peter Hansen
peter@...
Send Email
Nov 25, 2003
12:47 pm
122059
Sorry for the multi-post, my FAI is too much lazy... -- http://mail.python.org/mailman/listinfo/python-list...
Michel Claveau/Hamster
No.Spam.mc@...
Send Email
Nov 25, 2003
12:49 pm
122060
... [... snip VB script culminating in obj.Win32shutdown 12 ...] ... [... snip Python translation of same ...] I'm not going to attempt to describe what you...
Tim Golden
tim.golden@...
Send Email
Nov 25, 2003
12:57 pm
122061
... Have a look at the os module, it may contain what you need. Rony -- http://mail.python.org/mailman/listinfo/python-list...
Rony
bucodi@...
Send Email
Nov 25, 2003
1:03 pm
122062
In message <Xns943E7EB585A78duncanrcpcouk@...> ... Yes, very handy tools. It's just that I'd like to do the shutting down myself - why call pshutdown if...
Tim Howarth
tim@...
Send Email
Nov 25, 2003
1:06 pm
122063
In message <bpvho4$kon$1@...> ... This gives me the same error 'int' is not callable. Maybe it's something to do with late/early binding...
Tim Howarth
tim@...
Send Email
Nov 25, 2003
1:10 pm
122064
Your membership in the mailing list Python-list has been disabled due to excessive bounces The last bounce received from you was dated 25-Nov-2003. You will...
python-list-request@...
Send Email
Nov 25, 2003
1:13 pm
122065
Your membership in the mailing list Python-list has been disabled due to excessive bounces The last bounce received from you was dated 25-Nov-2003. You will...
python-list-request@...
Send Email
Dec 2, 2003
2:01 pm
122066
Mailing list removal confirmation notice for mailing list Python-list We have received a request for the removal of your email address, ...
python-list-request@...
Send Email
Dec 3, 2003
6:15 am
122067 python-list-bounces@...
Send Email
Dec 3, 2003
9:34 am
Messages 122038 - 122067 of 122067   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help