Re: Installing Python-3.10.16

2025-01-14 Thread Mats Wichmann via Python-list
On 1/13/25 22:47, roc str via Python-list wrote: having a difficult time installing Python-3.10.16.tgz using the Python-3.20.0a2.exe installer. Please Advise Mario Ramos. Your question doesn't exactly make sense, but note this: Windows installers are not built for "security bugfix" releases.

Re: installing

2022-06-11 Thread jak
Il 10/06/2022 10:51, Yusuf Özdemir ha scritto: ? 000? 3f 63 077 001 -- https://mail.python.org/mailman/listinfo/python-list

Re: installing

2022-06-11 Thread Barry
> On 10 Jun 2022, at 17:32, Yusuf Özdemir wrote: > >  ? My guess you attached an image, but this list does not allows attachements. Please copy and paste the text of the error for us to read. However you may find that this helps: https://docs.python.org/3/using/windows.html Barry > >

Re: installing

2022-06-11 Thread Freethinker via Python-list
On 10.06.22 21:29, Grant Edwards wrote: On 2022-06-10, Yusuf Özdemir wrote: ? Your question is a bit vague. -- Grant Hahahahaha, to say the least! -- https://mail.python.org/mailman/listinfo/python-list

Re: installing

2022-06-10 Thread Grant Edwards
On 2022-06-10, Yusuf Özdemir wrote: > ? Your question is a bit vague. -- Grant -- https://mail.python.org/mailman/listinfo/python-list

Re: Installing python3 modules

2020-12-26 Thread Rich Shepard
On Sat, 26 Dec 2020, Terry Reedy wrote: Separate 'pip' executables can be ambiguous as to which python they will invoke. Some people consider them a mistake. Terry, Until there's no more python2 it can remain confusing. I found part, if not all, of my problem. The SlackBuild scripts for mult

Re: Installing python3 modules

2020-12-26 Thread Rich Shepard
On Sat, 26 Dec 2020, Barry Scott wrote: It works great with 3.9. which web psge did you see the claim on? Barry, I don't recall which pip3 installation page it was. But I used 'python3 get-pip.py' and that worked. Stay well, Rich -- https://mail.python.org/mailman/listinfo/python-list

Re: Installing python3 modules

2020-12-26 Thread Terry Reedy
On 12/26/2020 12:13 PM, Rich Shepard wrote: Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed applications are still dependent on Python2 (version 2.7.17 installed) as its EOL is this coming Thursday and I want to clean out all Python2 modules and replace them with their Py

Re: Installing python3 modules

2020-12-26 Thread Rich Shepard
On Sat, 26 Dec 2020, Mats Wichmann wrote: pip supports 3.9 fine, and is just about to lose support for 2.x entirely. Mats, Yes, it does. this sounds like a Slack packaging issue, have you checked with appropriate forums_ It's apparently a local issue: my python3 packages ended up in /usr/

Re: Installing python3 modules

2020-12-26 Thread Mats Wichmann
On 12/26/20 10:13 AM, Rich Shepard wrote: Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed applications are still dependent on Python2 (version 2.7.17 installed) as its EOL is this coming Thursday and I want to clean out all Python2 modules and replace them with their Pyth

Re: Installing python3 modules

