Re: Uninstall and Re-install Python - Windows 10 issues

2021-06-23 Thread Mats Wichmann
On 6/23/21 6:47 AM, Suretha Weweje wrote: After I uninstalled Python 3.7and Python 3.9 and installed Python 3.9.5 and is displayed in Apps & features: Python 3.9.5 Python 3.9.5 (64-bit), size 101 MB, and Python Launcher, size 1.80 MB Upon checking the python version, I get the following error m

Re: Uninstall and Re-install Python - Windows 10 issues

2021-06-23 Thread boB Stepp
Disclaimer: I am no Python or programming expert! However, I recently installed Python 3.9.5 on my Windows 10 laptop, so I may be able to help with some things. On Wed, Jun 23, 2021 at 11:29 AM Suretha Weweje wrote: > > After I uninstalled Python 3.7and Python 3.9 and installed Python 3.9.5 and

Uninstall and Re-install Python - Windows 10 issues

2021-06-23 Thread Suretha Weweje
After I uninstalled Python 3.7and Python 3.9 and installed Python 3.9.5 and is displayed in Apps & features: Python 3.9.5 Python 3.9.5 (64-bit), size 101 MB, and Python Launcher, size 1.80 MB Upon checking the python version, I get the following error message: C:\>python --version Python was not

Re: Install GDAL

2020-04-22 Thread Kushal Kumaran
J Conrado writes: > Hi, > > > I'm trying to install GDAL. I used conda and PIP and I didn't have sucess. > > > I used for pip to insatal GDAL3.0.4: > > > pip install GDAL > > > Collecting GDAL >   Using cached GDAL-3.0.4.tar.gz (577 kB) > > > >     cc1plus: warning: command line option "-Wstrict

Re: Install GDAL

2020-04-22 Thread Souvik Dutta
This might work. https://stackoverflow.com/questions/43587960/gdal-installation-error-using-pip/43600989 Souvik flutter dev On Wed, Apr 22, 2020, 9:52 PM J Conrado wrote: > > > Hi, > > > I'm trying to install GDAL. I used conda and PIP and I didn't have sucess. > > > I used for pip to insatal G

Re: Install

2018-11-23 Thread Bob Gailer
OK. On Nov 23, 2018 8:08 AM, "Salomon Chavarin" wrote: > > > Sent from Mail for Windows 10 > > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.or

Re: install MySQL-python failed ....

2018-04-05 Thread INADA Naoki
https://stackoverflow.com/questions/11107155/how-to-fix-address-space-is-already-occupied-error-on-fetch-commit On Fri, Apr 6, 2018 at 8:12 AM, yi zhao wrote: > $ python -m pip install MySQL-python > Collecting MySQL-python > Downloading MySQL-python-1.2.5.zip (108kB) > 100% |██

Re: install MySQL-python failed ....

2018-04-05 Thread Larry Martell
On Thu, Apr 5, 2018 at 7:12 PM, yi zhao wrote: > $ python -m pip install MySQL-python > Collecting MySQL-python > Downloading MySQL-python-1.2.5.zip (108kB) > 100% || 112kB 260kB/s > 930 [main] python2.7 12948 child_info_fork::abort: address space needed

Re: install on host not connected to the internet and no local proxy

2017-11-02 Thread Paul Moore
On 2 November 2017 at 07:17, Chris Angelico wrote: > On Thu, Nov 2, 2017 at 5:50 PM, Noah wrote: >> Hi, >> >> I am trying to install a python package with about 80 dependencies on a >> server that is not connected to the internet and has no local proxy. I can >> ssh to it via VPN. >> >> I was ab

Re: install on host not connected to the internet and no local proxy

2017-11-02 Thread Chris Angelico
On Thu, Nov 2, 2017 at 5:50 PM, Noah wrote: > Hi, > > I am trying to install a python package with about 80 dependencies on a > server that is not connected to the internet and has no local proxy. I can > ssh to it via VPN. > > I was able to find python bundle and download the tarballs for all th

Re: Install python via MS batch file

2017-05-06 Thread Irmen de Jong
On 6-5-2017 7:14, Mahmood Naderan wrote: > Hello, > I have downloaded python-3.6.1-amd64.exe and it is fine to install it through > GUI. However, I want to write a batch file to install it via command line. > Since the installation process is interactive, it seems that the auto-install > batch f

RE: Re: Install Problem

2016-12-15 Thread Rhesa Browning
rg Cc: Rhesa Browning Subject: [EXTERNAL] Re: Install Problem On Tue, Dec 13, 2016 at 8:37 PM, Rhesa Browning wrote: > I have been trying to install Python 3.5.2 onto my computer. I have > installed and uninstalled and resinstalled several times. Every time > I get an error message s

