Re: Python for Windows

2020-10-14 Thread Michael Torrie
On 10/14/20 11:29 AM, Ana María Pliego San Martín wrote: > I've tried to install Python a couple of times on my computer. Although it > works fine when first downloaded, every time I turn off my computer and > then back on Python says it has a problem that needs fixing. After "fixing" > it, I still

Python for Windows

2020-10-14 Thread Ana María Pliego San Martín
Hi! I've tried to install Python a couple of times on my computer. Although it works fine when first downloaded, every time I turn off my computer and then back on Python says it has a problem that needs fixing. After "fixing" it, I still encounter some issues and have the need to uninstall it and

Re: Error Opening Python for Windows Download

2019-05-13 Thread Michael Torrie
On 05/12/2019 04:42 PM, Alexandra Mistak wrote: > Hi Python, > > I have unsuccessfully downloaded Python Windows x86-64 executable installer > multiple > times. > > After installation, when I go to launch the program it tells me to

Re: Error Opening Python for Windows Download

2019-05-13 Thread Igor Korot
Hi, On Mon, May 13, 2019 at 7:50 AM Alexandra Mistak wrote: > > Hi Python, > > I have unsuccessfully downloaded Python Windows x86-64 executable installer > multiple > times. I presume you have Windows 10? > > After installation,

Error Opening Python for Windows Download

2019-05-13 Thread Alexandra Mistak
Hi Python, I have unsuccessfully downloaded Python Windows x86-64 executable installer multiple times. After installation, when I go to launch the program it tells me to "repair or modify" the app. I click "repair," I try opening it

Re: Error while installing python for Windows 7 32bit

2019-04-22 Thread MRAB
On 2019-04-22 06:29, Bhargava Gurumanchi wrote: >  Hi Good morning > i am getting this type of error while installing python for windows 7 32bit > in my Laptop. please do needfull ASAP. > Please find the attachment below > Your PC is missing the Visual C++ Redistributable file

Re: Error while installing python for Windows 7 32bit

2019-04-21 Thread MRAB
On 2019-04-22 01:07, Bhargava Gurumanchi wrote: Hi Good morning i am getting this type of error while installing python for windows 7 32bit in my Laptop. please do needfull ASAP. Please find the attachment below Thanks and Regards This newsgroup automatically removes attachments. If you want

Error while installing python for Windows 7 32bit

2019-04-21 Thread Bhargava Gurumanchi
Hi Good morning i am getting this type of error while installing python for windows 7 32bit in my Laptop. please do needfull ASAP. Please find the attachment below Thanks and Regards -- - *BHARGHAVA GURUMANCHI* Nizamabad. Cell: 9177633364 Email: bhargavaguruman...@gmail.com -- https

Re: Bundle pip with Python for Windows users

2013-09-05 Thread alex23
On 6/09/2013 4:19 AM, Andrew Pennebaker wrote: In the future, could Python for Windows come with pip? The ActiveState Windows installers for Python include pip, along with a bunch of other niceties and conveniences. -- https://mail.python.org/mailman/listinfo/python-list

Re: Bundle pip with Python for Windows users

2013-09-05 Thread Terry Reedy
On 9/5/2013 2:19 PM, Andrew Pennebaker wrote: In the future, could Python for Windows come with pip? It would simplify package installation for users and developers, often a quite involved and tricky process. http://python.org/dev/peps/pep-0453/ "Explicit bootstrapping of pip in P

Bundle pip with Python for Windows users

2013-09-05 Thread Andrew Pennebaker
In the future, could Python for Windows come with pip? It would simplify package installation for users and developers, often a quite involved and tricky process. http://www.pip-installer.org/en/latest/ -- https://mail.python.org/mailman/listinfo/python-list

Re: sshd in python for windows 7

2010-02-07 Thread News123
Hi Jerry, Jerry Hill wrote: > On Sat, Feb 6, 2010 at 7:07 PM, News123 wrote: >> Hi, >> >> I wondered which modules would be best to perform following task: >> >> A user uses a standard ssh (e.g. putty or openssh) client and performs >> an ssh to a windows host >> >> The windows host would run a p

Re: sshd in python for windows 7