2020-12-26 Thread Barry Scott
> On 26 Dec 2020, at 17:13, Rich Shepard wrote: > > Running Slackware-14.2/x86_64 here. I'm trying to learn if any installed > applications are still dependent on Python2 (version 2.7.17 installed) as > its EOL is this coming Thursday and I want to clean out all Python2 modules > and replace t

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-23 Thread Chris Green
Mirko wrote: > On 22.12.2020 at 20:24 Chris Green wrote: > > > Yes, I do have the Python source. The only thing I don't have the > > source for is a .so file and that's why I can't simply migrate the > > program(s) from Python 2 to Python 3. > > > > If it's just one .so and that library is com

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Mirko via Python-list
On 22.12.2020 at 20:24 Chris Green wrote: > Yes, I do have the Python source. The only thing I don't have the > source for is a .so file and that's why I can't simply migrate the > program(s) from Python 2 to Python 3. > If it's just one .so and that library is compatible with basic libs such a

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
On 2020-12-22, Chris Green wrote: > Grant Edwards wrote: > >> I should have mentioned that bundlers like cx_freeze require that you >> have the Python source for the main app. I don't remember if you >> mentioned source or not... > > Yes, I do have the Python source. The only thing I don't have

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Green
Grant Edwards wrote: > On 2020-12-22, Chris Green wrote: > > Grant Edwards wrote: > >> On 2020-12-22, Chris Green wrote: > >> > [...] > >> > > >> > How realistic/possible would it be to run the utility in a separate > >> > environment with its own copies of Python2 and any modules and > >> > li

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
On 2020-12-22, Chris Green wrote: > Grant Edwards wrote: >> On 2020-12-22, Chris Green wrote: >> > [...] >> > >> > How realistic/possible would it be to run the utility in a separate >> > environment with its own copies of Python2 and any modules and >> > libraries needed? I would install these

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Green
Grant Edwards wrote: > On 2020-12-22, Chris Green wrote: > > [...] > > > > How realistic/possible would it be to run the utility in a separate > > environment with its own copies of Python2 and any modules and > > libraries needed? I would install these 'by hand', i.e. not using > > 'apt' so the

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Angelico
On Wed, Dec 23, 2020 at 2:21 AM Chris Green wrote: > > I have (as discussed here) a printer utility that uses Python 2 and I > can't update it to Python 3 because it has a .so library file which is > compiled for Python 2. I think I have exhausted all the possibilities > for converting it to Pyth

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
On 2020-12-22, Chris Green wrote: > [...] > > How realistic/possible would it be to run the utility in a separate > environment with its own copies of Python2 and any modules and > libraries needed? I would install these 'by hand', i.e. not using > 'apt' so they would stay as installed even as my

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Michael Torrie
On 12/22/20 9:44 AM, Chris Green wrote: > I have it running on 20.04 (with a couple of compatibility packages > from a PPA) but I know I start hitting problems as soon as I move to > 20.10. So that does sound like an excellent idea. Where can I find > information about building container type thi

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Chris Green
Michael Torrie wrote: > On 12/22/20 8:10 AM, Chris Green wrote: > > I have (as discussed here) a printer utility that uses Python 2 and I > > can't update it to Python 3 because it has a .so library file which is > > compiled for Python 2. I think I have exhausted all the possibilities > > for co

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Grant Edwards
On 2020-12-22, Chris Green wrote: > I have (as discussed here) a printer utility that uses Python 2 and I > can't update it to Python 3 because it has a .so library file which is > compiled for Python 2. I think I have exhausted all the possibilities > for converting it to Python 3 so now I'm loo

Re: Installing Python (2.7) 'by hand' on Ubuntu - possible?

2020-12-22 Thread Michael Torrie
On 12/22/20 8:10 AM, Chris Green wrote: > I have (as discussed here) a printer utility that uses Python 2 and I > can't update it to Python 3 because it has a .so library file which is > compiled for Python 2. I think I have exhausted all the possibilities > for converting it to Python 3 so now I'

[SOLVED] Re: Installing Python 3.8.3 with tkinter

2020-07-24 Thread Klaus Jantzen
On 7/22/20 12:20 PM, Klaus Jantzen wrote: Hi, Trying to install Python 3.8.3 with tkinter I run configure with the following options ./configure --enable-optimizations --with-ssl-default-suites=openssl --with-openssl=/usr/local --enable-loadable-sqlite-extensions --with-pydebug --with-tcltk

Re: Installing Python 3.8.3 with tkinter

2020-07-23 Thread Anssi Saari
Klaus Jantzen writes: > On 7/22/20 11:05 PM, Ned Deily wrote: >> On 2020-07-22 06:20, Klaus Jantzen wrote: >>> Trying to install Python 3.8.3 with tkinter I run configure with the >>> following options >>> >>> ./configure --enable-optimizations --with-ssl-default-suites=openssl >>> --with-openssl

Re: Installing Python 3.8.3 with tkinter

2020-07-23 Thread Ned Deily
On 2020-07-23 00:30, Klaus Jantzen wrote: > On 7/22/20 11:05 PM, Ned Deily wrote: >> On 2020-07-22 06:20, Klaus Jantzen wrote: >>> Trying to install Python 3.8.3 with tkinter I run configure with the >>> following options >>> >>> ./configure --enable-optimizations --with-ssl-default-suites=openssl

Re: Installing Python 3.8.3 with tkinter

2020-07-23 Thread Christian Gollwitzer
Am 23.07.20 um 06:30 schrieb Klaus Jantzen: On 7/22/20 11:05 PM, Ned Deily wrote: On 2020-07-22 06:20, Klaus Jantzen wrote: Trying to install Python 3.8.3 with tkinter I run configure with the following options ./configure --enable-optimizations --with-ssl-default-suites=openssl --with-openssl

