Re: Problem with install of Python 3.5.2 on Windows Vista

2016-10-05 Thread eryk sun
On Wed, Oct 5, 2016 at 7:18 PM, Mike Adams wrote: > The install seemed to be going well up to near the end when I got the msg > 'Python > has stopped working', I clicked the button then I got the msg 'Setup was > successful'. > I then clicked 'IDLE' and it says it can't find > 'api-msi-win-crt-

Problem with install of Python 3.5.2 on Windows Vista

2016-10-05 Thread Mike Adams
The install seemed to be going well up to near the end when I got the msg 'Python has stopped working', I clicked the button then I got the msg 'Setup was successful'.  I then clicked 'IDLE' and it says it can't find 'api-msi-win-crt-runtime-11-1-0.dll'.  I checked Python Tracker and saw that t

Re: Different python versions confusion under Windows Vista x64

2010-07-19 Thread Edward Diener
On 7/19/2010 5:45 PM, Edward Diener wrote: On 7/19/2010 9:15 AM, Alf P. Steinbach /Usenet wrote: * Edward Diener, on 19.07.2010 14:53: In Windows Vista x64 I have installed python 2.6 64-bit version and python 3.1 64-bit version to separate folders. Within the command interpreter I add python

Re: Different python versions confusion under Windows Vista x64

2010-07-19 Thread Edward Diener
On 7/19/2010 9:15 AM, Alf P. Steinbach /Usenet wrote: * Edward Diener, on 19.07.2010 14:53: In Windows Vista x64 I have installed python 2.6 64-bit version and python 3.1 64-bit version to separate folders. Within the command interpreter I add python 2.6 to the PATH. In the command interpreter

Re: Different python versions confusion under Windows Vista x64

2010-07-19 Thread Alf P. Steinbach /Usenet
* Edward Diener, on 19.07.2010 14:53: In Windows Vista x64 I have installed python 2.6 64-bit version and python 3.1 64-bit version to separate folders. Within the command interpreter I add python 2.6 to the PATH. In the command interpreter, When I type python somescript.py with an import sys

Different python versions confusion under Windows Vista x64

2010-07-19 Thread Edward Diener
In Windows Vista x64 I have installed python 2.6 64-bit version and python 3.1 64-bit version to separate folders. Within the command interpreter I add python 2.6 to the PATH. In the command interpreter, When I type python somescript.py with an import sys print (sys.version) in the script

Re: running pyhton IDLE on windows vista

2009-03-30 Thread Scott David Daniels
ryan wrote: I am facing problems running python25 on vista . i was able to successfully install it but when i try to run it then, its throws errors saying Firewall issues .. I tried disabling the firewall but no go.. Yes, we believe you. Read "smart questions" http://www.catb.org/~esr/fa

running pyhton IDLE on windows vista

2009-03-30 Thread ryan
Hi guys , I am facing problems running python25 on vista . i was able to successfully install it but when i try to run it then, its throws errors saying Firewall issues .. I tried disabling the firewall but no go.. Thanks in advance!! -- http://mail.python.org/mailman/listinfo/python-list

Python on 64-bit Windows Vista