Re: Re: Install Problem

2016-12-15 Thread eryk sun
On Thu, Dec 15, 2016 at 8:24 PM, Rhesa Browning wrote: > I have not been able to find the temp folder. I am doing this on a work > computer > and don't have access to all the folders. Some are hidden. Enter %temp% in Explorer's location bar or the Win+R dialog. -- https://mail.python.org/mail

Re: Install Problem

2016-12-13 Thread eryk sun
On Tue, Dec 13, 2016 at 8:37 PM, Rhesa Browning wrote: > I have been trying to install Python 3.5.2 onto my computer. I have > installed and > uninstalled and resinstalled several times. Every time I get an error message > saying that the python35.dll doesn't exist on my computer so it can't op

RE: Re: Install Problem

2016-12-13 Thread Rhesa Browning
] Re: Install Problem In Rhesa Browning writes: >I have been trying to install Python 3.5.2 onto my computer. I have >installed and uninstalled and resinstalled several times. Every time I >get an error message saying that the python35.dll doesn't exist on my >computer

Re: Install Problem

2016-12-13 Thread John Gordon
In Rhesa Browning writes: >I have been trying to install Python 3.5.2 onto my computer. I have >installed and uninstalled and resinstalled several times. Every time I >get an error message saying that the python35.dll doesn't exist on my >computer so it can't open Python. How can this proble

Re: Install request

2016-04-07 Thread Oscar Benjamin
On 6 April 2016 at 05:08, Rustom Mody wrote: > On Wednesday, April 6, 2016 at 4:34:11 AM UTC+5:30, Steven D'Aprano wrote: >> On Wed, 6 Apr 2016 02:52 am, Rustom Mody wrote: >> >> > On Tuesday, April 5, 2016 at 9:49:58 PM UTC+5:30, Oscar Benjamin wrote: >> >> Another possibility to improve this sit

Re: Install request

2016-04-05 Thread Rustom Mody
On Wednesday, April 6, 2016 at 4:34:11 AM UTC+5:30, Steven D'Aprano wrote: > On Wed, 6 Apr 2016 02:52 am, Rustom Mody wrote: > > > On Tuesday, April 5, 2016 at 9:49:58 PM UTC+5:30, Oscar Benjamin wrote: > >> Another possibility to improve this situation would be to make a page > >> on the wiki tha

Re: Install request

2016-04-05 Thread Steven D'Aprano
On Wed, 6 Apr 2016 02:52 am, Rustom Mody wrote: > On Tuesday, April 5, 2016 at 9:49:58 PM UTC+5:30, Oscar Benjamin wrote: >> Another possibility to improve this situation would be to make a page >> on the wiki that actually explains the known problems (and fixes) for >> 3.5 on Windows. > > +10 on

Re: Install request

2016-04-05 Thread Mark Lawrence via Python-list
On 05/04/2016 16:56, Igor Korot wrote: Hi, python community, Recently there was a huge number of e-mail stating that the python installer does not work. When asked about it, people reveal that they wee using Windows and they were getting errors about missing DLL. I know for a fact that in the

Re: Install request

2016-04-05 Thread Rustom Mody
On Tuesday, April 5, 2016 at 9:49:58 PM UTC+5:30, Oscar Benjamin wrote: > Another possibility to improve this situation would be to make a page > on the wiki that actually explains the known problems (and fixes) for > 3.5 on Windows. +10 on that one ie When a question becomes a FAQ just put it the

Re: Install request

2016-04-05 Thread Oscar Benjamin
On 5 April 2016 at 16:56, Igor Korot wrote: > > So, here is my request: if its not possible to include the DLL in > question in the installer, > can the installer check for the OS version and ask the user to go to > Microsoft.com, > download and install the library? That's a very reasonable reque

Re: install open cv on windows 10 and python 3.5

2016-04-02 Thread Xristos Xristoou
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > hello, > > i have windows 10 and python 3.5 and i want to use > open cv but i think so opencv work only on python 2.7 ? > and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv > but not work ag

Re: install open cv on windows 10 and python 3.5

2016-04-01 Thread MRAB
On 2016-04-01 22:37, Xristos Xristoou wrote: Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: hello, i have windows 10 and python 3.5 and i want to use open cv but i think so opencv work only on python 2.7 ? and i install this http://www.lfd.uci.edu/~gohlk

Re: install open cv on windows 10 and python 3.5