2010-02-07 Thread News123
Hi Jerry, Jerry Hill wrote: > On Sat, Feb 6, 2010 at 7:07 PM, News123 wrote: >> Hi, >> >> I wondered which modules would be best to perform following task: >> >> A user uses a standard ssh (e.g. putty or openssh) client and performs >> an ssh to a windows host >> >> The windows host would run a p

Re: sshd in python for windows 7

2010-02-07 Thread News123
Hi Jerry, Jerry Hill wrote: > On Sat, Feb 6, 2010 at 7:07 PM, News123 wrote: >> Hi, >> >> I wondered which modules would be best to perform following task: >> >> A user uses a standard ssh (e.g. putty or openssh) client and performs >> an ssh to a windows host >> >> The windows host would run a p

Re: sshd in python for windows 7

2010-02-06 Thread Jerry Hill
On Sat, Feb 6, 2010 at 7:07 PM, News123 wrote: > Hi, > > I wondered which modules would be best to perform following task: > > A user uses a standard ssh (e.g. putty or openssh) client and performs > an ssh to a windows host > > The windows host would run a python script acting as ssh server. The

sshd in python for windows 7

2010-02-06 Thread News123
Hi, I wondered which modules would be best to perform following task: A user uses a standard ssh (e.g. putty or openssh) client and performs an ssh to a windows host The windows host would run a python script acting as ssh server. Instead of controlling a shell the user would directly have acce

Issues download 2.4 python (for windows) msi

2009-06-11 Thread Praveen Kariyanahalli
Hi I am having issues downloading any msi prior to the 3.X version. All of them appear to be truncated. My old scripts dont compile on the later versions. Can someone please fix this ASAP ? Thanks -Praveen -- http://mail.python.org/mailman/listinfo/python-list

Re: Can't get Python for Windows to run

2008-07-07 Thread Tim Rowe
2008/7/4 "Martin v. Löwis" <[EMAIL PROTECTED]>: > and find installers annoying that ask too many questions So do I, but not as annoying as installers that do the Wrong Thing because they didn't ask! ;-) Still, it's your call. > In any case, try installing with > > msiexec /i 'ProgramMenuFolder=C

Re: Can't get Python for Windows to run

