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-
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
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
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
* 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
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
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
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
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
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
-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
, 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
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
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
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
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".
>
> 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,
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
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
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
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
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
Please help with issue... I heard of compatimbiltity issues and would
like clarification.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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.
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
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
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
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
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
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
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
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
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
--
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
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
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
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
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_.
--
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
http://freewindowsvista.blogspot.com/ - Get Windows Vista for Free
--
http://mail.python.org/mailman/listinfo/python-list
does pyscriter work on windows vista
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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):
[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
[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
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
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.
51 matches
Mail list logo