2016-04-01 Thread Xristos Xristoou
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > hello, > > i have windows 10 and python 3.5 and i want to use > open cv but i think so opencv work only on python 2.7 ? > and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv > but not work ag

Re: install open cv on windows 10 and python 3.5

2016-04-01 Thread Terry Reedy
On 4/1/2016 4:38 PM, saxr...@gmail.com wrote: Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@gmail.com έγραψε: hello, i have windows 10 and python 3.5 and i want to use open cv but i think so opencv work only on python 2.7 ? and i install this http://www.lfd.uci.edu/~gohl

Re: install open cv on windows 10 and python 3.5

2016-04-01 Thread saxri89
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@gmail.com έγραψε: > hello, > > i have windows 10 and python 3.5 and i want to use > open cv but i think so opencv work only on python 2.7 ? > and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv > but not work ag

Re: install open cv on windows 10 and python 3.5

2016-04-01 Thread MRAB
On 2016-04-01 20:11, saxr...@gmail.com wrote: Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@gmail.com έγραψε: hello, i have windows 10 and python 3.5 and i want to use open cv but i think so opencv work only on python 2.7 ? and i install this http://www.lfd.uci.edu/~gohl

Re: install open cv on windows 10 and python 3.5

2016-04-01 Thread saxri89
Τη Παρασκευή, 1 Απριλίου 2016 - 1:56:52 μ.μ. UTC+3, ο χρήστης sax...@gmail.com έγραψε: > hello, > > i have windows 10 and python 3.5 and i want to use > open cv but i think so opencv work only on python 2.7 ? > and i install this http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv > but not work ag

Re: install open cv on windows 10 and python 3.5

2016-04-01 Thread Terry Reedy
On 4/1/2016 6:56 AM, saxr...@gmail.com wrote: hello, i have windows 10 and python 3.5 and i want to use open cv but i think so opencv work only on python 2.7 ? The following link has binaries for 3.4 and 3.5 as well. I believe Gohlke tests his binaries, so I expect them to work. and i ins

Re: Install Error

2016-02-08 Thread Mike S via Python-list
On 2/3/2016 1:55 PM, Barrie Taylor wrote: Hi, I am attempting to install and run Python3.5.1 on my Windows machine. After installation on launching I am presented the attached error message. It reads: 'The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your compu

Re: Install Error

2016-02-04 Thread Oscar Benjamin
On 3 February 2016 at 21:55, Barrie Taylor wrote: > > I am attempting to install and run Python3.5.1 on my Windows machine. > > After installation on launching I am presented the attached error message. > It reads: > 'The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing >

Re: Install Numba on Debian

2016-01-23 Thread Dave Farrance
Dave Farrance wrote: >I'd like to install Numba on Debian Jessie to work with the system >Python 2.7.9 (rather than installing Anaconda). OK, never mind. Fixed. By Googling the first error code, finding a suggested fix for that, running again, Googling the new error, and several repeats of that

Re: install issue

2015-12-07 Thread Laura Creighton
In a message of Sun, 06 Dec 2015 20:44:03 +, "John Robinson" writes: >When I run the installer (python-3.5.0.exe [win32]) I see this: > > > > > > > >There seems to be "hidden" buttons as clicking in the middle of this dialog >box does continue the process. > >However, when complete, and I st

Re: install pip

2015-09-07 Thread Laura Creighton
Try that question on disutils-...@python.org where the authors of pip are. Laura -- https://mail.python.org/mailman/listinfo/python-list

Re: install pip

2015-08-31 Thread Laura Creighton
In a message of Mon, 31 Aug 2015 15:38:26 +0800, "chenc...@inhand.com.cn" write s: >hi: >I cross compiled python2.7.10 and install python on my embedded >device. But now, I may install pip on my embedded device. So, how can i >do that? https://pip.pypa.io/en/latest/installing.html This is n

RE: install software via Python script

2014-07-02 Thread Moshe Avraham
HI Guys, I need to install variety of software (Oracle, SqlServer, upgrade JAVA version, WAS, WMB, Tomcat, etc.) on both WINDOWS and UNIX/LINUX. These are usual daily operation of large IT departments. So instead of developing both shell & DOS scripts, I like to develop a single Python script

Re: install software via Python script

2014-07-02 Thread Paul Sokolovsky
Hello, On Wed, 2 Jul 2014 18:01:45 -0400 "Moshe Avraham" wrote: > HI Guys, > > I need to install variety of software (Oracle, SqlServer, upgrade JAVA > version, WAS, WMB, Tomcat, etc.) on both WINDOWS and UNIX/LINUX. > > These are usual daily operation of large IT departments. > > So instead

Re: Install CVXOPT in Windows 64 bit