Re: Installing Python 3.8.3 with tkinter

2020-07-22 Thread Klaus Jantzen
On 7/22/20 11:05 PM, Ned Deily wrote: On 2020-07-22 06:20, Klaus Jantzen wrote: Trying to install Python 3.8.3 with tkinter I run configure with the following options ./configure --enable-optimizations --with-ssl-default-suites=openssl --with-openssl=/usr/local --enable-loadable-sqlite-extensio

Re: Installing Python 3.8.3 with tkinter

2020-07-22 Thread Ned Deily
On 2020-07-22 06:20, Klaus Jantzen wrote: > Trying to install Python 3.8.3 with tkinter I run configure with the > following options > > ./configure --enable-optimizations --with-ssl-default-suites=openssl > --with-openssl=/usr/local --enable-loadable-sqlite-extensions > --with-pydebug --with-tclt

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread MRAB
On 2019-10-28 19:42, Terry Reedy wrote: On 10/28/2019 2:47 PM, MRAB wrote: On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling If you're using Windows, you'd just insta

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread Terry Reedy
On 10/28/2019 2:47 PM, MRAB wrote: On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling If you're using Windows, you'd just install the different Python versions into di

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread Terry Reedy
On 10/28/2019 2:27 PM, DL Neil via Python-list wrote: Dottore, On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling Python 3.8. Conflicts problems. Thankyou Ugo Donini In

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread MRAB
On 2019-10-28 18:27, DL Neil via Python-list wrote: Dottore, On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling Python 3.8. Conflicts problems. Thankyou Ugo Donini Invia

Re: Installing Python 3.8 on PC with Python 3.7. How to do with version conflicts?

2019-10-28 Thread DL Neil via Python-list
Dottore, On 28/10/19 7:37 AM, Dott. Ugo Donini wrote: I cannot use Python 3.8 on my PC with installed Python 3.7. Is it possible to update the existing Python 3.7 without reinstalling Python 3.8. Conflicts problems. Thankyou Ugo Donini Inviato da Posta per Windows 10 If the question is abou

Re: installing libraries

2019-10-16 Thread tommy yama
You can use python 3 spider probably. On Wed, Oct 16, 2019 at 7:22 PM Tesfalem Abraham wrote: > hello users, > > Here, I tried to start python 2.7 (spider) but I could not install or add > my lib to the working area. > > I do appreciate your suggestions for me. > > thanks. > -- > https://mail.py

Re: Installing python3 packages using pip

2019-08-08 Thread Rich Shepard
On Fri, 9 Aug 2019, Chris Angelico wrote: There's one other potential trap you MAY fall into, but only if you have multiple Python 3s installed (eg 3.7, 3.8, and 3.9). ChrisA, Not likely. I'm the only one using these hosts and I keep only a single, current, version of software. So to be abs

Re: Installing python3 packages using pip

2019-08-08 Thread Chris Angelico
On Fri, Aug 9, 2019 at 5:01 AM Rich Shepard wrote: > > On Fri, 9 Aug 2019, Chris Angelico wrote: > > > Once you're using pip3, you don't need to specify the 3 anywhere else. It > > should just be "pip3 install numpy". The pip download resolver will make > > sure that it gets a version that's appro

Re: Installing python3 packages using pip

2019-08-08 Thread Rich Shepard
On Thu, 8 Aug 2019, MRAB wrote: What's numpy3? Is it different from numpy? I run Slackware and the SlackBuilds.org packages distinguish buiding between python2 and python3. I've used those build scripts for years but they've failed me on this new desktop and one laptop so I used pip3 instead.

Re: Installing python3 packages using pip

2019-08-08 Thread Rich Shepard
On Fri, 9 Aug 2019, Chris Angelico wrote: Once you're using pip3, you don't need to specify the 3 anywhere else. It should just be "pip3 install numpy". The pip download resolver will make sure that it gets a version that's appropriate to your Python (including architecture/word size, version (x

Re: Installing python3 packages using pip

2019-08-08 Thread MRAB
On 2019-08-08 19:01, Rich Shepard wrote: On Thu, 8 Aug 2019, Richard Moseley wrote: You will need to have to install python3-pip (or equivalent on your repository) to install the version of pip suitable for use with python 3.x. The program is usually installed as 'pip3' so substitute 'pip' for

Re: Installing python3 packages using pip