2008-07-04 Thread William McBrine
On Fri, 04 Jul 2008 16:19:34 +0100, Tim Rowe wrote: > pythonw.exe (that's the windows executable, right?) python.exe and pythonw.exe are both Windows executables. There are no non- Windows executables in a Python for Windows package. python.exe is used for console apps or interactive

Re: Can't get Python for Windows to run

2008-07-04 Thread Martin v. Löwis
> Is it worth flagging as an issue somewhere the fact that the pywin > installer assumes a particular structure for the start menu No. This is the first time in several years that this was reported, and chances that this gets fixed in the upcoming years are very low, unless a patch gets contribute

Re: Can't get Python for Windows to run

2008-07-04 Thread Tim Rowe
2008/7/4 Tim Golden <[EMAIL PROTECTED]>: > Ummm. That's the Python interpreter but without a window so > (unhelpfully, from your point of view) it's doing exactly the > right thing. > > I assume you were trying to run the PythonWin Python > interpreter and dev env? On my system, that's: > > C:\Pyt

Re: Can't get Python for Windows to run

2008-07-04 Thread Tim Golden
Tim Rowe wrote: I have Python 2.5 working just fine on my system. I've tried downloading and installing the MS Windows Python extensions, but can't get pythonw.exe (that's the windows executable, right?) to do anything. I double-click it, nothing happens. I run it from a command prompt, it just

Can't get Python for Windows to run

2008-07-04 Thread Tim Rowe
I have Python 2.5 working just fine on my system. I've tried downloading and installing the MS Windows Python extensions, but can't get pythonw.exe (that's the windows executable, right?) to do anything. I double-click it, nothing happens. I run it from a command prompt, it just returns me to the

Re: lowercase u before string in "python for windows"

2008-03-10 Thread Mike Driscoll
> > > is there a newsgroup explicitly for python windows extensions? > > Not that I know of, other than what's described here: > > https://sourceforge.net/mail/?group_id=78018 > > -tkc There is a PyWin32 user's group: http://mail.python.org/mailman/listinfo/python-win32 The maintainer of the pr

Re: lowercase u before string in "python for windows"

2008-03-10 Thread Simon Brunning
On Mon, Mar 10, 2008 at 5:20 PM, davidj411 <[EMAIL PROTECTED]> wrote: > why does this occur when using the python windows extensions? There's nothing Windows specific about this - it just means that you have unicode strings. See , -- Cheers, Simon B. [

Re: lowercase u before string in "python for windows"

2008-03-10 Thread Tim Chase
> why does this occur when using the python windows extensions? all > string are prefixed by a lowercase "u". They are Unicode strings: http://docs.python.org/ref/strings.html > is there a newsgroup explicitly for python windows extensions? Not that I know of, other than what's described here:

lowercase u before string in "python for windows"

2008-03-10 Thread davidj411
why does this occur when using the python windows extensions? all string are prefixed by a lowercase "u". is there a newsgroup explicitly for python windows extensions? example of output below. SMBIOSBIOSVersion:u'A16' SMBIOSMajorVersion:2 SMBIOSMinorVersion:3 SMBIOSPresent:True SoftwareElementID

Re: dbus-python for windows

2008-01-17 Thread est
There exists a pre-compiled binary for dbus it was primary wirtten for deluge win32 port http://www.slurdge.org/deluge-on-windows There exists a pre-compiled binary for dbus it was primary wirtten for deluge win32 port http://www.slurdge.org/deluge-on-windows On Jan 15, 9:14 pm, Suraj Barkale <[E

Re: dbus-python for windows

2008-01-15 Thread Suraj Barkale
est gmail.com> writes: > I am trying to port Scribes to Windows, Hi there like minded fellow > sourceforge.net/projects/windbus/≥ but it not for Python, so how could > I install dbus module for Windows Python 2.5 ? I have also started to dabble in windbus-python for the sake of Scribes. I have

Re: dbus-python for windows

2008-01-02 Thread est
102 13:41], est ([EMAIL PROTECTED]) wrote: > > >I am trying to port Scribes to Windows, but I could not find a package > >named dbus-python for windows. There is a windbus >sourceforge.net/projects/windbus/> but it not for Python, so how could > >I install dbus module

Re: dbus-python for windows

2008-01-02 Thread Jeroen Ruigrok van der Werven
-On [20080102 13:41], est ([EMAIL PROTECTED]) wrote: >I am trying to port Scribes to Windows, but I could not find a package >named dbus-python for windows. There is a windbus sourceforge.net/projects/windbus/> but it not for Python, so how could >I install dbus module for Window

dbus-python for windows

2008-01-02 Thread est
Hi all I am trying to port Scribes to Windows, but I could not find a package named dbus-python for windows. There is a windbus but it not for Python, so how could I install dbus module for Windows Python 2.5 ? ps Is there anyone trying to port Scribes to Windows? -- http://mail.python.org

Re: Python for Windows other way to getting it?

2007-05-01 Thread Stef Mientki
[EMAIL PROTECTED] wrote: > On May 1, 5:17 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] schrieb: >> >>> Hello >>> I don't have permission to install new application on the PC I'm >>> using, I need a zipped version of python that I can copy on my >>> external drive. Where ca

Re: Python for Windows other way to getting it?

2007-05-01 Thread Gabriel Genellina
En Tue, 01 May 2007 17:38:36 -0300, <[EMAIL PROTECTED]> escribió: > I don't have permission to install new application on the PC I'm > using, I need a zipped version of python that I can copy on my > external drive. Where can I get a zip version? It's enough to copy the Python folder + pythonNN.d

Re: Python for Windows other way to getting it?

2007-05-01 Thread noagbodjivictor
On May 1, 5:50 pm, Tal Einat <[EMAIL PROTECTED]> wrote: > On May 2, 12:43 am, [EMAIL PROTECTED] wrote: > > > > > On May 1, 5:17 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > > > [EMAIL PROTECTED] schrieb: > > > > > Hello > > > > I don't have permission to install new application on the PC I

Re: Python for Windows other way to getting it?

2007-05-01 Thread Tal Einat
On May 2, 12:43 am, [EMAIL PROTECTED] wrote: > On May 1, 5:17 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] schrieb: > > > > Hello > > > I don't have permission to install new application on the PC I'm > > > using, I need a zipped version of python that I can copy on my

Re: Python for Windows other way to getting it?

2007-05-01 Thread noagbodjivictor
On May 1, 5:17 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > Hello > > I don't have permission to install new application on the PC I'm > > using, I need a zipped version of python that I can copy on my > > external drive. Where can I get a zip version? > > ht