2014-03-23 Thread Mark Lawrence
On 23/03/2014 14:00, azt...@gmail.com wrote: Hello! I need to urgently install CVOXPT in my pc. However, it seems that it only works under 32 bit versions. Does anyone know about a way around this? Your advise will be much appreciated! Ines http://www.lfd.uci.edu/~gohlke/pythonlibs/#cvxopt -

Re: Install python 2 and 3 in the "wrong" order

2014-02-25 Thread Mark Lawrence
On 16/02/2014 08:13, Nagy László Zsolt wrote: And apparently, py.exe does not work the way it should be. What does this mean? Have you raised an issue on the bug tracker? I would happily reinstall 3.3 to solve the problem, but before I do that I would like to check all other related settin

Re: Install python 2 and 3 in the "wrong" order

2014-02-25 Thread sffjunkie
On Sunday, 16 February 2014 08:13:14 UTC, Nagy László Zsolt wrote: > > Though I don't see anything in the ActiveState builds (which are all > > I've ever used) to handle the #! type selection of the desired version. > > Just got done updating my 2.7, replacing 3.2 with 3.3, and then having to

Re: Install python 2 and 3 in the "wrong" order

2014-02-24 Thread Tim Golden
On 15/02/2014 11:25, Nagy László Zsolt wrote: From a cmd window: ftype python.file="C:\Windows\py.exe" "%1" %* ftype python.noconfile="C:\Windows\pyw.exe" "%1" %* There is a serious problem with this! Example code test.py: #!/usr/bin/env python3 import sys print(sys.argv) Test run: C:\Te

Re: Install python 2 and 3 in the "wrong" order