2019-08-08 Thread Chris Angelico
On Fri, Aug 9, 2019 at 4:02 AM Rich Shepard wrote: > > On Thu, 8 Aug 2019, Richard Moseley wrote: > > > You will need to have to install python3-pip (or equivalent on your > > repository) to install the version of pip suitable for use with python 3.x. > > The program is usually installed as 'pip3'

Re: Installing python3 packages using pip

2019-08-08 Thread Rich Shepard
On Thu, 8 Aug 2019, Richard Moseley wrote: You will need to have to install python3-pip (or equivalent on your repository) to install the version of pip suitable for use with python 3.x. The program is usually installed as 'pip3' so substitute 'pip' for 'pip3' to install or upgrade Pypy packages

Re: Installing python3 packages using pip

2019-08-08 Thread Rich Shepard
On Thu, 8 Aug 2019, Richard Moseley wrote: You will need to have to install python3-pip Richard, Aha! I thought it was just pip3. Hope this helps, Richard Moseley. Yes, it does. Many thanks, Rich -- https://mail.python.org/mailman/listinfo/python-list

Re: Installing python3 packages using pip

2019-08-08 Thread Richard Moseley
You will need to have to install python3-pip (or equivalent on your repository) to install the version of pip suitable for use with python 3.x. The program is usually installed as 'pip3' so substitute 'pip' for 'pip3' to install or upgrade Pypy packages. Of course, if possible always create a new '

Re: installing of python

2019-06-17 Thread Paul Moore
(a) By default if you're using a user install, Python is installed to %LOCALAPPDATA%\Programs\Python. (b) This list is text-only, so the screenshot didn't appear - I'm therefore only guessing what your issue is here. (c) Does the command py -V work? That should run Python and give the version numbe

Re: installing modules problem

2018-11-08 Thread Siva Sukumar Reddy
Also make sure that the Pythonpath contains the folder where the modules are installed in your machine. - site packages folder. On Thu 8 Nov, 2018, 16:28 Thomas Jollans On 2018-11-08 06:04, Ian K. wrote: > > Hello, > > > > My name is Ian Kilty and I have been having trouble with pip. I have pip >

Re: installing modules problem

2018-11-08 Thread Thomas Jollans
On 2018-11-08 06:04, Ian K. wrote: > Hello, > > My name is Ian Kilty and I have been having trouble with pip. I have pip > installed, and I have tried to install modules they say they are installed > in cmd, but when I go into python and import the module, it can't find it. > I hope there is a sim

Re: installing sklearn

