Re: Issues with uninstalling python versions on windows server

2024-05-10 Thread Mats Wichmann via Python-list
On 5/10/24 03:39, Tripura Seersha via Python-list wrote: Hi Barry, Automation is using the system account using which the installation is failing with exit code 3. This account has the administrative privileges. Please help me with this issue. Thanks, Seersha You probably have a better chan

Re: Issues with uninstalling python versions on windows server

2024-05-10 Thread Tripura Seersha via Python-list
Python-list Sent: 07 May 2024 12:06 To: Barry Cc: python-list@python.org Subject: Re: Issues with uninstalling python versions on windows server Hi Barry, Yes, the install was for specific user. As suggested by you, when I installed a version for all users, I was able to uninstall from the account

Re: Issues with uninstalling python versions on windows server

2024-05-06 Thread Tripura Seersha via Python-list
remained as a part of the installer. Please help me with this issue. Thanks, Tripura From: Barry Sent: 03 May 2024 22:34 To: Tripura Seersha Cc: python-list@python.org Subject: Re: Issues with uninstalling python versions on windows server > On 3 May 2024, at

Re: Issues with uninstalling python versions on windows server

2024-05-04 Thread Mats Wichmann via Python-list
On 5/3/24 05:55, Tripura Seersha via Python-list wrote: Hi Team, I am working on an automation related to uninstalling and installing python versions on different windows servers. I have observed that uninstallation is working only with the account/login using which the python version is inst

Re: Issues with uninstalling python versions on windows server

2024-05-03 Thread Barry via Python-list
> On 3 May 2024, at 17:43, Tripura Seersha via Python-list > wrote: > > Hi Team, > > I am working on an automation related to uninstalling and installing python > versions on different windows servers. > > I have observed that uninstallation is working only with the account/login > using

Re: Issues

2022-04-09 Thread Mats Wichmann
On 4/8/22 14:24, MRAB wrote: > On 2022-04-08 20:35, Stevenson, John B via Python-list wrote: >> Hello, >> >> As a quick disclaimer, I am sorry if you have received this message >> multiple times over from me. I've been having technical difficulties >> trying to reach this email. Thank you. >> >> I'

Re: Issues

2022-04-08 Thread MRAB
On 2022-04-08 20:35, Stevenson, John B via Python-list wrote: Hello, As a quick disclaimer, I am sorry if you have received this message multiple times over from me. I've been having technical difficulties trying to reach this email. Thank you. I'm trying to install Python on a computer so th

Re: Issues in starting Python application

2021-04-01 Thread Grant Edwards
On 2021-04-01, Mahira Pamnani wrote: > I have been trying hard to install Python on my PC since a long time. The > application gets installed but, for reasons unknown, it doesn't start. > It keeps asking to repair, modify or uninstall the application. That's because you're re-running the install

Re: Issues in starting Python application

2021-04-01 Thread Mats Wichmann
On 4/1/21 9:08 AM, Mahira Pamnani wrote: Sir I have been trying hard to install Python on my PC since a long time. The application gets installed but, for reasons unknown, it doesn't start. It keeps asking to repair, modify or uninstall the application. I have tried doing that too, but it still d

Re: Issues in starting Python application

2021-04-01 Thread Igor Korot
Hi, On Thu, Apr 1, 2021 at 10:41 AM Marco Ippolito wrote: > > On 2021-04-01, Mahira Pamnani wrote: > > Sir > > I have been trying hard to install Python on my PC since a long time. The > > application gets installed but, for reasons unknown, it doesn't start. > > It keeps asking to repair, modify

Re: Issues in starting Python application

2021-04-01 Thread Marco Ippolito
On 2021-04-01, Mahira Pamnani wrote: > Sir > I have been trying hard to install Python on my PC since a long time. The > application gets installed but, for reasons unknown, it doesn't start. > It keeps asking to repair, modify or uninstall the application. > I have tried doing that too, but it sti

Re: Issues with running python in Command prompt

2021-01-20 Thread Mladen Gogala via Python-list
On Wed, 20 Jan 2021 08:33:40 -0700, Michael Torrie wrote: > You can use escape characters in regular expression on any platform > Python runs on. Python has a whole host of features to deal with the > directory separator differences on Windows vs everybody else. I am probably slightly biased. I

Re: Issues with running python in Command prompt

2021-01-20 Thread Michael Torrie
On 1/19/21 10:40 PM, Mladen Gogala via Python-list wrote: > I generally advise > using Cygwin and installing the Cygwin version of Python. Your OS will > look like a POSIX compatible system, and you will be able to use Unix/ > Linux tools like bash, less. vi, awk, grep and alike. You will also be