2009-02-22 Thread dineshv
Does anyone have experience of working with Python and very large text files (> 10Gb) on 64-bit Windows Vista? The problem is that my Python program - to perform simple data processing on the 10Gb file - never completes and ends with an error. When I reduce the size of the file (< 5G

Re: Windows vista

2009-02-16 Thread Dick
personal fire wall is blocking the > program to run. > I am not sure how to fix this. > By the way, I heard many people said that this is because I am using > windows vista. > Does anyone know how to use IDLE program on Windows Vista machine? > > thank you. On my Vista machine I repl

Re: Windows vista

2009-02-16 Thread Jeroen Ruigrok van der Werven
-On [20090216 09:50], loveshadow...@yahoo.com (loveshadow...@yahoo.com) wrote: >the error screen says that the my personal fire wall is blocking the >program to run. My default Windows Vista x64 installation is not blocking my IDLE at all, so it might be you're not using the stand

Windows vista

2009-02-16 Thread loveshadowdog
, I heard many people said that this is because I am using windows vista. Does anyone know how to use IDLE program on Windows Vista machine? thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: Which to install on my windows vista laptop?

2009-02-13 Thread Kurioz
If you are using 32bit OS(which you are) then use the x86 MSI installer. AMD64 MSI installer is used only when you are using 64bit OS. "Sue" wrote in message news:mailman.9515.1234572128.3487.python-l...@python.org... Hi, Which python 2.6.1 file should I download for my windows

Which to install on my windows vista laptop?

2009-02-13 Thread Sue
Hi, Which python 2.6.1 file should I download for my windows vista home premium laptop? (32bit, AMD turion 64 x2) the windows x86 MSI installer or the windows AMD64 MSI installer? Thank you! Sue -- http://mail.python.org/mailman/listinfo/python-list

Re: Using PythonPath under Windows Vista.

2009-01-04 Thread Steve Holden
Francesco Bochicchio wrote: [...] > AFAIK, PYTHONPATH only works for the imported modules. For the main > module, you have to do give the full path. > OR you could try out the new flag -m, which allows to run directly a > module from the standard library and - I guess - also user modules if > PYTHO

Re: Using PythonPath under Windows Vista.

2009-01-04 Thread Steve Holden
run installed under c > \python26\work > > In Windows Vista, I have set an environment variable "Pythonpath" > equal to c:\python26\work > (by using the "My computer", "Properties", "Advanced", "Environment > Variables". >

Re: Using PythonPath under Windows Vista.

2009-01-04 Thread Andrew Lewis
> In Windows Vista, I have set an environment variable "Pythonpath" > equal to c:\python26\work > (by using the "My computer", "Properties", "Advanced", "Environment > Variables". I always thought pythonpath was only for imports,

Re: Using PythonPath under Windows Vista.

2009-01-04 Thread Francesco Bochicchio
On Sun, 04 Jan 2009 04:56:51 -0800, Morgul Banner Bearer wrote: > Hi Everybody, > ... > > > The behaviour of the program is as follows : > In a Dos Box, the program executes nicely when i type : > "c\python26>python c:\python26\work\brian.py". > > Now i understand that- because I set the Pytho

Using PythonPath under Windows Vista.

2009-01-04 Thread Morgul Banner Bearer
Hi Everybody, I was using the O'Reilly book from 1999 to look into Python and ran into a problem with the use of Pythonpath. I have Python installed under c:\python26. I have the module "Brian.py" that i want to run installed under c \python26\work In Windows Vista, I have set

Re: Python Installation and Running on Windows Vista

2008-09-09 Thread Ben Finney
Mchizi_Crazy <[EMAIL PROTECTED]> writes: > Please help with issue... What is the issue? What have you tried, what is happening, and what behaviour were you expecting instead? > I heard of compatimbiltity issues and would like clarification. Same here. Can you please clarify what the issue is, a

Re: Python Installation and Running on Windows Vista

2008-09-09 Thread Sumitava Mukherjee
On Sep 9, 3:46 pm, Mchizi_Crazy <[EMAIL PROTECTED]> wrote: > Please help with issue... I heard of compatimbiltity issues and would > like clarification. The win32 installer available from python.org works absolutely fine with Vista. So, go ahead and try it out. It works for all of my friends and m

Re: Python Installation and Running on Windows Vista

2008-09-09 Thread ToshiBoy
I don't use it often in Vista, but I haven't had any issues. Matter-of- fact, some things seem nicer in Vista... for instance it resets IDLE whenever I rerun a module. Mchizi_Crazy wrote: > Please help with issue... I heard of compatimbiltity issues and would > like clarification. -- http://mail.p

Python Installation and Running on Windows Vista

2008-09-09 Thread Mchizi_Crazy
Please help with issue... I heard of compatimbiltity issues and would like clarification. -- http://mail.python.org/mailman/listinfo/python-list

Re: PyDoc in Windows Vista

2008-08-29 Thread Tyler Shopshire
On Fri, 29 Aug 2008 07:12:28 -0700, Mike Driscoll wrote: > On Aug 28, 5:45 pm, Tyler Shopshire <[EMAIL PROTECTED]> wrote: >> I can't seem to access the pydoc sever from my web browser. I start the >> server from the command prompt and everything seems to be working fine, >> then I got tohttp://loc

Re: PyDoc in Windows Vista

2008-08-29 Thread Mike Driscoll
On Aug 28, 5:45 pm, Tyler Shopshire <[EMAIL PROTECTED]> wrote: > I can't seem to access the pydoc sever from my web browser. I start the > server from the command prompt and everything seems to be working fine, > then I got tohttp://localhost:/and it doesn't work. I also tried > starting the gr

PyDoc in Windows Vista

2008-08-29 Thread Tyler Shopshire
I can't seem to access the pydoc sever from my web browser. I start the server from the command prompt and everything seems to be working fine, then I got to http://localhost:/ and it doesn't work. I also tried starting the graphical mode with the -g parameter but I still cannot use PyDoc.

Re: Missing sqlite3.h Error when Building Debug Python -- Windows Vista

2008-07-22 Thread Tim Golden
Bev in TX wrote: Thanks for letting me know about this. I installed Subversion and tried to make the build work like that, but it fails. [... snip problems ...] I'm afraid I'm not using VS 2005, nor Vista, nor 64-bit, so I hope someone else can help. If you don't get any take-up here try the

Re: Missing sqlite3.h Error when Building Debug Python -- Windows Vista

2008-07-21 Thread Bev in TX
ommon\zerofill.c': No such file or directory xa_map.c ... 4>..\..\Python\getargs.c(319) : warning C4244: 'function' : conversion from 'Py_ssize_t' to 'int', possible loss of data So I don't see how the amd64-bit builds are working out of the box on MS Wi

Re: Missing sqlite3.h Error when Building Debug Python -- Windows Vista

2008-07-20 Thread Tim Golden
Bev in TX wrote: I am a complete newbie at building Python. I am trying to build it under MS Windows Vista (64-bit AMD) with MS VS2005. I'm doing that because I need debug libraries, which I did not see in the standard distribution. I'll leave others to comment on whether o

Missing sqlite3.h Error when Building Debug Python -- Windows Vista

2008-07-19 Thread Bev in TX
I am a complete newbie at building Python. I am trying to build it under MS Windows Vista (64-bit AMD) with MS VS2005. I'm doing that because I need debug libraries, which I did not see in the standard distribution. I downloaded the source and found the MSVS8 solution/project files. Ho

can't start IDLE 2.6 in Windows Vista

2008-07-06 Thread Mensanator
Python 2.6b1 installed ok on my XP laptop but not my Vista desktop. First I got a strange application log error: Activation context generation failed for "C:\Python\Dlls\_socket.pyd". Error in manifest or policy file "C:\Python26\DLLs\Microsoft.VC90.CRT.MANIFEST" on line 12. The value "..\msvcr90

RE: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-09-02 Thread Sandipan News
how to. Thanks. Sandipan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sandipan News Sent: Wednesday, August 29, 2007 9:41 PM To: 'Méta-MCI (MVP)'; python-list@python.org Subject: RE: Pythonwin Install COM exceptions on Windows Vista Ultimate How do

RE: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread Sandipan News
Of Méta-MCI (MVP) Sent: Wednesday, August 29, 2007 9:19 AM To: python-list@python.org Subject: Re: Pythonwin Install COM exceptions on Windows Vista Ultimate Hi! Perso, on Vista, I : - deactive UAC - deactive firewall (I have a rooter) - run all like Administrator - install all in other D

RE: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread Sandipan News
extensions were successfully installed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 9:25 AM To: python-list@python.org Subject: Re: Pythonwin Install COM exceptions on Windows Vista Ultimate On

Re: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread Larry Bates
Sandipan News wrote: > What do I do? Can't do without Python! > Any experience, advice, hope is welcome. > Thanks. > Sandipan > > If you are asking if you can run COM objects created in Python on Windows Vista Ultimate, the answer is yes. I have several. -Larry --

Re: Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread kyosohma
On Aug 28, 8:20 pm, "Sandipan News" <[EMAIL PROTECTED]> wrote: > What do I do? Can't do without Python! > Any experience, advice, hope is welcome. > Thanks. > Sandipan You need to post the error traceback along with some more information so the community can help. Mike -- http://mail.python.org

Pythonwin Install COM exceptions on Windows Vista Ultimate

2007-08-29 Thread Sandipan News
What do I do? Can't do without Python! Any experience, advice, hope is welcome. Thanks. Sandipan -- http://mail.python.org/mailman/listinfo/python-list

Re: Free Windows Vista Download

2007-04-30 Thread johannes
Spin Dryer wrote: > > On Sun, 29 Apr 2007 20:23:22 -0400, ["Alvin Bruney [MVP]" without an email address>] said :- > > >That's a misleading post, you should indicate that this is an evaluation > >copy. > > You did it again Sonny, making yourself look a total fool. > > Will you stop top posti

Re: Free Windows Vista Download

2007-04-30 Thread DCA
Spin Dryer wrote: > On Sun, 29 Apr 2007 20:23:22 -0400, ["Alvin Bruney [MVP]" without an email address>] said :- > > >> That's a misleading post, you should indicate that this is an evaluation >> copy. >> > > > You did it again Sonny, making yourself look a total fool. > > Will you stop t

Re: Free Windows Vista Download

2007-04-29 Thread Spin Dryer
On Sun, 29 Apr 2007 20:23:22 -0400, ["Alvin Bruney [MVP]" ] said :- >That's a misleading post, you should indicate that this is an evaluation >copy. You did it again Sonny, making yourself look a total fool. Will you stop top posting replies to spam and _leaving the spamed site attached_. --

Re: Free Windows Vista Download

2007-04-29 Thread Alvin Bruney [MVP]
Wrox/Wiley <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > http://freewindowsvista.blogspot.com/ - Get Windows Vista for Free > -- http://mail.python.org/mailman/listinfo/python-list

Free Windows Vista Download

2007-04-29 Thread Leisure . 207
http://freewindowsvista.blogspot.com/ - Get Windows Vista for Free -- http://mail.python.org/mailman/listinfo/python-list

pyscripter on windows vista

2007-04-04 Thread gigs
does pyscriter work on windows vista -- http://mail.python.org/mailman/listinfo/python-list

Re: urllib2 on Windows Vista

2006-07-10 Thread Martin v. Löwis
Sriram Krishnan wrote: > I'm running Python 2.4.3 on Windows Vista June CTP. I'm not able to > open any site using the urllib2 and related family of modules I think you need to break the error further down. Try httplib instead of urllib, and see what connect does. Then break this

Re: urllib2 on Windows Vista

2006-07-09 Thread Sriram Krishnan
Rune Strand wrote: > My wil guess is that it is a firewall problem. Perhaps you'll have to > specify that python.exe is trusted. Tried that - it didn't work. I also tried turning off the User Account Control and ran as full administrator - that didn't work too. -- http://mail.python.org/mailman

Re: urllib2 on Windows Vista

2006-07-08 Thread Rune Strand
Sriram Krishnan wrote: > I'm running Python 2.4.3 on Windows Vista June CTP. I'm not able to > open any site using the urllib2 and related family of modules My wil guess is that it is a firewall problem. Perhaps you'll have to specify that python.exe is trusted. -- h

urllib2 on Windows Vista

2006-07-08 Thread Sriram Krishnan
I'm running Python 2.4.3 on Windows Vista June CTP. I'm not able to open any site using the urllib2 and related family of modules Here's what I get >>> import urllib2 >>> urllib2.urlopen("http://www.microsoft.com";) Traceback (most recent call last):

Re: Installing Python on Windows Vista

2006-06-19 Thread Padraig
[EMAIL PROTECTED] wrote: > Padraig wrote: > > Hi all, > > > > Just a quick question... when I try to install Python on Windows Vista > > Beta 2 the installer seems to hang after I select the destination > > folder, saying that it will "return when it h

Re: Installing Python on Windows Vista

2006-06-19 Thread Padraig
[EMAIL PROTECTED] wrote: > Padraig wrote: > > Hi all, > > > > Just a quick question... when I try to install Python on Windows Vista > > Beta 2 the installer seems to hang after I select the destination > > folder, saying that it will "return when it h

Re: Installing Python on Windows Vista

2006-06-19 Thread [EMAIL PROTECTED]
Padraig wrote: > Hi all, > > Just a quick question... when I try to install Python on Windows Vista > Beta 2 the installer seems to hang after I select the destination > folder, saying that it will "return when it has finished calculating > disk space requirements". I

Installing Python on Windows Vista

2006-06-19 Thread Padraig
Hi all, Just a quick question... when I try to install Python on Windows Vista Beta 2 the installer seems to hang after I select the destination folder, saying that it will "return when it has finished calculating disk space requirements". I just can't seem to get past that step.