2018-07-04 Thread Thomas Jollans
On 04/07/18 17:30, muhammet bozkurt wrote: > When i try to install sklearn, i encounter a problem which is “No module > named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from > distutils” and ai don’t know how to deal with it therafore i need some help. > Could you help me?(by the

Re: Installing "kitchen" module

2018-01-22 Thread Paul Moore
On 22 January 2018 at 17:20, wrote: > On Tuesday, 23 January 2018 03:41:28 UTC+10:30, Paul Moore wrote: >> "python -m pip install kitchen" is probably your best approach (from >> the CMD prompt). >> >> On 22 January 2018 at 16:31, wrote: >> > On Tuesday, 23 January 2018 02:56:56 UTC+10:30, Pa

Re: Installing "kitchen" module

2018-01-22 Thread codydaviestv
On Tuesday, 23 January 2018 03:41:28 UTC+10:30, Paul Moore wrote: > "python -m pip install kitchen" is probably your best approach (from > the CMD prompt). > > On 22 January 2018 at 16:31, wrote: > > On Tuesday, 23 January 2018 02:56:56 UTC+10:30, Paul Moore wrote: > >> You need to run that

Re: Installing "kitchen" module

2018-01-22 Thread Paul Moore
"python -m pip install kitchen" is probably your best approach (from the CMD prompt). On 22 January 2018 at 16:31, wrote: > On Tuesday, 23 January 2018 02:56:56 UTC+10:30, Paul Moore wrote: >> You need to run that command from a CMD prompt, not from inside the >> Python interpreter. >> >> On 2

Re: Installing "kitchen" module

2018-01-22 Thread codydaviestv
On Tuesday, 23 January 2018 02:56:56 UTC+10:30, Paul Moore wrote: > You need to run that command from a CMD prompt, not from inside the > Python interpreter. > > On 22 January 2018 at 16:19, cody wrote: > > On Tuesday, 23 January 2018 02:41:04 UTC+10:30, bream...@gmail.com wrote: > >> On Monda

Re: Installing "kitchen" module

2018-01-22 Thread alister via Python-list
On Mon, 22 Jan 2018 08:19:51 -0800, codydaviestv wrote: > On Tuesday, 23 January 2018 02:41:04 UTC+10:30, bream...@gmail.com > wrote: >> On Monday, January 22, 2018 at 3:37:44 PM UTC, codyda...@gmail.com >> wrote: >> > So here's the situation. I am unfamiliar with Python but need it to >> > expor

Re: Installing "kitchen" module

2018-01-22 Thread Paul Moore
You need to run that command from a CMD prompt, not from inside the Python interpreter. On 22 January 2018 at 16:19, wrote: > On Tuesday, 23 January 2018 02:41:04 UTC+10:30, bream...@gmail.com wrote: >> On Monday, January 22, 2018 at 3:37:44 PM UTC, codyda...@gmail.com wrote: >> > So here's the

Re: Installing "kitchen" module

2018-01-22 Thread breamoreboy
On Monday, January 22, 2018 at 3:37:44 PM UTC, codyda...@gmail.com wrote: > So here's the situation. I am unfamiliar with Python but need it to export a > wiki, so I have been following this tutorial, using the latest version of > Python 2 on Windows 7: > > https://github.com/WikiTeam/wikiteam/w

Re: Installing "kitchen" module

2018-01-22 Thread codydaviestv
On Tuesday, 23 January 2018 02:41:04 UTC+10:30, bream...@gmail.com wrote: > On Monday, January 22, 2018 at 3:37:44 PM UTC, codyda...@gmail.com wrote: > > So here's the situation. I am unfamiliar with Python but need it to export > > a wiki, so I have been following this tutorial, using the latest

Re: Installing tkinter on FreeBSD

2017-10-24 Thread Stephan Houben
Op 2017-10-23, Thomas Jollans schreef : > On 24/10/17 00:16, Dick Holmes wrote: >> I am trying to use tkinter on a FreeBSD system but the installed >> versions of Python (2.7 and 3.6) don't have thinter configured. I tried >> to download the source (no binaries available for FreeBSD). What versi

Re: Installing tkinter on FreeBSD

2017-10-23 Thread Thomas Jollans
On 24/10/17 00:16, Dick Holmes wrote: > I am trying to use tkinter on a FreeBSD system but the installed > versions of Python (2.7 and 3.6) don't have thinter configured. I tried > to download the source (no binaries available for FreeBSD) and build a > new version of Python but the build report

Re: Installing matplotlib on python3

2017-07-27 Thread FS
Thank you Jussi. I didn't realize there was a separate version--I have it installed now cheers fritz -- https://mail.python.org/mailman/listinfo/python-list

Re: Installing matplotlib on python3

2017-07-27 Thread alister via Python-list
On Thu, 27 Jul 2017 04:40:40 -0700, FS wrote: > I just installed matplotlib on debian and I tried to import it on > python3. It cannot be found however it can be found on python 2.x. No > surprise: > A 'find -name matplotliib' reveals: > /usr/share/matplotlib /usr/lib/python2.7/dist-packages/mat

Re: Installing matplotlib on python3

2017-07-27 Thread Jussi Piitulainen
FS writes: > I just installed matplotlib on debian and I tried to import it on > python3. It cannot be found however it can be found on python 2.x. No > surprise: > A 'find -name matplotliib' reveals: > /usr/share/matplotlib > /usr/lib/python2.7/dist-packages/matplotlib > > I am not sure how the

Re: Installing Python 3.6.1 on a Windows 10

2017-04-10 Thread eryk sun
On Mon, Apr 10, 2017 at 3:45 PM, Colin J. Williams wrote: > Below is the tail of my Install Log. > Is this a problem that I should be able to resolve? > Advice sought. Open a Windows / Installation issue on bugs.python.org. Zip up the installation logs and attach the zip to the issue. -- https:/

Re: Installing Python on Windows 7

2016-10-28 Thread eryk sun
On Fri, Oct 28, 2016 at 2:39 PM, Jens Janzen wrote: > 1. Download C runtime Libraries from Microsoft > https://support.microsoft.com/de-de/kb/2999226 > for Windows 7 The more recent update is here [1], but don't use this. Use Windows Update to get the latest updates. [1]: https://support.microso

Re: Installing Python on Windows 7

2016-10-28 Thread Jens Janzen
Am Freitag, 28. Oktober 2016 01:24:18 UTC+2 schrieb Karen Hermann: > I just downloaded Python 3.5.2 for Windows, which I installed on a Windows 7 > laptop. Disclaimer up front, I am a former lapsed programmer that has been > away from it and all things Windows since Windows XP. :)I’m back t