2014-02-16 Thread Nagy László Zsolt
I should emphasize that this is with the /same/ x.y version... Installing 3.3 when the previous was 3.2 won't overlay. Though I don't see anything in the ActiveState builds (which are all I've ever used) to handle the #! type selection of the desired version. Just got done updat

Re: Install python 2 and 3 in the "wrong" order

2014-02-15 Thread Nagy László Zsolt
Just because I have a distrust of Windows's command interpreter, what happens when you type: ftype python.file ? Does it echo back what you thought it had, or has %* been eaten? If the %* is missing, that would explain the loss of arguments. Already tought of that: C:\Temp>ftype python.fil

Re: Install python 2 and 3 in the "wrong" order

2014-02-15 Thread Chris Angelico
On Sat, Feb 15, 2014 at 10:25 PM, Nagy László Zsolt wrote: >> From a cmd window: >> >> ftype python.file="C:\Windows\py.exe" "%1" %* >> >> ftype python.noconfile="C:\Windows\pyw.exe" "%1" %* > > There is a serious problem with this! Example code test.py: > > #!/usr/bin/env python3 > import sys >

Re: Install python 2 and 3 in the "wrong" order

2014-02-15 Thread Nagy László Zsolt
From a cmd window: ftype python.file="C:\Windows\py.exe" "%1" %* ftype python.noconfile="C:\Windows\pyw.exe" "%1" %* There is a serious problem with this! Example code test.py: #!/usr/bin/env python3 import sys print(sys.argv) Test run: C:\Temp>test.py 1 2 3 ['C:\\Temp\\test.py'] This is

Re: Install python 2 and 3 in the "wrong" order

2014-02-13 Thread Tim Golden
On 13/02/2014 12:03, Nagy László Zsolt wrote: > >> From a cmd window: >> >> ftype python.file="C:\Windows\py.exe" "%1" %* >> >> ftype python.noconfile="C:\Windows\pyw.exe" "%1" %* >> >> TJG > Thank you. It worked. Although I must note that it only works if you > start the cmd.exe as administrator

Re: Install python 2 and 3 in the "wrong" order

2014-02-13 Thread Nagy László Zsolt
From a cmd window: ftype python.file="C:\Windows\py.exe" "%1" %* ftype python.noconfile="C:\Windows\pyw.exe" "%1" %* TJG Thank you. It worked. Although I must note that it only works if you start the cmd.exe as administrator (under Windows 7). Is it the only thing that was possibly overw

Re: Install python 2 and 3 in the "wrong" order

2014-02-13 Thread Tim Golden
On 13/02/2014 11:53, Nagy László Zsolt wrote: > I have Python 3.3 installed on my Windows 7 x64 box. Today I had to > install Python 2.7 for an older app of mine. > > Here is my problem: although "#!/usr/bin/env python3" is given in the > file and "py -3" program works fine, apparently the install

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread MRAB
On 11/11/2013 16:43, jonas.thornv...@gmail.com wrote: Here is the example file i have tried. #!/usr/bin/python # -*- coding: utf-8 -*- """ ZetCode Tkinter tutorial This program draws three rectangles filled with different colors. author: Jan Bodar last modified: January 2011 website: www.zetc

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread jonas . thornvall
Den måndagen den 11:e november 2013 kl. 17:43:12 UTC+1 skrev Chris “Kwpolska” Warrick: > On Mon, Nov 11, 2013 at 5:38 PM, wrote: > > > But i have no luck runn the Tkinter example file i downloaded in idel, it > > still says no module called Tkinter. > > IDLE* > > > === > > > Traceback (most

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread Chris “Kwpolska” Warrick
On Mon, Nov 11, 2013 at 5:38 PM, wrote: > But i have no luck runn the Tkinter example file i downloaded in idel, it > still says no module called Tkinter. IDLE* > === > Traceback (most recent call last): > File "D:\Python33\test2.py", line 16, in > from Tkinter import Tk, Canvas, Frame, B

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread Mark Lawrence
On 11/11/2013 16:38, jonas.thornv...@gmail.com wrote: I have installed Python 3.3, and i want to add a library with some basic functions like canvas and basic geomteric objects, fonts etc. Preferably something similar to the Javascript canvas. I've looked for graphic packages, and from what i

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread jonas . thornvall
Here is the example file i have tried. #!/usr/bin/python # -*- coding: utf-8 -*- """ ZetCode Tkinter tutorial This program draws three rectangles filled with different colors. author: Jan Bodar last modified: January 2011 website: www.zetcode.com """ from Tkinter import Tk, Canvas, Frame, BOTH

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread Tim Golden
On 11/11/2013 16:38, jonas.thornv...@gmail.com wrote: > === Traceback (most recent call last): File "D:\Python33\test2.py", > line 16, in from Tkinter import Tk, Canvas, Frame, BOTH > ImportError: No module named 'Tkinter' === In addition, I really don't recommend running your test scripts strai

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread Tim Golden
On 11/11/2013 16:38, jonas.thornv...@gmail.com wrote: > I have installed Python 3.3, and i want to add a library with some > basic functions like canvas and basic geomteric objects, fonts etc. > Preferably something similar to the Javascript canvas. > > I've looked for graphic packages, and from w

Re: install package from github repository

2013-11-06 Thread Amirouche Boubekki
2013/11/6 C. Ng > Ok, that seems to work... I modified from another package. > cool > I don't understand how setup.py does it exactly, but got it done anyways. > as usual :-) -- https://mail.python.org/mailman/listinfo/python-list

Re: install package from github repository

2013-11-05 Thread C. Ng
Ok, that seems to work... I modified from another package. I don't understand how setup.py does it exactly, but got it done anyways. -- https://mail.python.org/mailman/listinfo/python-list

Re: install package from github repository

2013-11-05 Thread C. Ng
nope there is no installation instructions -- https://mail.python.org/mailman/listinfo/python-list

Re: install package from github repository

2013-11-04 Thread Chris Angelico
On Mon, Nov 4, 2013 at 8:56 PM, C. Ng wrote: > Hi, > > I have cloned someone's repository on my local drive using git command: > git clone http://github.com/xxx.git > > But I don't find any setup.py file. How do I install the package xxx? So that > I can 'import xxx' in my python script. Does th

Re: install package from github repository

2013-11-04 Thread Amirouche Boubekki
create a setup.py and install it 2013/11/4 C. Ng > Hi, > > I have cloned someone's repository on my local drive using git command: > git clone http://github.com/xxx.git > > But I don't find any setup.py file. How do I install the package xxx? So > that I can 'import xxx' in my python script. >

Re: install pyOpenSSL in python2.7

2012-11-04 Thread John Gleeson
On 2012-11-03, at 2:58 AM, 水静流深 wrote: i have install pyOpenSSL-0.11 in python2.7 this way: download pyOpenSSL-0.11.tar.gz #tar -zvxf pyOpenSSL-0.11.tar.gz #cd pyOpenSSL-0.11 #python setup.py install >>> import OpenSSL Traceback (most recent call last): File "", line 1, in File "/

Re: Install lxml package on Windows 7

2012-05-29 Thread Irmen de Jong
On 29-5-2012 22:41, David Fanning wrote: > Folks, > > I need some help. I need the lxml package to run a particular > Python program. > >http://lxml.de/ > > I downloaded the appropriate binary egg package for lxml, and > I found easy_install.exe in my Python 2.7 distribution. I ran > that.

Re: Install lxml package on Windows 7

2012-05-29 Thread David Fanning
David Fanning writes: > > I need some help. I need the lxml package to run a particular > > Python program. > > > >http://lxml.de/ OK, to answer my own question and help someone else out, I eventually found an lxml-2.3.4.exe file on this page: http://code.google.com/p/pythonxy/wiki/Add

Re: Install lxml package on Windows 7

2012-05-29 Thread David Fanning
David Fanning writes: > I need some help. I need the lxml package to run a particular > Python program. > >http://lxml.de/ OK, maybe I am getting somewhere now. I am now running my command window as an Administrator. So, the command window stays open so I can see what is happening. So, fr

Re: Install lxml package on Windows 7

2012-05-29 Thread David Fanning
David Fanning writes: > > Folks, > > I need some help. I need the lxml package to run a particular > Python program. > >http://lxml.de/ > > I downloaded the appropriate binary egg package for lxml, and > I found easy_install.exe in my Python 2.7 distribution. I ran > that. > > Then, at

Re: Install python 2.6 and python 2.7 on Windows

2012-05-23 Thread Mark Lawrence
On 23/05/2012 21:45, Andrew Berg wrote: On 5/23/2012 3:25 PM, Gelonida N wrote: So I just install 2.7 and uncheck this box and I'll keep 2.6 right? Different versions are installed in different locations by default, and if you uncheck that box, the installer will leave file associations alone.

Re: Install python 2.6 and python 2.7 on Windows

2012-05-23 Thread Andrew Berg
On 5/23/2012 3:25 PM, Gelonida N wrote: > So I just install 2.7 and uncheck this box and I'll keep 2.6 right? Different versions are installed in different locations by default, and if you uncheck that box, the installer will leave file associations alone. -- CPython 3.3.0a3 | Windows NT 6.1.7601

Re: install python 2.6 on Ubuntu 12.04

2012-05-23 Thread Christian Heimes
Am 23.05.2012 09:40, schrieb Christian Heimes: > You recall correctly. That's the recommended and correct way to install > Python 2.6 on a recent machine, with one exception. You must compile it > with the option MACHDEP=linux2, otherwise sys.platform will contain the > string "linux3" [1]. You als

Re: install python 2.6 on Ubuntu 12.04

2012-05-23 Thread Christian Heimes
Am 23.05.2012 02:51, schrieb Benjamin Kaplan: > Even easier: > > ./configure > make > sudo make altinstall > > If I recall correctly, that will install it in > /usr/local/lib/python2.6 and it will create /usr/local/bin/python2.6 > but it will not create /usr/local/bin/python so it won't clobber t

Re: install python 2.6 on Ubuntu 12.04

2012-05-22 Thread Sebastien Douche
On Wed, May 23, 2012 at 1:47 AM, Gelonida N wrote: > What would be the recommended way to install (compile) 2.6 on 12.04? Hi, I manage my own Python interpreters with Pythonbrew (I don't use the global Python): http://pypi.python.org/pypi/pythonbrew/ -- Sebastien Douche Twitter: @sdouche / G

Re: install python 2.6 on Ubuntu 12.04

2012-05-22 Thread Benjamin Kaplan
On Tue, May 22, 2012 at 8:09 PM, Dan Stromberg wrote: > > If the pythons you require are in synaptic (sudo to root and run synaptic), > you probably can just use them. > > If not, then you, for each release, need to: > 1) download a tarball using a browser or whatever > 2) extract the tarball: tar

Re: Install python 2.6 and python 2.7 on Windows

2012-05-22 Thread Andrew Berg
On 5/22/2012 6:44 PM, Gelonida N wrote: > I'd like to install python 2.6 and 2.7 on Windows? > > > In fact I have already 2.6 installed and would like to additionally > install 2.7 > > > > When clicking on .py file I'd like to execute it with python 2.6 There is an checkbox for an option to

Re: install python 2.6 on Ubuntu 12.04

2012-05-22 Thread Dan Stromberg
If the pythons you require are in synaptic (sudo to root and run synaptic), you probably can just use them. If not, then you, for each release, need to: 1) download a tarball using a browser or whatever 2) extract the tarball: tar xvfp foo.tar.bz2 3) cd into the newly created, top-level directory,