Re: Python for Windows other way to getting it?

2007-05-01 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > Hello > I don't have permission to install new application on the PC I'm > using, I need a zipped version of python that I can copy on my > external drive. Where can I get a zip version? http://www.voidspace.org.uk/python/movpy/ Diez -- http://mail.python.org/mailma

Python for Windows other way to getting it?

2007-05-01 Thread noagbodjivictor
Hello I don't have permission to install new application on the PC I'm using, I need a zipped version of python that I can copy on my external drive. Where can I get a zip version? Thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: Python for Windows

2006-09-01 Thread Larry Bates
mistral wrote: > Larry Bates писал(а): > >> mistral wrote: >>> hg писал(а): > Grant Edwards wrote: > >> Will the msi installer modify registry or other system files? >> Does it possible install Python not touching registry and >> system files? You can make your own installe

Re: Python for Windows

2006-08-31 Thread mistral
Larry Bates писал(а): > mistral wrote: > > hg писал(а): > >> Grant Edwards wrote: > Will the msi installer modify registry or other system files? > Does it possible install Python not touching registry and > system files? > >> You can make your own installer to install Python, an

Re: Python for Windows

2006-08-31 Thread mistral
Larry Bates писал(а): > mistral wrote: > > hg писал(а): > >> Grant Edwards wrote: > Will the msi installer modify registry or other system files? > Does it possible install Python not touching registry and > system files? > >> You can make your own installer to install Python, an

Re: Python for Windows

2006-08-30 Thread Larry Bates
mistral wrote: > hg писал(а): > >> Grant Edwards wrote: >> Will the msi installer modify registry or other system files? Does it possible install Python not touching registry and system files? >> You can make your own installer to install Python, and make sure the >> registry is not

Re: Python for Windows

2006-08-30 Thread mistral
hg писал(а): > Grant Edwards wrote: > > > > >> Will the msi installer modify registry or other system files? > >> Does it possible install Python not touching registry and > >> system files? > > > You can make your own installer to install Python, and make sure the > registry is not touched - I t

Re: Python for Windows

2006-08-30 Thread hg
Grant Edwards wrote: > >> Will the msi installer modify registry or other system files? >> Does it possible install Python not touching registry and >> system files? > You can make your own installer to install Python, and make sure the registry is not touched - I think the current installer mod

Re: Python for Windows

2006-08-30 Thread Grant Edwards
On 2006-08-29, mistral <[EMAIL PROTECTED]> wrote: > I need compile code written in Python. I use Windows 98SE. > Should I download Python for Windows installer? > http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi I like the active state windows installs. They contain a

Re: Python for Windows

2006-08-30 Thread Larry Bates
mistral wrote: > I need compile code written in Python. I use Windows 98SE. Should I > download Python for Windows installer? > http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi > Will the msi installer modify registry or other system files? Does it > possible install Pyth

Python for Windows

2006-08-29 Thread mistral
I need compile code written in Python. I use Windows 98SE. Should I download Python for Windows installer? http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi Will the msi installer modify registry or other system files? Does it possible install Python not touching registry and system files

Re: python for windows internet filter / firewall

2006-06-30 Thread Michele Petrazzo
[EMAIL PROTECTED] wrote: > Thanks for a detailed reply. > I thing that now we are becoming OT... :) > because is restricts traffic on a port based on content, but you're > correct, they aren't the same thing at all. > So, what you want to do? Open and close a destination IP (domain), following

Re: python for windows internet filter / firewall

2006-06-30 Thread thorley
Thanks for a detailed reply. > Firewall and filter are two things totally separated! Sorry for being to general. I want to create a filter like dansgaurdian. I was thinking of it also as a firewall because is restricts traffic on a port based on content, but you're correct, they aren't the same t

Re: python for windows internet filter / firewall

2006-06-30 Thread Michele Petrazzo
[EMAIL PROTECTED] wrote: > Greetings, > > I'm interested in a simple content-based internet firewall/filter, > similar to dansguardian (http://dansguardian.org/), Firewall and filter are two things totally separated! - If you want to do something like a "page filtering", like dansguard and s

Re: python for windows internet filter / firewall