Re: Installing Python on Windows 7

2016-10-27 Thread eryk sun
On Thu, Oct 27, 2016 at 10:10 PM, Karen Hermann wrote: > > Can you help please, is there something wrong with my system / setup, should > I be > downloading a different Python version? The system is missing the new C runtime. Enable Windows Update and install the recommended updates. -- https:/

Re: Installing python

2016-09-05 Thread Wildman via Python-list
On Mon, 05 Sep 2016 20:01:08 +, alister wrote: > On Mon, 05 Sep 2016 12:46:58 -0700, emaraiza98 wrote: > >> I installed pycharm for a computer science class I'm taking, and also >> downloaded python 3.5.2. However, my computer for some reason won't use >> 3.5.2 and my professor told me I need

Re: Installing python

2016-09-05 Thread alister
On Mon, 05 Sep 2016 12:46:58 -0700, emaraiza98 wrote: > I installed pycharm for a computer science class I'm taking, and also > downloaded python 3.5.2. However, my computer for some reason won't use > 3.5.2 and my professor told me I needed to download an earlier version > to change the project i

Re: Installing Python 2.7 for all users on SLES 11

2016-08-05 Thread Bo Stone
On Thursday, August 4, 2016 at 8:54:35 PM UTC-7, Bo Stone wrote: > I installed Python 2.7 on SLES 11 box that previously was running Python 2.6. > To do so I used a script described in this post > (http://stackoverflow.com/a/11371726/135946) and run it as a root user. > Everything went well but

Re: Installing Python 3 on Windows

2016-08-02 Thread Uri Even-Chen
Thank you, repair worked! I already have py.ini and don't want to add shebangs, I have at least 50 Python files and I don't want to edit all of them. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/

Re: Installing Python 3 on Windows

2016-08-02 Thread eryk sun
On Tue, Aug 2, 2016 at 12:11 PM, Uri Even-Chen wrote: > > I want to install Python 3 on Windows, but I also need Python 2 for Google > App Engine SDK. When I type a name of a Python file in command line, I want > it to run with Python 3. However, I checked with "print 3/5" and it printed > 0 - Pyt

Re: Installing Python 3 on Windows

2016-08-02 Thread Uri Even-Chen
I have the launcher installed and I configured it with a C:\Windows\py.ini file to run Python 3 when typing "py". But when I type the file name it runs Python 2. >py Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" o

Re: Installing Python 3 on Windows

2016-08-02 Thread Uri Even-Chen
I don't understand. How do I use the Python Launcher? I didn't find such an option when installing Python 3. http://screencast.com/t/mBXfyMw4jpa http://screencast.com/t/FidjuB68aJ5G *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com

Re: Installing Python 3 on Windows

2016-08-02 Thread Edward Diener
On 8/2/2016 8:11 AM, Uri Even-Chen wrote: Hi, I want to install Python 3 on Windows, but I also need Python 2 for Google App Engine SDK. When I type a name of a Python file in command line, I want it to run with Python 3. However, I checked with "print 3/5" and it printed 0 - Python 2. I have th

Re: installing scipy

2016-05-03 Thread Heli
Yes, the python I have installed is 64bit. Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32 and the scipy wheel I am trying to install from is : scipy-0.17.0-cp34-none-win_amd64.whl At Sayth: Thanks for recommending Anaconda. I already am familiar

Re: installing scipy

2016-05-03 Thread Sayth Renshaw
On Wednesday, 27 April 2016 01:33:57 UTC+10, Heli wrote: > Hi all, > > I have a python34 installed on a windows-64bit machine. I am using Eclipse > pydev editor. I need to used griddata from scipy.interpolate. > > I have installed scipy using by downloading the followng wheel file: > scipy-0.

Re: installing scipy

2016-05-03 Thread Fabio Zadrozny
Are you sure that the Python34 you installed is 64-bits and not the 32-bit version? (you can check that by just executing 'python'... the prompt will show the proper info to you). On Tue, Apr 26, 2016 at 12:33 PM, Heli wrote: > Hi all, > > I have a python34 installed on a windows-64bit machine.

Re: installing python

2016-04-14 Thread Random832
On Thu, Apr 14, 2016, at 13:59, Cheryl Arko wrote: > I am having issues installing the python software on my laptop. I have > tried to install it several times and when I try to get into the program > it > keeps giving me options to modify, repair or uninstall. I have tried all > of those options

Re: Installing ibm_db package on Windows 7, 64-bit problem

2016-03-10 Thread Chris Angelico
On Thu, Mar 10, 2016 at 8:31 PM, Alexander Shmugliakov wrote: > Thank you Chris! Actually I have received your response while in the process > (quite a lengthy one for some reason) of the VS Community Edition > installation. Will see if it will solve my problem (or at least brings me the > miss

Re: Installing ibm_db package on Windows 7, 64-bit problem

2016-03-10 Thread Alexander Shmugliakov
On Thursday, March 10, 2016 at 10:09:26 AM UTC+2, Chris Angelico wrote: > On Thu, Mar 10, 2016 at 6:46 PM, Alexander Shmugliakov > wrote: > > Hello, has anybody successfully installed ibm_db package in the 32-bit > > Python 3.5.0 environment? This is the error messages I'm receiving: > > I know t

Re: Installing ibm_db package on Windows 7, 64-bit problem

2016-03-10 Thread Mark Lawrence
On 10/03/2016 08:09, Chris Angelico wrote: On Thu, Mar 10, 2016 at 6:46 PM, Alexander Shmugliakov wrote: Hmm. I don't understand the warning there, but the final error is pretty straight-forward: you cannot build a package from source without having Visual Studio installed. Sadly, my usual go-t

Re: Installing ibm_db package on Windows 7, 64-bit problem

2016-03-10 Thread Chris Angelico
On Thu, Mar 10, 2016 at 6:46 PM, Alexander Shmugliakov wrote: > Hello, has anybody successfully installed ibm_db package in the 32-bit Python > 3.5.0 environment? This is the error messages I'm receiving: > I know that the message about vcvarsall.bat is related to the Visual Studio > configurati

Re: Installing ssdeep on Portable Python

2016-03-08 Thread morr . drew
Were you able to solve this problem? I am also seeing this On Thursday, March 20, 2014 at 2:22:19 PM UTC-4, lagu...@mail.com wrote: > Portable Python 2.7 for Windows, the Python application have dependency on > ssdeep-2.10, which is a binary exe. > > The ssdeep (libfuzzy) installation example wa

Re: Installing on linux - missing devel packages

2016-01-21 Thread Frank Millman
On 2016-01-21, Chris Angelico wrote: On Thu, Jan 21, 2016 at 6:18 PM, Frank Millman wrote: Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. It is easy enough to download the source and run ./configure;make;make altinstall. But then I find that I cannot import gzip because

Re: Installing on linux - missing devel packages

2016-01-21 Thread Zachary Ware
On Thu, Jan 21, 2016 at 1:18 AM, Frank Millman wrote: > Hi all > > Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. > > It is easy enough to download the source and run ./configure;make;make > altinstall. But then I find that I cannot import gzip because zlib-devel is > missing

Re: Installing on linux - missing devel packages

2016-01-21 Thread Wolfgang Maier
On 1/21/2016 8:27, Chris Angelico wrote: This is a Linux packaging question, more than a Python one. On Debian systems, the way to do that is "apt-get build-dep python3"; check your own package manager for an equivalent - it'll probably be called builddep or similar. Yes, you'd run: dnf buil

Re: Installing on linux - missing devel packages

2016-01-21 Thread Grant Edwards
On 2016-01-21, Chris Angelico wrote: > On Thu, Jan 21, 2016 at 6:18 PM, Frank Millman wrote: >> Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. >> >> It is easy enough to download the source and run ./configure;make;make >> altinstall. But then I find that I cannot import gzi

Re: Installing pygame

2016-01-21 Thread jacob Kruger
I literally just installed pyGame under 3.5.1, using following .whl file that pulled off a site offering collections of .whl files: http://www.lfd.uci.edu/~gohlke/pythonlibs/ And, according to following page, the command of pi3p install ...followed by name of .whl file... handled installing pyG

Re: Installing on linux - missing devel packages

2016-01-20 Thread Chris Angelico
On Thu, Jan 21, 2016 at 6:18 PM, Frank Millman wrote: > Fedora 22 comes standard with Python 3.4.2. I want to install 3.5.1. > > It is easy enough to download the source and run ./configure;make;make > altinstall. But then I find that I cannot import gzip because zlib-devel is > missing. I fix tha

Re: installing

2016-01-20 Thread Terry Reedy
On 1/20/2016 3:41 PM, navneet bhatele wrote: Whenever i try to install python-3.5.1-amd64 a problem occur , picture of which has attached. This is a text only, no attachments allowed mailing list. So picture was discarded. -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/

Re: installing

2016-01-20 Thread Mark Lawrence
On 20/01/2016 20:41, navneet bhatele wrote: Whenever i try to install python-3.5.1-amd64 a problem occur , picture of which has attached. Sometimes "0*80070002 file error" also occur. WHAT SHOULD I DO This has been asked and answered repeatedly over the last few months so search the arch

Re: Installing PyCharm on Windows

2015-12-20 Thread Chris Angelico
On Mon, Dec 21, 2015 at 9:46 AM, Terry Reedy wrote: > On 12/20/2015 4:54 PM, Chris Angelico wrote: > >> Want to run CPython 3.6 on Windows? >> Go hunt down a compiler, fiddle around with it, and see if >> >> you can get everything to work. > > > No, much easier. Essentially the same steps as below

Re: Installing PyCharm on Windows

2015-12-20 Thread Terry Reedy
On 12/20/2015 4:54 PM, Chris Angelico wrote: > Want to run CPython 3.6 on Windows? > Go hunt down a compiler, fiddle around with it, and see if you can get everything to work. No, much easier. Essentially the same steps as below after following the instructions in the devguide to get the 2015

Re: Installing PyCharm on Windows

2015-12-20 Thread Chris Angelico
On Mon, Dec 21, 2015 at 4:15 AM, Josef Pktd wrote: >> Mine was not a snide remark, but the truth. Those other operating systems I >> was talking about do give users more freedom. For example, the freedom to >> use it on as many different machines as you like without an extra license, >> to see t

Re: Installing PyCharm on Windows

2015-12-20 Thread Erik
Hello Thomas, On 19/12/15 18:32, Thomas 'PointedEars' Lahn wrote: > (and you should seriously > consider upgrading Windows or even better, to switch to a real operating > system, like GNU/Linux On 20/12/15 08:28, Thomas 'PointedEars' Lahn wrote: > Anyhow, *I* was not intending to start an OS fla

Re: Installing PyCharm on Windows

2015-12-20 Thread Josef Pktd
On Sunday, December 20, 2015 at 3:29:34 AM UTC-5, Thomas 'PointedEars' Lahn wrote: > Josef Pktd wrote: > ^^ > I doubt that is your real name. But it's the name I used for almost all of my Python open source development, and can be easily googled. except I misspelled my "name" josef-pkt w

Re: Installing PyCharm on Windows

2015-12-20 Thread Chris Angelico
On Sun, Dec 20, 2015 at 8:23 PM, Steven D'Aprano wrote: > On Sun, 20 Dec 2015 07:28 pm, Thomas 'PointedEars' Lahn wrote: > >> Josef Pktd wrote: >> ^^ >> I doubt that is your real name. > > > So what? I doubt "PointedEars" is your real name, but you don't see me > making a big deal out of i

Re: Installing PyCharm on Windows

2015-12-20 Thread Steven D'Aprano
On Sun, 20 Dec 2015 07:28 pm, Thomas 'PointedEars' Lahn wrote: > Josef Pktd wrote: > ^^ > I doubt that is your real name. So what? I doubt "PointedEars" is your real name, but you don't see me making a big deal out of it. You're welcome to call yourself by any reasonable moniker. --

Re: Installing PyCharm on Windows

2015-12-20 Thread Thomas 'PointedEars' Lahn
Josef Pktd wrote: ^^ I doubt that is your real name. > On Saturday, December 19, 2015 at 1:32:27 PM UTC-5, Thomas 'PointedEars' > Lahn wrote: >> Have you tried to install Python ≥ 3.4.4rc1 on Windows XP? If yes, it >> cannot work; you need Python < 3.4.4rc1 instead (and you should serious

Re: Installing PyCharm on Windows (was: issues)

2015-12-19 Thread Josef Pktd
On Saturday, December 19, 2015 at 1:32:27 PM UTC-5, Thomas 'PointedEars' Lahn wrote: > Anna Szaharcsuk wrote: > > > I was trying to install PyCharm, but didn't worked and needed interpreter. > > the computer advised to install the python for windows. > > Not “the python for windows” (that would

Re: installing 3.5

2015-11-25 Thread Ammammata
Il giorno Wed 25 Nov 2015 11:14:16a, *Ammammata* inviava su comp.lang.python il messaggio news:XnsA55D7254213C3ammammatatiscalineti@46.4.82.189. Vediamo cosa scrisse: > or I just have to wait? > this one It took ages to install, time to change my HDD -- /-\ /\/\ /\/\ /-\ /\/\ /\/\ /-\ T /-\

  1   2   3   4   5   6   7   8   >