|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
pythonw.exe under Windows-7 (Won't run for one admin user)I have a perplexing issue, I have four users set up on a W7 computer.
The program runs fine for all users except the admin user who needs it for school assignments. It's not a firewall issue as I've added localhost for pythomw.exe as allow. I've done some data dumps using sysinternals process monitor and the working users create a 7.8mb dump file and the file for the broken user is only 1.04mb. I can send the zipped data dumps (XML) 384kb if someone could have a look. Python 2.6 Thanks SD -- http://mail.python.org/mailman/listinfo/python-list |
|
|
Re: pythonw.exe under Windows-7 (Won't run for one admin user)On Tue, 03 Nov 2009 16:00:16 -0000, SD_V897 <SD_V897@...> wrote:
> I have a perplexing issue, I have four users set up on a W7 computer. > The program runs fine for all users except the admin user who needs it > for school assignments. A little more information, please. How does it not work for the admin user? Is there a traceback? What do you get if you try to invoke it from a command line? -- Rhodri James *-* Wildebeest Herder to the Masses -- http://mail.python.org/mailman/listinfo/python-list |
|
|
|
|
|
|
|
|
Re: pythonw.exe under Windows-7 (Won't run for one admin user)On Fri, 06 Nov 2009 21:19:44 -0000, SD_V897 <SD_V897@...> wrote:
> Rhodri James wrote: >> On Tue, 03 Nov 2009 16:00:16 -0000, SD_V897 <SD_V897@...> >> wrote: >> >>> I have a perplexing issue, I have four users set up on a W7 computer. >>> The program runs fine for all users except the admin user who needs it >>> for school assignments. >> A little more information, please. How does it not work for the admin >> user? Is there a traceback? What do you get if you try to invoke it >> from a command line? >> > > > Hi Rhodri, here's a dump file, don't know if this helps or not.. So Windows is reporting a crash, then. I'll repeat my last question in particular; what happens when your admin user runs the program you're trying to invoke from the command line? -- Rhodri James *-* Wildebeest Herder to the Masses -- http://mail.python.org/mailman/listinfo/python-list |
|
|
|
|
|
Re: pythonw.exe under Windows-7 (Won't run for one admin user)On Tue, 10 Nov 2009 15:39:46 -0000, SD_V897 <SD_V897@...> wrote:
> Rhodri James wrote: >> On Fri, 06 Nov 2009 21:19:44 -0000, SD_V897 <SD_V897@...> >> wrote: >> >>> Rhodri James wrote: >>>> On Tue, 03 Nov 2009 16:00:16 -0000, SD_V897 <SD_V897@...> >>>> wrote: >>>> >>>>> I have a perplexing issue, I have four users set up on a W7 >>>>> computer. The program runs fine for all users except the admin user >>>>> who needs it for school assignments. >>>> A little more information, please. How does it not work for the >>>> admin >>>> user? Is there a traceback? What do you get if you try to invoke it >>>> from a command line? >>>> >>> >>> >>> Hi Rhodri, here's a dump file, don't know if this helps or not.. >> So Windows is reporting a crash, then. I'll repeat my last question >> in particular; what happens when your admin user runs the program >> you're trying to invoke from the command line? >> > > Hi Rhodri, Python Command-Line works fine. I'm sure it does. That's not what I asked you. > Are toy recommending to invoke IDLE from there or from windows command > line? No, I'm asking you -- or rather your admin user -- to invoke the program that is giving you grief from the command line, i.e. "python myscript.py", and tell me what happens. "It doesn't work" won't be considered at all helpful; without details we might as well just print out your script, throw darts at it, and tell you the problem is where the darts land. The rest of your answer however suggests that I've fundamentally misunderstood what you've said. Please tell me *exactly* what happens when it doesn't "run fine" for your admin user. -- Rhodri James *-* Wildebeest Herder to the Masses -- http://mail.python.org/mailman/listinfo/python-list |
|
|
|
|
|
Re: pythonw.exe under Windows-7 (Won't run for one admin user)On Wed, 11 Nov 2009 04:51:38 -0000, SD_V897 <SD_V897@...> wrote:
> > Rhodri James wrote: >> On Tue, 10 Nov 2009 15:39:46 -0000, SD_V897 <SD_V897@...> >> wrote: > >> No, I'm asking you -- or rather your admin user -- to invoke the >> program that is giving you grief from the command line, i.e. "python >> myscript.py", and tell me what happens. "It doesn't work" won't be >> considered at all helpful; without details we might as well just print >> out your script, throw darts at it, and tell you the problem is where >> the darts land. >> The rest of your answer however suggests that I've fundamentally >> misunderstood what you've said. Please tell me *exactly* what happens >> when it doesn't "run fine" for your admin user. >> > > I fixed it for some reason deleting my idlerc folder allows it to work > again.. > > http://bugs.python.org/issue7206 Then I'd hazard a guess that it was a permissions problem. If it recurs, please actually answer questions when we ask them, otherwise we really might as well not bother. -- Rhodri James *-* Wildebeest Herder to the Masses -- http://mail.python.org/mailman/listinfo/python-list |
| Free embeddable forum powered by Nabble | Forum Help |