Re: Install Python on Windows without Start Menu icons?

2011-12-05 Thread snorble
On Dec 5, 2:01 am, Wolfgang Strobl wrote: > "Pedro Henrique G. Souto" : > > >On 02/12/2011 16:34, snorble wrote: > >> Is it possible to automate the Python installation on Windows using > >> the MSI file so it does not add a Start Menu folder? I would like to > >> push out Python to all of my offi

Re: Install Python on Windows without Start Menu icons?

2011-12-05 Thread Brian Curtin
On Fri, Dec 2, 2011 at 12:34, snorble wrote: > Is it possible to automate the Python installation on Windows using > the MSI file so it does not add a Start Menu folder? I would like to > push out Python to all of my office workstations, but I'd like for it > to be relatively silent from the user

Re: Install Python on Windows without Start Menu icons?

2011-12-05 Thread Lie Ryan
On 12/05/2011 07:01 PM, Wolfgang Strobl wrote: "Pedro Henrique G. Souto": On 02/12/2011 16:34, snorble wrote: Is it possible to automate the Python installation on Windows using the MSI file so it does not add a Start Menu folder? I would like to push out Python to all of my office workstation

Re: Install Python on Windows without Start Menu icons?

2011-12-05 Thread Wolfgang Strobl
"Pedro Henrique G. Souto" : >On 02/12/2011 16:34, snorble wrote: >> Is it possible to automate the Python installation on Windows using >> the MSI file so it does not add a Start Menu folder? I would like to >> push out Python to all of my office workstations, but I'd like for it >> to be relative