Re: Issues with running python in Command prompt

2021-01-19 Thread Mladen Gogala via Python-list
On Sat, 16 Jan 2021 19:00:06 +0330, mohsen shooshtari wrote: > hello, > Thanks in advance for your consideration. I install python3.8 and then > install Pycharm but when I call python in Command prompt, followed by ( > 'python' > is not recognized as an internal or external command, operable progr

Re: Issues with running python in Command prompt

2021-01-16 Thread Mats Wichmann
On 1/16/21 8:30 AM, mohsen shooshtari wrote: hello, Thanks in advance for your consideration. I install python3.8 and then install Pycharm but when I call python in Command prompt, followed by ( 'python' is not recognized as an internal or external command, operable program or batch file. what s

Re: Issues with running python in Command prompt

2021-01-16 Thread OmPs
On Sat, 16 Jan 2021, 23:51 mohsen shooshtari, wrote: > hello, > Thanks in advance for your consideration. I install python3.8 and then > install Pycharm but when I call python in Command prompt, followed by > ( 'python' > is not recognized as an internal or external command, operable program or >

Reply: Re: Issues installing python

2020-10-09 Thread nichalvedant07
No when. I do anything of that sort it says that pip isn't recognised as an internal or external command and that's because it isn't installedI searched the internet and it asked me to check the scripts folder to see if I have pip and it wasn't there...and im pretty sure. That I checked

Re: Issues installing python

2020-10-09 Thread Mats Wichmann
On 10/8/20 9:36 PM, Vedant Nichal wrote: > Hello, > > I am an amateur python developer but I’m facing a lot of issues regarding > python installation on windows 10...whenever I install python on my > pc...irrespective of its version my scripts folder is always empty.. are you sure you're actually

RE: Issues with pip in Python 3.8.3

2020-09-21 Thread Hylton
Hello, � I have subscribed to the Python list. The user name (which was optional) I entered as hsb3852, not my real name. Does this matter? � My question is below… � Best regards, Hylton � From: Hylton Sent: Monday, September 21, 2020 6:41 AM To: python-list@python.org Subject: Iss

Re: Issues Download the Latest Version of Python Programming Language

2020-07-23 Thread Mats Wichmann
On 7/24/20 12:05 AM, Ejiofor Chidinma Peace wrote: > Dear Sir/Madam, > I trust this email finds you well. > > I have been having issues downloading the latest version of Python > programming Language on my PC (windows 10 operating system). Kindly assist > in resolving this issue at your earliest c

Re: Issues in downloading python

2020-07-17 Thread dn via Python-list
On 17/07/20 7:22 PM, Shanmika Sugavaneswaran wrote: Though I install the setup , I couldn’t find Python in my system . I don’t know what cause the problem. Please help me! Please advise if the answer is not already covered in https://docs.python.org/dev/using/windows.html -- Regards =dn -- h

Re: Issues in downloading python

2020-07-17 Thread Mats Wichmann
On 7/17/20 11:09 AM, Abhiram R wrote: > It's most likely because you haven't added Python to your environment PATH > variable. > > The easiest path forward is to uninstall it from Applications and then when > you reinstall, tick the option on the bottom of the first splash screen of > the installe

Re: Issues in downloading python

2020-07-17 Thread Daley Okuwa via Python-list
on linux or windows On Friday, 17 July 2020, 17:57:01 BST, Shanmika Sugavaneswaran wrote: Though I install the setup , I couldn’t find Python in my system . I don’t know what cause the problem. Please help me! Sent from Mail for Window

Re: Issues in downloading python

2020-07-17 Thread Abhiram R
It's most likely because you haven't added Python to your environment PATH variable. The easiest path forward is to uninstall it from Applications and then when you reinstall, tick the option on the bottom of the first splash screen of the installer. It will add Python to your PATH variable automa

Re: Issues with Python

2020-06-03 Thread DL Neil via Python-list
On 4/06/20 2:22 PM, Kelley Hudson wrote: Keep getting an error when trying to us Python with Pycharm. I uninstalled it but this was the error I received. Sent from [1]Mail for Windows 10 References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550

Re: Issues regarding running of application.

2020-05-27 Thread Barry
> On 27 May 2020, at 09:44, Souvik Dutta wrote: > > Do have the latest version of DirectX installed? If not then do that or you > can google out the dll file you need (or is missing) and download it and > cut - paste it wherever needed. Missing dll files is a very common issue in > windows and

Re: Issues regarding running of application.

2020-05-27 Thread Souvik Dutta
Do have the latest version of DirectX installed? If not then do that or you can google out the dll file you need (or is missing) and download it and cut - paste it wherever needed. Missing dll files is a very common issue in windows and thus Microsoft made DirectX. On Tue, 26 May, 2020, 11:14 pm M

Re: Issues regarding running of application.

2020-05-27 Thread Barry Scott
> On 26 May 2020, at 15:45, Meet Agrawal wrote: > > I have tried and installed the python application a lot of times but after > the installation get completed and I try to run the application, it say > that api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer. That DLL is part of

Re: Issues regarding running of application.

2020-05-26 Thread Mats Wichmann
On 5/26/20 8:45 AM, Meet Agrawal wrote: > I have tried and installed the python application a lot of times but after > the installation get completed and I try to run the application, it say > that api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer. > > Please tell me a way out. Inst

Re: Issues regarding the download

2020-04-18 Thread DL Neil via Python-list
On 18/04/20 6:20 PM, MRIDULA GUPTA wrote: Hi, I am a new user and I am facing difficulty using the app. everytime I click on the app the windows open which tell me either to modify the app or repair it or uninstall it. I did my level best but still I am facing problems installing it. please look

Re: Issues regarding the download

2020-04-18 Thread Bob Gailer
On Apr 18, 2020 2:29 PM, "MRIDULA GUPTA" <500067...@stu.upes.ac.in> wrote: > > Hi, > I am a new user and I am facing difficulty using the app. everytime I click > on the app the windows open which tell me either to modify the app or > repair it or uninstall it. I did my level best but still I am fa

Re: issues when buidling python3.* on centos 7

2018-03-29 Thread joseph pareti
thank you so much. here's more detail on my troubleshooting. - STARTING POINT: https://github.com/google/FluidNet as shown in the readme files, the deployment calls for the following step: cd FluidNet/manta/build ./manta ../scenes/_trainingData.py --dim 3 --addModelGeometry True --addSpher

Re: issues when buidling python3.* on centos 7

2018-03-26 Thread Michael Torrie
On 03/25/2018 10:15 AM, joseph pareti wrote: > The following may give a clue because of inconsistent python versions: > > [joepareti54@xxx ~]$ python -V > Python 3.5.2 :: Anaconda 4.3.0 (64-bit) What does 'which python' return? As Joseph said, hopefully you didn't overwrite /usr/bin/python with

RE: issues when buidling python3.* on centos 7

2018-03-26 Thread Joseph L. Casale
-Original Message- From: Python-list On Behalf Of joseph pareti Sent: Sunday, March 25, 2018 10:15 AM To: python-list@python.org Subject: issues when buidling python3.* on centos 7 > The following may give a clue because of inconsistent python versions: > > [joepareti54@xxx ~]$ python -V

Re: Issues while using CallerLookup Package

2018-01-29 Thread Chris Angelico
On Mon, Jan 29, 2018 at 9:52 PM, Mark.luther0987 via Python-list wrote: > I accessed the CallerLookup package from below link > https://pypi.python.org/pypi/CallerLookup > > and faced the following issue- > RESTART: > C:\Users\hp\Desktop\CallerLookup-1.2.94\CallerLookup-1.2.94\CallerLookup\M

Re: Issues encountered while launching the IDLE of python 3.7 64-bit I downloaded recently.

2017-11-24 Thread Terry Reedy
On 11/24/2017 6:39 PM, STEPHINEXT TUTORIALS wrote: On Wed, Nov 22, 2017 at 4:29 AM, STEPHINEXT TUTORIALS < oladejist...@gmail.com> wrote: I just downloaded the new version 3.7 for my windows operating system 64-bits on your site. Does Python itself run? The error I got while launching the

Re: Issues encountered while launching the IDLE of python 3.7 64-bit I downloaded recently.

2017-11-24 Thread STEPHINEXT TUTORIALS
On Wed, Nov 22, 2017 at 4:29 AM, STEPHINEXT TUTORIALS < oladejist...@gmail.com> wrote: > Good morning, > I just downloaded the new version 3.7 for my windows operating system > 64-bits on your site. > The error I got while launching the IDLE is shown in the attached Picture. > I installed all the

Re: Issues with beginning Django use

2017-09-22 Thread mm0fmf
On 22/09/2017 19:50, Joey Steward wrote: Hello, I've been attempting to begin learning Django but have been having running Django and Python commands on windows. For example, when I run django-admin startproject mytestsite, I get the following error message django-admin : *The term 'django-adm

Re: Issues with pip installation on windows

2017-09-19 Thread MRAB
On 2017-09-19 20:19, Bill Deegan wrote: try using: python -m pip Does that work? If you want to be more specific, you can use the Python launcher: py -3.6 -m pip On Tue, Sep 19, 2017 at 12:47 PM, Joey Steward wrote: -- Forwarded message -- From: Joey Steward Date: Mon,

Re: Issues with pip installation on windows

2017-09-19 Thread Bill Deegan
try using: python -m pip Does that work? On Tue, Sep 19, 2017 at 12:47 PM, Joey Steward wrote: > -- Forwarded message -- > From: Joey Steward > Date: Mon, Sep 18, 2017 at 3:26 PM > Subject: Issues with pip installation on windows > To: python-list@python.org > > > Hello, > > I'

Re: Issues with Python

2017-07-31 Thread Daniele Forghieri
Il 30/07/2017 23:31, Ode Idoko via Python-list ha scritto: Hi, I am new to Python and though I have been able to download the 3.6 version on my laptop , I still have issues with the syntax. While writing a program to execute, it will display syntax error with different shades of color usually

Re: Issues with Python

2017-07-30 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Ode Idoko via Python-list 께서 쓰시길, 《記事 全文 에서》: > ... it will display syntax error with ... Maybe, you did copy & paste, just i guess ... if not, ignore it. -- ^고맙습니다 _白衣從軍_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: Issues with Python

2017-07-30 Thread Rick Johnson
> Hi, I am new to Python and though I have been able to > download the 3.6 version on my laptop , I still have > issues with the syntax. While writing a program to > execute, it will display syntax error with different > shades of color usually green or yellow. Which IDE (aka: fancy text editor) a

Re: Issues with Python

2017-07-30 Thread Irmen de Jong
On 30/07/2017 23:31, Ode Idoko wrote: > Hi, I am new to Python and though I have been able to download the 3.6 > version on my laptop , I still have issues with the syntax. While writing a > program to execute, it will display syntax error with different shades of > color usually green or yellow

Re: Issues with Python

2017-07-30 Thread MRAB
On 2017-07-30 22:31, Ode Idoko via Python-list wrote: Hi, I am new to Python and though I have been able to download the 3.6 version on my laptop , I still have issues with the syntax. While writing a program to execute, it will display syntax error with different shades of color usually green

Re: Issues downloading python.

2017-04-07 Thread mm0fmf
On 07/04/2017 15:57, Brandon Mace wrote: I have downloaded python onto a DELL laptop, but it will not run. I have tried to install it multiple times but each time it does not work so I try again. This time it has come up with a system error and that "The program can't start because api-ms-win-crt

Re: Issues with in try except and excel spreadsheet

2017-03-14 Thread Rhodri James
On 14/03/17 14:26, padawanweb...@gmail.com wrote: As an example, If I have the excel file open and there is data that needs to be written to the excel file than the exception will catch this error: IOError: [Errno 13] Permission denied: 'C:\\Users\\Administrator\\Desktop\\Version5.0\\DeviceTra

Re: Issues with in try except and excel spreadsheet

2017-03-14 Thread padawanwebdev
On Tuesday, March 14, 2017 at 4:42:39 AM UTC-7, Rhodri James wrote: > On 13/03/17 20:37, padawanweb...@gmail.com wrote: > > On Monday, March 13, 2017 at 11:10:36 AM UTC-7, Rhodri James wrote: > >> On 13/03/17 17:40, padawanweb...@gmail.com wrote: > >>> Hello, I'm having a problem with a try except

Re: Issues with in try except and excel spreadsheet

2017-03-14 Thread Rhodri James
On 13/03/17 20:37, padawanweb...@gmail.com wrote: On Monday, March 13, 2017 at 11:10:36 AM UTC-7, Rhodri James wrote: On 13/03/17 17:40, padawanweb...@gmail.com wrote: Hello, I'm having a problem with a try except inside a while loop. The problem I see occuring has to do with an excel file the

Re: Issues with in try except and excel spreadsheet

2017-03-13 Thread padawanwebdev
On Monday, March 13, 2017 at 11:10:36 AM UTC-7, Rhodri James wrote: > On 13/03/17 17:40, padawanweb...@gmail.com wrote: > > Hello, I'm having a problem with a try except inside a while loop. The > > problem I see occuring has to do with an excel file the script tries to > > write to while the exc

Re: Issues with in try except and excel spreadsheet

2017-03-13 Thread Rhodri James
On 13/03/17 17:40, padawanweb...@gmail.com wrote: Hello, I'm having a problem with a try except inside a while loop. The problem I see occuring has to do with an excel file the script tries to write to while the excel file is open. The exception captures and gives an error: OError: [Errno 13]

Re: Issues with "twistd" in Twisted 16.4.0

2016-09-01 Thread Yuri
On 01/09/16 20:17, Kevin Conway wrote: Hi, you might not get much of an answer for this on the Python mailing list. I suggest sending your question to the Twisted mailing list instead: https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python. On Thu, Sep 1, 2016 at 7:12 AM juraseg wrot

Re: Issues with "twistd" in Twisted 16.4.0

2016-09-01 Thread Kevin Conway
Hi, you might not get much of an answer for this on the Python mailing list. I suggest sending your question to the Twisted mailing list instead: https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python. On Thu, Sep 1, 2016 at 7:12 AM juraseg wrote: > Also, I've tried to find anything i

Re: Issues with "twistd" in Twisted 16.4.0

2016-09-01 Thread juraseg
Also, I've tried to find anything in Twisted bug tracker, but I can't find my way in there. -- https://mail.python.org/mailman/listinfo/python-list

Re: Issues with to run python

2016-02-06 Thread boB Stepp
On Sat, Feb 6, 2016 at 2:10 PM, Dánisa Andrea Alejo García wrote: > I am writing to you because I have downloaded Python,I have followed all the > instructions, but for some reason I am unable to use it. This is a very common question of late. If you search the list archives, you will probab

Re: Issues with to run python

2016-02-06 Thread Dánisa Andrea Alejo García
Sent from my iPhone On Feb 6, 2016, at 3:10 PM, Dánisa Andrea Alejo García mailto:alejo...@hotmail.com>> wrote: Dear Technician, I am writing to you because I have downloaded Python,I have followed all the instructions, but for some reason I am unable to use it. I am sending to you a

Re: issues

2016-01-14 Thread Sven R. Kunze
Hi Gert, just upgrade to 5.03. Best, Sven On 13.01.2016 18:38, Gert Förster wrote: Ladies, Gentlemen, using the PyCharm Community Edition 4.5.4, with Python-3-5-1-amd64.exe, there is constantly a “Repair”-demand. This is “successful” when executed. Without execution, there results an “Error

Re: issues

2015-12-18 Thread Paulo da Silva
Às 22:44 de 04-12-2015, Anna Szaharcsuk escreveu: > Hello there, > > I was trying to install PyCharm, but didn't worked and needed interpreter. > the computer advised to install the python for windows. > I don't know PyCharm but it is likely it needs python. Did you install python? You may need

Re: issues

2015-12-06 Thread MRAB
On 2015-12-04 22:44, Anna Szaharcsuk via Python-list wrote: Hello there, I was trying to install PyCharm, but didn't worked and needed interpreter. the computer advised to install the python for windows. Can you help me, please, PyCharm stillnot working...allways gives a message for repair, aft

Re: issues

2015-12-06 Thread Laura Creighton
In a message of Fri, 04 Dec 2015 22:44:53 +, Anna Szaharcsuk via Python-lis t writes: >Hello there, > >I was trying to install PyCharm, but didn't worked and needed interpreter. >the computer advised to install the python for windows. > >Can you help me, please, PyCharm stillnot working...allwa

Re: issues with Python

2015-10-15 Thread Ian Kelly
On Thu, Oct 15, 2015 at 8:04 AM, wrote: > > I am using the Python Programming third edition for absolute beginners. > I was able to create my Game over program, but I do not have the start menu > with the icons and cannot seem to find it. I have the Shell and the script > mode but I am not able t

Re: Issues pip-installing pywin32

2015-02-18 Thread Chris Angelico
On Thu, Feb 19, 2015 at 6:01 AM, Terry Reedy wrote: > On 2/18/2015 7:13 AM, Chris Angelico wrote: >> Huh. The PyPI categorization seems to exclude Python 3.4 support > > > I have pip-installed 3.4 packages just fine. > > >> (despite versions for both 3.4 and 3.5 existing on the sourceforge >> page

Re: Issues pip-installing pywin32

2015-02-18 Thread Terry Reedy
On 2/18/2015 7:13 AM, Chris Angelico wrote: (Before I begin, I want to make it clear that I can still go poke around on SourceForge and grab the appropriate installer [1], and that does work. But if I'm going to tell someone else how to set up this program, I'd much rather be able to recommend pi

Re: Issues installing Python 2.7

2014-12-01 Thread Chris Angelico
On Tue, Dec 2, 2014 at 3:40 AM, wrote: > This actually worked!! It's a bare machine with nothing (except the system) > using python. Good to know! But, uhh... *what* actually worked? You've posted with no content, so we have no idea which of the several suggestions in this thread worked - and,

Re: Issues installing Python 2.7

2014-12-01 Thread billyfurlong
This actually worked!! It's a bare machine with nothing (except the system) using python. -- https://mail.python.org/mailman/listinfo/python-list

Re: Issues installing Python 2.7

2014-11-27 Thread Chris Angelico
On Fri, Nov 28, 2014 at 4:40 AM, Dennis Lee Bieber wrote: > On Thu, 27 Nov 2014 11:53:10 +1100, Steven D'Aprano > declaimed the following: > >>billyfurl...@gmail.com wrote: > >> >>> Add this to the bashrc >>> export PATH=$PATH:/opt/python2.7/bin/ >> >>I'm not so sure about that, but I don't have

Re: Issues installing Python 2.7

2014-11-27 Thread Steven D'Aprano
On Wed, 26 Nov 2014 09:09:30 -0800, billyfurlong wrote: > ./configure --prefix=/opt/python2.7 --enable-shared Do you need to install to /opt instead of the default of /usr/local/bin? I have multiple versions of Python installed on a Red Hat system (Centos, but RH should be the same) using the d

Re: Issues installing Python 2.7

2014-11-26 Thread Michael Torrie
To further explain my terse post from before (from my phone), see below. On 11/26/2014 10:09 AM, billyfurl...@gmail.com wrote: > Now the installation worked fine but shouldn't I see that it's using the > correct version??? > > I also did try to run /opt/python2.7/bin/python2.7 and it give me thi

Re: Issues installing Python 2.7

2014-11-26 Thread Steven D'Aprano
billyfurl...@gmail.com wrote: > Hi all, > > Not a python user but I'm trying to upgrade python so I can install pip > which is required for one of the apps that I'm installing. > > I've tried to install using the below instructions, but when I type python > I still get the old 2.4.3 version. Oh

Re: Issues installing Python 2.7

2014-11-26 Thread Chris Angelico
On Thu, Nov 27, 2014 at 4:09 AM, wrote: > Hi all, > > Not a python user but I'm trying to upgrade python so I can install pip which > is required for one of the apps that I'm installing. > > I've tried to install using the below instructions, but when I type python I > still get the old 2.4.3 v

Re: Issues with if and elif statements in 3.3

2013-08-08 Thread Kris Mesenbrink
WOW as if it was something as easy as that,i had been looking for awhile on what i was doing wrong. as it seems i just don't know my way around if statements at all, thank a bunch for this. makes everything else i have been code work thanks again -- http://mail.python.org/mailman/listinfo/pyt

Re: Issues with if and elif statements in 3.3

2013-08-08 Thread Dave Angel
krismesenbr...@gmail.com wrote: > def town(): > print ("You stand in the middle of Coffeington while you descide what" > " to do next, you have herd rumor of the Coffeington Caves that run" > "under the city, would you like to check them out?") > answer = input() > if answer ==

Re: Issues compiling hunspell from source on windows

2013-07-01 Thread Akshay Kayastha
I installed a 32 bit python and it still gives me the same error. -- http://mail.python.org/mailman/listinfo/python-list

Re: Issues compiling hunspell from source on windows

2013-06-30 Thread David Robinow
It appears you are using a 32 bit compiler with a 64-bit python. Install a 32 bit python. On Sun, Jun 30, 2013 at 11:54 AM, Akshay Kayastha wrote: > Hi I am trying to compile a python module called hunspell from the following > [source](https://pypi.python.org/pypi/hunspell). > > But I get the f

Re: Issues compiling hunspell from source on windows

2013-06-30 Thread Akshay Kayastha
Haha... nooo I already use Linux. But I am currently doing a project that required me to run my script on Windows as well as Linux. TO be precise I am supposed to create a stand alone executable for my script which runs great on Linux, but to create one for Windows I need to be able to run the s

Re: Issues compiling hunspell from source on windows

2013-06-30 Thread rusi
On Sunday, June 30, 2013 9:24:46 PM UTC+5:30, Akshay Kayastha wrote: > Hi I am trying to compile a python module called hunspell from the following > [source](https://pypi.python.org/pypi/hunspell). > According to http://docs.python.org/2/extending/windows.html you need to use the same compiler

Re: Issues a longer xpath expression

2013-02-22 Thread Jean-Michel Pichavant
- Original Message - > I am having issues with the urllib and lxml.html modules. > Here is my original code: import urllib import lxml . html > down = 'http://v.163.com/special/visualizingdata/' file = urllib . > urlopen ( down ). read () root = lxml . html . document_fromstring ( > file

Re: Issues a longer xpath expression

2013-02-22 Thread Philipp Hagemeister
Hi anonymous, your code is working perfectly right. It's just that the only time that you find anything matching //div[@class="col f-cb"] is this one: 名称 视频下载 课程简介 And obviously, there's no in there, so the xpath won't match. Cheers, Philipp On 02/22/2013 02:24 AM, python wrote

Re: Issues with `codecs.register` and `codecs.CodecInfo` objects

2012-07-10 Thread Walter Dörwald
On 07.07.12 04:56, Steven D'Aprano wrote: On Fri, 06 Jul 2012 12:55:31 -0400, Karl Knechtel wrote: Hello all, While attempting to make a wrapper for opening multiple types of UTF-encoded files (more on that later, in a separate post, I guess), I ran into some oddities with the `codecs` module

Re: Issues with `codecs.register` and `codecs.CodecInfo` objects

2012-07-06 Thread Steven D'Aprano
On Fri, 06 Jul 2012 12:55:31 -0400, Karl Knechtel wrote: > Hello all, > > While attempting to make a wrapper for opening multiple types of > UTF-encoded files (more on that later, in a separate post, I guess), I > ran into some oddities with the `codecs` module, specifically to do with > `.regist

Re: Issues compiling 2.6.5 on AIX 6.1

2010-07-10 Thread Dan Stromberg
> -Original Message- > From: python-list-bounces+cbds=argushealth@python.org > [mailto:python-list-bounces+cbds = > argushealth@python.org] On Behalf > Of Thomas Jollans > Sent: Friday, July 09, 2010 7:10 AM > To: python-list@python.org > Subject: Re: Issues compil

RE: Issues compiling 2.6.5 on AIX 6.1

2010-07-09 Thread Stopp, Bryan
n.org [mailto:python-list-bounces+cbds=argushealth@python.org] On Behalf Of Thomas Jollans Sent: Friday, July 09, 2010 7:10 AM To: python-list@python.org Subject: Re: Issues compiling 2.6.5 on AIX 6.1 On 07/08/2010 04:36 PM, Stopp, Bryan wrote: > building '_struct' extension > >

Re: Issues compiling 2.6.5 on AIX 6.1

2010-07-09 Thread Thomas Jollans
On 07/08/2010 04:36 PM, Stopp, Bryan wrote: > building '_struct' extension > > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall > -Wstrict-prototypes -I. -I/build/tools/src/Python-2.6.5/./Include > -I/build/tools/include -I. -IInclude -I./Include -I/usr/local/include > -I/build/tool

RE: Issues compiling 2.6.5 on AIX 6.1

2010-07-08 Thread Stopp, Bryan
there? -B -Original Message- From: python-list-bounces+cbds=argushealth@python.org [mailto:python-list-bounces+cbds=argushealth@python.org] On Behalf Of Thomas Jollans Sent: Thursday, July 08, 2010 11:51 AM To: python-list@python.org Subject: Re: Issues compiling 2.6.5 on AIX 6.1

RE: Issues compiling 2.6.5 on AIX 6.1

2010-07-08 Thread Stopp, Bryan
f Thomas Jollans Sent: Thursday, July 08, 2010 11:51 AM To: python-list@python.org Subject: Re: Issues compiling 2.6.5 on AIX 6.1 On 07/08/2010 04:36 PM, Stopp, Bryan wrote: > I've seen other threads on this issue, but the resolution still doesn't > seem to exist for me. &

Re: Issues compiling 2.6.5 on AIX 6.1

2010-07-08 Thread Thomas Jollans
On 07/08/2010 04:36 PM, Stopp, Bryan wrote: > I’ve seen other threads on this issue, but the resolution still doesn’t > seem to exist for me. > > > > I’m running the configure script with these parameters: > > > > ./configure --prefix=/build/tools \ > > --exec-prefix=/build/too

Re: Issues while building pyfsevents in python 3.1

2010-04-30 Thread Aahz
In article , Terry Reedy wrote: >On 4/29/2010 2:30 AM, mathan kumar wrote: >> >> I m trying port pyfsevents coded in python2.6 to python3.1. > >Specifying system and compiler/version might help responders. Also, pyobjc-dev is probably a better place for getting help (original article is not in m

Re: Issues while building pyfsevents in python 3.1

2010-04-29 Thread Terry Reedy
On 4/29/2010 2:30 AM, mathan kumar wrote: I m trying port pyfsevents coded in python2.6 to python3.1. Specifying system and compiler/version might help responders. -- http://mail.python.org/mailman/listinfo/python-list

Re: issues simply parsing a whitespace-delimited textfile in python script

2008-05-21 Thread Damon Getsman
On May 21, 11:15 am, Paul McGuire <[EMAIL PROTECTED]> wrote: > > > for cur_rec in Lastdump.readline(): > > is the problem. readline() returns a string containing the next > line's worth of text, NOT an iterator over all the subsequent lines in > the file. So your code is really saying: > >

Re: issues simply parsing a whitespace-delimited textfile in python script

2008-05-21 Thread Paul McGuire
On May 21, 10:59 am, Damon Getsman <[EMAIL PROTECTED]> wrote: > I'm having an issue parsing lines of 'last' output that I have stored > in a /tmp file.  The first time it does a .readline() I get the full > line of output, which I'm then able to split() and work with the > individual fields of with

Re: issues simply parsing a whitespace-delimited textfile in python script

2008-05-21 Thread Damon Getsman
Okay, so I manged to kludge around the issue by not using the .readline() in my 'for' statement. Instead, I'm slurping the whole file into a new list that I put in for that purpose, and everything seems to be working just fine. However, I don't know WHY the other method failed and I'm at a loss f

Re: Issues with Python + Batch File

2008-03-25 Thread Gabriel Genellina
En Tue, 25 Mar 2008 08:55:12 -0300, tarun <[EMAIL PROTECTED]> escribió: > I've a batch file which invoks a python file. The python code in the file > brings up a GUI. The GUI is of a test tool which can execute scripts. > > I tried using the following 2 sample of code for my batch file: > > *

Re: Issues with XMLTreeBuilder in cElementTree and ElementTree

2008-03-23 Thread Stefan Behnel
Michael Becker wrote: > Secondly, I found a potential issue with the cElementTree module. My > understanding (which could be incorrect) of python C modules is that > they should work the same as the python versions but be more > efficient. The XMLTreeBuilder class in cElementTree doesn't seem to be

Re: issues with searching through dictionaries for certain values

2008-02-01 Thread Sion Arrowsmith
Connolly <[EMAIL PROTECTED]> wrote: >Right basically I've got to the end of my main section of my program an I've >got it comparing the same dictionary to ensure that the values are the same >(sounds stupid I know), yet what my line of code I am using to do this is >failing to do is to check eve

Re: issues with searching through dictionaries for certain values

2008-02-01 Thread Steve Holden
Connolly wrote: > Hey, > > Right basically I've got to the end of my main section of my program an I've > got it comparing the same dictionary to ensure that the values are the same > (sounds stupid I know), yet what my line of code I am using to do this is > failing to do is to check every sin

Re: issues with searching through dictionaries for certain values

2008-02-01 Thread Zentrader
On Feb 1, 6:27 am, "Connolly" <[EMAIL PROTECTED]> wrote: > Hey, > > Right basically I've got to the end of my main section of my program an I've > got it comparing the same dictionary to ensure that the values are the same > (sounds stupid I know), yet what my line of code I am using to do this is

Re: Issues of state

2007-08-10 Thread Jay Loden
Steve Holden wrote: > greg wrote: >> Jay Loden wrote: >>> Like most things involving dynamic client side-javascript code and AJAX >>> technology, it's a lot harder than you'd like it to be to solve the >>> problem, but >>> in cases where the Back button is really an issue, it's worth the effort. >

Re: Issues of state

2007-08-10 Thread Steve Holden
greg wrote: > Jay Loden wrote: >> Like most things involving dynamic client side-javascript code and AJAX >> technology, it's a lot harder than you'd like it to be to solve the problem, >> but >> in cases where the Back button is really an issue, it's worth the effort. > > So if you're willing to

Re: Issues of state

2007-08-10 Thread greg
Jay Loden wrote: > Like most things involving dynamic client side-javascript code and AJAX > technology, it's a lot harder than you'd like it to be to solve the problem, > but > in cases where the Back button is really an issue, it's worth the effort. So if you're willing to put in a huge amount

Re: Issues of state

2007-08-09 Thread Jay Loden
Steve Holden wrote: > As far as I'm concerned the major issue with trying to have "desktop web > apps" compete with true windowed applications is the difficulty of > maintaining sensible interactions with the interface. AJAX designs have > increased the interaction level at the expense of greate

  1   2   >