2006-06-29 Thread thorley
I thought speed might be an issue. At this point I'm not interested in much more than toying around, so *if* there's a way to do it, I'd like to explore the options. -- matthew Diez B. Roggisch wrote: > > 2) Is this even reasonable in python and how might I get started? (e.g. > > win32 COM?) > >

Re: python for windows internet filter / firewall

2006-06-29 Thread Diez B. Roggisch
> 2) Is this even reasonable in python and how might I get started? (e.g. > win32 COM?) Don't know much (not to say nothing) about windows firewalling & the interfaces one needs to talk to them. But _what_ I know is: a firewall needs to be fast. The big guys in networking put a lot of effort int

python for windows internet filter / firewall

2006-06-29 Thread thorley
Greetings, I'm interested in a simple content-based internet firewall/filter, similar to dansguardian (http://dansguardian.org/), but written in python, and for windows. I assumed such a project would already exist, but my searches on freshmeat, and google turned up empty. I would be interested in

Re: [PythonCE] Curious about Python for Windows CE

2006-05-03 Thread Gonzalo Monzón
Redefined Horizons escribió: > I am still pretty new to Python, but my company is investigating the > possibilty of developing applications on Windows CE Devices, and I had > a couple of questions: > > I'd like to use Python as my development environment for Windows CE > Devices. What is the

Re: Linking to Python for Windows CE

2006-01-16 Thread Fuzzyman
Hmmm... looks like you're already using this. Sorry. All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list

Re: Linking to Python for Windows CE

2006-01-16 Thread Fuzzyman
There are modified Python sources for Windows CE via the sourceforge site : http://sourceforge.net/projects/pythonce There is now a rudimentary website : http://pythonce.sf.net It seems like this project now has traction again. The source has to be 'hacked' quite a bit to compile for Windows CE

Re: Linking to Python for Windows CE

2006-01-16 Thread Martin Evans
Sorry, false alarm. It turned out one of my own files was using fopen/fclose and this was upseting things. After removing those it linked fine. Martin Evans wrote: > I've just been tasked with porting our desktop embedded Python support > onto our existing CE offering. I've managed to compile

Linking to Python for Windows CE

2006-01-16 Thread Martin Evans
I've just been tasked with porting our desktop embedded Python support onto our existing CE offering. I've managed to compile the Python sources and have produced an armdbg420\python23.lib file. When I come to link to the Python library though from our one of our DLLs, I am getting the followin

Re: Problems with Python for Windows extensions

2005-09-07 Thread Kartic
The Great 'KK' uttered these words on 9/7/2005 7:57 AM: > Hello, > I guess you could reproduce my problem, Kartic. I have tried the one u > suggested, but sadly it didn't work for me. I think the COM of pywin is > quite tricky, or it might be a bug. I have some friends who also had > experience of

Re: Problems with Python for Windows extensions

2005-09-07 Thread KK
Hello, I guess you could reproduce my problem, Kartic. I have tried the one u suggested, but sadly it didn't work for me. I think the COM of pywin is quite tricky, or it might be a bug. I have some friends who also had experience of weird behaviors of pywin32, which makes me skeptical of using it i

Re: Problems with Python for Windows extensions

2005-09-04 Thread Kartic
Hi, Invoking Execute as shown below works.. I have no explanation why your VB to Py converted code did not work. wdFindContinue = 1 objSelection.Find.Execute('Contosa', False, True, False, False, True, True, wdFindContinue, True, 'Fabrikam', wdReplaceAll, False, False, False, False) This find

Re: Problems with Python for Windows extensions

2005-09-04 Thread KK
thx for ur reply u r rite that i should use a raw string, but that doesn't solve the problem i am q annoyed by this strange behaviour. i tried to run the script on my friend's pc, which is python2.4 + pywin 204 + office 2000, but same thing happened now i am thinking to generate a vbs from python

Re: Problems with Python for Windows extensions

2005-09-03 Thread vincent wehren
"KK" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] | the code below is taken from M$ technet as an example on using vb | script to do a replace all in word: | | Const wdReplaceAll = 2 | | Set objWord = CreateObject("Word.Application") | objWord.Visible = True | | Set objDoc =

Problems with Python for Windows extensions

2005-09-03 Thread KK
the code below is taken from M$ technet as an example on using vb script to do a replace all in word: Const wdReplaceAll = 2 Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = objWord.Documents.Open("K:\Development\Fabricbase\prod\Test.doc") Set objSelection = ob