Re: Install Python on Windows without Start Menu icons?

2011-12-03 Thread Pedro Henrique G. Souto
On 02/12/2011 16:34, snorble wrote: Is it possible to automate the Python installation on Windows using the MSI file so it does not add a Start Menu folder? I would like to push out Python to all of my office workstations, but I'd like for it to be relatively silent from the user's point of view.

Re: install lxml

2011-10-23 Thread Terry Reedy
On 10/24/2011 12:02 AM, 水静流深 wrote: there are two python versions in my computer, python2.7 is the default,python3.2 is the second install. for python2.7 ~$python Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more info

Re: install packages with pip to older Python versions

2011-09-27 Thread David Robinow
On Mon, Sep 26, 2011 at 4:39 PM, Jabba Laci wrote: > Hi, > > I have Python 2.7 on my system. Today I wanted to try Google App > Engine but it runs on Python 2.5 at Google so I installed this version > on my machine next to v2.7 to avoid compatibility problems. However, > when I start the Python sh

Re: install packages with pip to older Python versions

2011-09-26 Thread alex23
On Sep 27, 6:39 am, Jabba Laci wrote: > So, how can I install packages for a specific version of Python (here, > v2.5)? With 2.7 I use "sudo pip install ". It's amazing what you can find when you look at the documentation: http://www.pip-installer.org/en/latest/index.html "You can use pip instal

Re: install editra

2011-08-06 Thread Steven D'Aprano
守株待兔 wrote: > sudo python /opt/Editra-0.6.58/setup.py install > Traceback (most recent call last): > File "/opt/Editra-0.6.58/setup.py", line 639, in > DoSourcePackage() > File "/opt/Editra-0.6.58/setup.py", line 498, in DoSourcePackage > DATA = GenerateSrcPackageFiles() > File "/op

Re: install excel xlwt in ubuntu 9

2011-03-19 Thread J.O. Aho
ratna PB wrote: > Hey friends i tried a lot to install excel xlwt in ubuntu 9 but > failed > please help me before i get full fraustrated... sudo apt-get install python-xlwt -- //Aho -- http://mail.python.org/mailman/listinfo/python-list

Re: install excel xlwt in ubuntu 9

2011-03-19 Thread Alexander Kapps
On 19.03.2011 07:29, ratna PB wrote: Hey friends i tried a lot to install excel xlwt in ubuntu 9 but failed please help me before i get full fraustrated... What have you tried and how did it failed? On 9.10, simply do (you might need to enable the universe repository in Synaptic first): $ s

Re: install 3.1

2010-09-30 Thread Andreas Waldenburger
On Thu, 30 Sep 2010 09:39:08 -0700 Chris Rebert wrote: > On Thu, Sep 30, 2010 at 2:57 AM, ronald brown > wrote: > print 'Hello, world!' > > SyntaxError: invalid syntax > > > Installed 3 times. Used uninstall in program files and control > > panel. Followed directions on video for 3.1 >

Re: install 3.1

2010-09-30 Thread Chris Rebert
> On Thu, Sep 30, 2010 at 4:16 PM, Chris Rebert wrote: >> On Thu, Sep 30, 2010 at 2:02 AM, roronron wrote: >> > My python installed but the gui gives me syntax error on any code I type >> > or paste in. Newbie needs help. >> >> Post the full, exact text of the error message. >> See also: http://w

Re: install 3.1

2010-09-30 Thread Chris Rebert
On Thu, Sep 30, 2010 at 2:02 AM, roronron wrote: > My python installed but the gui gives me syntax error on any code I type > or paste in. Newbie needs help. Post the full, exact text of the error message. See also: http://www.catb.org/esr/faqs/smart-questions.html Cheers, Chris -- http://mail.

Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread Benjamin Kaplan
On Tue, Sep 14, 2010 at 10:26 AM, lsolesen wrote: > > mcrypt.c:23:20: error: mcrypt.h: No such file or directory Well, there's your problem. You don't have the mcrypt headers installed. sudo apt-get install libmcrypt-dev -- http://mail.python.org/mailman/listinfo/python-list

Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread Christian Heimes
Am 14.09.2010 16:26, schrieb lsolesen: > Tried on another machine, but with this error: > > lsole...@lsolesen-toshiba:~/Desktop/python-mcrypt-1.1$ python setup.py > install > running install > running build > running build_ext > building 'mcrypt' extension > gcc -pthread -fno-strict-aliasing -DNDE

Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread lsolesen
Tried on another machine, but with this error: lsole...@lsolesen-toshiba:~/Desktop/python-mcrypt-1.1$ python setup.py install running install running build running build_ext building 'mcrypt' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall - Wstrict-prototypes -fPIC -DVER

Re: Install python-mcrypt on Ubuntu

2010-09-14 Thread Christian Heimes
Am 14.09.2010 16:14, schrieb lsolesen: > I am trying to install python-mcrypt (http://labix.org/python-mcrypt) > on Ubuntu, but I cannot get it to work. I have the following python > installed: sudo apt-get install python-dev Christian -- http://mail.python.org/mailman/listinfo/python-list

Re: Install 2.6.4 as non-admin on Windows

2010-03-18 Thread Mark Carter
On 18 Mar, 15:23, "egl...@gmail.com" wrote: > The only file written to a system folder is python2x.dll (I think it's > not true for python2.6 any longer), so your approach is perfectly > valid if you can put this dll into a folder where it can be found by > the system. Thanks. That sounds easy en

Re: Install 2.6.4 as non-admin on Windows

2010-03-18 Thread egl...@gmail.com
On 18 мар, 16:45, Mark Carter wrote: > How do I install python 2.6.4 on Windows without admin privileges? > > Can I install it on a machine I control, zip up the contents, copy it > across to an admin-restricted machine, and set up a couple of > environemtn variables? Does python install files to

Re: install exe in virtualenv --no-site-packages

2010-01-13 Thread Jim Pharis
Solved this by copying the pywin32.pth file into my virtualenv site-packages and editing the file to point to the path. On Tue, Jan 12, 2010 at 5:35 PM, Jim Pharis wrote: > How do I install an exe in a sandboxed virtualenv that's been setup with no > site packages? The package I'm trying to inst

Re: Install script under a different name

2009-12-05 Thread Floris Bruynooghe
On Dec 5, 1:52 am, Lie Ryan wrote: > on linux/unix, you need to add the proper #! line to the top of any > executable scripts and of course set the executable bit permission > (chmod +x scriptname). In linux/unix there is no need to have the .py > extension for a file to be recognized as python sc

Re: install package in a particular python version

2009-08-23 Thread David Lyon
On Thu, 20 Aug 2009 20:53:18 -0700 (PDT), Steve1234 wrote: > Benjamin suggested: > sudo python2.5 setup.py install > and it works. This makes sense, thanks. > > I downloaded pythonpkgmgr from source and installed it. I got the > error that reguired wx package was missing. I couldn't find this

Re: install package in a particular python version

2009-08-20 Thread Ben Finney
Steve1234 writes: > I installed the boto module in my Ubuntu system using "python setup.py > install" and it installs in my python2.6 version and works great. That's because your ‘python’ command is doing the same thing as if you'd typed:: $ python2.6 setup.py install The Python 2.6 interp

Re: install package in a particular python version

2009-08-20 Thread Steve1234
Benjamin suggested: sudo python2.5 setup.py install and it works. This makes sense, thanks. I downloaded pythonpkgmgr from source and installed it. I got the error that reguired wx package was missing. I couldn't find this package for Linux or source. -- http://mail.python.org/mailman/listinfo

Re: install package in a particular python version

2009-08-20 Thread David Lyon
On Thu, 20 Aug 2009 17:57:53 -0700 (PDT), Steve1234 wrote: > I installed the boto module in my Ubuntu system using "python setup.py > install" and it installs in my python2.6 version and works great. Now > I want to install boto into my python2.5 version because my hosting > services supports 2.5

  1   2   >