Re: Difference in Setup Between Windows 10 Running Python 3.9 and Windows 11 Running Python 3.10

2022-05-03 Thread Eryk Sun
On 5/1/22, Brent Hunter wrote: > > I was recently running a Windows 10 machine Python 3.9. I simply created a > batch file titled "Start-AIG.bat" which simply contained the following: > "pythonw AIG.py". It started a python program titled "AIG.py" and t

Re: Difference in Setup Between Windows 10 Running Python 3.9 and Windows 11 Running Python 3.10

2022-05-01 Thread MRAB
On 2022-05-02 02:56, Brent Hunter wrote: Hello, I was recently running a Windows 10 machine Python 3.9. I simply created a batch file titled "Start-AIG.bat" which simply contained the following: "pythonw AIG.py". It started a python program titled "AIG.py"

Difference in Setup Between Windows 10 Running Python 3.9 and Windows 11 Running Python 3.10

2022-05-01 Thread Brent Hunter
Hello, I was recently running a Windows 10 machine Python 3.9. I simply created a batch file titled "Start-AIG.bat" which simply contained the following: "pythonw AIG.py". It started a python program titled "AIG.py" and the Python dialog box was displayed on

Re: Using PIP in Python 3.10 on Windows 10

2022-01-14 Thread Eryk Sun
On 1/14/22, Mats Wichmann wrote: > On 1/14/22 10:40, Jonathan Gossage wrote: > > By this do you mean the python.org installer or the Microsoft Store > installer - they're similar but have some differences. Jonathan is not using the store app. The store app is installed to the system in "%ProgramF

Re: Using PIP in Python 3.10 on Windows 10

2022-01-14 Thread MRAB
On 2022-01-14 17:40, Jonathan Gossage wrote: I have installed Python 3.10.1 on Windows 10 using the recommended Windows Installer. When I try to access PIP from the command line, I get the following result, even though Python itself is accessible. C:\Users\jgoss>python Python 3.10.1 (t

Re: Using PIP in Python 3.10 on Windows 10

2022-01-14 Thread Mats Wichmann
On 1/14/22 10:40, Jonathan Gossage wrote: > I have installed Python 3.10.1 on Windows 10 using the recommended Windows > Installer. When I try to access PIP from the command line, I get the > following result, even though Python itself is accessible. By this do you mean the python.org

Using PIP in Python 3.10 on Windows 10

2022-01-14 Thread Jonathan Gossage
I have installed Python 3.10.1 on Windows 10 using the recommended Windows Installer. When I try to access PIP from the command line, I get the following result, even though Python itself is accessible. C:\Users\jgoss>python Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1

Re: several issues with pyinstaller on Windows 10

2021-11-18 Thread Eryk Sun
On 11/18/21, Ulli Horlacher wrote: > > P:\W10\dist>argv a b > The process cannot access the file because it is being used by another > process. Try searching for open handles for "argv.exe" using Sysinternals Process Explorer [1]. Terminate the offending process. Since you're inexperienced with

several issues with pyinstaller on Windows 10

2021-11-18 Thread Ulli Horlacher
On Windows 10 I have installed: P:\W10>python --version Python 3.10.0 P:\W10>pyinstaller --version 4.7 I can compile a VERY simple Python program: P:\W10>type argv.pv #!/usr/bin/python3 import sys for a in sys.argv: print("["+a+"]") P:\W10>pyinstaller.exe -

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

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: Unable to remove setup of 3.9.5 from Windows 10

2021-06-20 Thread Peter J. Holzer
On 2021-06-20 15:24:29 +0900, tommy yama wrote: > Unrelated topic, but i thought Windows 10 will be retired anytime soon. October 2025, according to current plans. So you still have more than 4 years to upgrade to Windows 11 (or better yet, Linux ;-)). hp -- _ | Peter J. Hol

Re: Unable to remove setup of 3.9.5 from Windows 10

2021-06-19 Thread tommy yama
Unrelated topic, but i thought Windows 10 will be retired anytime soon. On Sun, Jun 20, 2021 at 5:58 AM Mats Wichmann wrote: > On 6/19/21 10:14 AM, Manish Jain wrote: > > Hello Team, > > > > I have installed the Python 3.9.5 and trying to remove from the PC > through &

Re: Unable to remove setup of 3.9.5 from Windows 10

2021-06-19 Thread Mats Wichmann
On 6/19/21 10:14 AM, Manish Jain wrote: Hello Team, I have installed the Python 3.9.5 and trying to remove from the PC through the Uninstall Program (All Possible ways - Through Control Panel or Uninstall Python executable) It just outputs saying Uninstall Successfully but nothing happening (St

Unable to remove setup of 3.9.5 from Windows 10

2021-06-19 Thread Manish Jain
Hello Team, I have installed the Python 3.9.5 and trying to remove from the PC through the Uninstall Program (All Possible ways - Through Control Panel or Uninstall Python executable) It just outputs saying Uninstall Successfully but nothing happening (Still listed in Programs List) and even not

Re: SSL/TLS certificate verification suddenly broken, Python 3 on Windows 10

2021-02-16 Thread Michał Jaworski
curl, openssl or a web > browser, all worked fine. Only Python fails. > > I checked the installed certificate bundle, all correct and even upgraded > it to the latest version. No effect. I replaced it with the one curl is > using and that curl managed to verify the cert with. No ef

SSL/TLS certificate verification suddenly broken, Python 3 on Windows 10

2021-02-16 Thread Carlos Andrews
the latest version. No effect. I replaced it with the one curl is using and that curl managed to verify the cert with. No effect. By that time I was using a Python 3.7.9 installation on Windows 10 that ran fine for months (and also before upgrading to 3.7.9). I tried upgrading certifi and requ

Trouble Uninstalling Python 3.7.9 & 3.8.6 on Windows 10

2020-11-07 Thread Tanmay Deshpande
Hi there, I have been using multiple versions of Python on my laptop running Windows 10. I installed 3.7.9 (64-bit) for my school work and 3.8.6 (64-bit) for my personal usage. *Build Number: 19041.572* I had decided to uninstall both Python versions from my system as I wanted to have a

Re: Fwd: Issue in installing Python (Windows 10)

2020-08-28 Thread 2QdxY4RzWzUUiLuE
On 2020-08-28 at 18:38:03 -0500, Debasis Chatterjee wrote: > By the way, is there a site where I can login to see such mails and > also manage mail notification options? Better than that, you can have the emails themselves delivered directly to your inbox: https://mail.python.org/mailman/listin

Fwd: Issue in installing Python (Windows 10)

2020-08-28 Thread Debasis Chatterjee
-- Forwarded message - From: Debasis Chatterjee Date: Fri, Aug 28, 2020 at 3:41 AM Subject: Re: Issue in installing Python (Windows 10) To: Terry Reedy Hi Terry, OK. I think the issue is now solved. I used "pip uninstall" and then "pip install". With t

Re: Issue in installing Python (Windows 10)

2020-08-24 Thread Terry Reedy
On 8/23/2020 12:39 PM, Debasis Chatterjee wrote: I started off by using "python-3.8.5.exe". 32-bit Windows installer? Windows version might be relevant. I use "Run as Administrator" option to click this (provide my local-admin username/pwd). After this, I see python shell available. But

Issue in installing Python (Windows 10)

2020-08-23 Thread Debasis Chatterjee
-- Forwarded message - From: Debasis Chatterjee Date: Sun, Aug 23, 2020 at 11:06 AM Subject: Issue in installing Python (Windows 10) To: Hi I started off by using "python-3.8.5.exe". I use "Run as Administrator" option to click this (provide my loca

Re: Unable to install or operate PIP on Windows 10

2020-03-29 Thread Mike Dewhirst
On 30/03/2020 9:34 am, Steven Hobbs wrote: Hi all, I have installed Python 3.7.7 on Windows 10 and I understood that pip came installed. However when I try using pip I get an unrecognised command error. I tried following the instructions on this website: https://docs.python.org/3/installing

Re: Unable to install or operate PIP on Windows 10

2020-03-29 Thread MRAB
On 2020-03-29 23:34, Steven Hobbs wrote: Hi all, I have installed Python 3.7.7 on Windows 10 and I understood that pip came installed. However when I try using pip I get an unrecognised command error. I tried following the instructions on this website: https://docs.python.org/3/installing

Unable to install or operate PIP on Windows 10

2020-03-29 Thread Steven Hobbs
Hi all, I have installed Python 3.7.7 on Windows 10 and I understood that pip came installed. However when I try using pip I get an unrecognised command error. I tried following the instructions on this website: https://docs.python.org/3/installing/index.html However usage of pip as

Re: mport pytorch fails on my windows 10 PC

2020-03-29 Thread Souvik Dutta
Since it is not in the control panel, go to windows app execution aliases and scroll down till you find python. Now toggle both of them and see if this works. On Sun, Mar 29, 2020, 2:53 PM joseph pareti wrote: > All right, thx, but how to uninstall the 'other' python version? > > The control pan

Re: mport pytorch fails on my windows 10 PC

2020-03-28 Thread Souvik Dutta
Yes having two versions of python causes that problem. On Sat, 28 Mar, 2020, 11:53 pm joseph pareti, wrote: > apologies for asking here a presumably off-topic question: > > I have installed pytorch using (miniconda3) the following command: > > *conda install pytorch torchvision cpuonly -c pytorc

mport pytorch fails on my windows 10 PC

2020-03-28 Thread joseph pareti
apologies for asking here a presumably off-topic question: I have installed pytorch using (miniconda3) the following command: *conda install pytorch torchvision cpuonly -c pytorch* In the jupyter notebook, the 'import torch' fails: *ModuleNotFoundError: No module named 'torch._C'* I am not sur

Re: Problems with Python install on Windows 10

2020-01-13 Thread Eryk Sun
clearly isn't. Maybe you didn't enable the option to add the installation directory to PATH. Modifying the system and per-user PATH value is easy enough -- especially in Windows 10, which provides an exploded view of the semicolon-delimited list of directories, with individual entries t

Problems with Python install on Windows 10

2020-01-13 Thread Mike Weaver
Hello I am having great problems installing Python 3.8.1 on my Windows 10 64 bit system. I have tried using chocolatey as referenced at https://docs.python-guide.org/starting/install3/win/#install3-windows - it says it is installed but it isn't! I've tried downloading from https://www.

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-18 Thread tommy yama
It's mentioned that pypi includes what you need. https://pypi.org/project/robotframework-sshlibrary/ On Fri, 19 Oct 2018, 01:28 MRAB, wrote: > On 2018-10-18 07:28, Saila wrote: > > keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: > >> On 2018-10-17 16:41, Saila wrote: > >

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-18 Thread MRAB
On 2018-10-18 07:28, Saila wrote: keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: On 2018-10-17 16:41, Saila wrote: > Hi > Has somebody been able to install SSHLIbrary from sources (all libs with offline installations) on virtual Win 10 for Python 3.6.4? > > Python 3.6.

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-18 Thread Thomas Jollans
On 18/10/2018 08:28, Saila wrote: > keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: >> Can't you just install it with pip? >> >> py -3 -m pip install PyNaCl > > That is not possible because there isn't connection to www in development > environment. It is isolated. Only po

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-17 Thread Saila
keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: > On 2018-10-17 16:41, Saila wrote: > > Hi > > Has somebody been able to install SSHLIbrary from sources (all libs with > > offline installations) on virtual Win 10 for Python 3.6.4? > > > > Python 3.6.4 ... [MSC v. 1900 64 b

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-17 Thread Thomas Jollans
On 2018-10-17 16:41, Saila wrote: > Hi > Has somebody been able to install SSHLIbrary from sources (all libs with > offline installations) on virtual Win 10 for Python 3.6.4? > > Python 3.6.4 ... [MSC v. 1900 64 bit (AMD 64)] > > Also Microsoft Visual Studio 2017 is installed (also vc_redist.x64

SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-17 Thread Saila
Hi Has somebody been able to install SSHLIbrary from sources (all libs with offline installations) on virtual Win 10 for Python 3.6.4? Python 3.6.4 ... [MSC v. 1900 64 bit (AMD 64)] Also Microsoft Visual Studio 2017 is installed (also vc_redist.x64.exe) SSHLinrary worked with Python 2.7 (there

Re: Help please installing Python on Windows 10

2018-10-04 Thread Sibylle Koczian
Am 03.10.2018 um 09:34 schrieb Timothy Cowell via Python-list: Could I please ask for help installing Python on Windows 10 - I've tried twice (Version 3.7 for windows) selecting the install now option. After first attempt I uninstalled and tried again. Each time it has put 4 items i

Help please installing Python on Windows 10

2018-10-03 Thread Timothy Cowell via Python-list
Hi, Could I please ask for help installing Python on Windows 10 - I've tried twice (Version 3.7 for windows) selecting the install now option. After first attempt I uninstalled and tried again. Each time it has put 4 items in the programs list from the windows start button, all

Can't drop files on python scripts in a fresh installation of Windows 10 and Python 3.7

2018-09-02 Thread Random832
Python itself runs fine, but when I try to drop a file on a script it just doesn't work. If I try to regsvr32 the shell extension, it says: The module "c:\windows\pyshellext.amd64.dll" failed to load. There was no indication of any problem until this. Apparently it is linked against "VCRUNTIME

Problems with pip (Windows 10)

2018-05-03 Thread TheSeeker
Dear All, Within the past week I have run into a problem with pip on my work machine (Windows 10, x64, Python 3.6) where pip errors like so: C:\>c:\Python36\Scripts\pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --no-color --defa

RE: Unable to run pip in Windows 10

2017-10-13 Thread Michael Cuddehe
Thank you!!! What finally worked.> py -m pip install pyperclip -Original Message- From: Terry Reedy [mailto:tjre...@udel.edu] Sent: Wednesday, October 11, 2017 1:00 PM To: python-list@python.org Subject: Re: Unable to run pip in Windows 10 On 10/11/2017 10:46 AM, Michael Cudd

Re: Unable to run pip in Windows 10

2017-10-11 Thread Terry Reedy
On 10/11/2017 10:46 AM, Michael Cuddehe wrote: - What exactly did you install? Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC v.1900 64 bit (AMD64)] on win32 Downloaded from python.org. - Can you start the Python interpreter? Yes...works fine. * How exactly

Re: Unable to run pip in Windows 10

2017-10-11 Thread Terry Reedy
On 10/11/2017 11:54 AM, Michael Torrie wrote: On 10/11/2017 08:46 AM, Michael Cuddehe wrote: - What exactly did you install? Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC v.1900 64 bit (AMD64)] on win32 ^^^ This is exactly what I see

Re: Unable to run pip in Windows 10

2017-10-11 Thread Michael Torrie
On 10/11/2017 08:46 AM, Michael Cuddehe wrote: > - What exactly did you install? >>> Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC > v.1900 64 bit (AMD64)] on win32 ^^^ So your OS is 32 bit? If so, you can't run 64-bit software on it. This v

Re: Unable to run pip in Windows 10

2017-10-11 Thread Paul Moore
h means they'll only be visible to you, or you need to be running as a system administrator to install them for anyone (which means running pip from a command prompt that was opened via "run as administrator") Paul On 11 October 2017 at 16:43, Michael Cuddehe wrote: > Running 64

Re: Unable to run pip in Windows 10

2017-10-11 Thread Paul Moore
On 11 October 2017 at 15:46, Michael Cuddehe wrote: > - What exactly did you install? >>> Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) [MSC > v.1900 64 bit (AMD64)] on win32 >>> Downloaded from python.org. > - Can you start the Python interpreter? >>> Yes...works fine. >

RE: Unable to run pip in Windows 10

2017-10-11 Thread Michael Cuddehe
:python-list-bounces+mcuddehe=strategicga@python.org] On Behalf Of Thomas Jollans Sent: Wednesday, October 11, 2017 3:30 AM To: python-list@python.org Subject: Re: Unable to run pip in Windows 10 On 2017-10-10 22:37, Michael Cuddehe wrote: > I have tried multiple versions, 32 & 64 bit. Same

Re: Unable to run pip in Windows 10

2017-10-11 Thread Thomas Jollans
On 2017-10-10 22:37, Michael Cuddehe wrote: > I have tried multiple versions, 32 & 64 bit. Same problem. > > "This app can't run on your PC. To find a version for your PC, check with > the software publisher." > You're going to have to give us some more information for anybody to be able to real

Re: Unable to run pip in Windows 10

2017-10-11 Thread Paul Moore
On 10 October 2017 at 21:37, Michael Cuddehe wrote: > I have tried multiple versions, 32 & 64 bit. Same problem. > > "This app can't run on your PC. To find a version for your PC, check with > the software publisher." It's difficult to know what to say - it

Unable to run pip in Windows 10

2017-10-10 Thread Michael Cuddehe
I have tried multiple versions, 32 & 64 bit. Same problem. "This app can't run on your PC. To find a version for your PC, check with the software publisher." -- https://mail.python.org/mailman/listinfo/python-list

Any advice on getting Pyscripter installed & working with Python on Windows 10 computer ?

2017-08-15 Thread TKS
> > > Hi there, > > I am trying to assist my daughter with a school IT task to install Python > & Pyscripter on a Windows 10 notebook. (64 bit system) > > It seems no version of Pyscripter will work - it fails to complete the > installation & ends with an e

python folder tree for windows 10

2017-04-16 Thread Eb Guenther
I'm having difficulty matching the Python docs suggested folders for Python stuff with where I actually find things (or not find things) Especially for packages. I've got a packages folder in my installation folder, but none in the apps data folder, though the docs point there. Could someone pr

Python Environment Setup in Windows 10

2017-04-15 Thread Sayom Shakib
installation and other setup procedures (Including path variable changes and other details). (I will uninstall all the python related things are currently installed in my system.) I use Windows 10 (64 Bit) And I have a NVIDIA 1050 Ti GPU. (Want to use GPU installation for TensorFlow). I have Visual

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:/

Installing Python 3.6.1 on a Windows 10

2017-04-10 Thread Colin J. Williams
Below is the tail of my Install Log. Is this a problem that I should be able to resolve? Advice sought. C Property(S): RedirectedDllSupport = 2 Property(S): MsiRunningElevated = 1 Property(S): Privileged = 1 Property(S): USERNAME = AdminOnly Property(S): Installed = 0

Re: No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread MRAB
On 2017-03-08 01:24, schneid...@law.byu.edu wrote: Every attempt to make Python 3.6.0 or 3.6.1rc1 to run on Windows 10 has resulted in the error message shown below. I was running Python 3.5.2 successfully and wanted to upgrade. C:\Python36-32>python Fatal Python error: Py_Initial

Re: No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread eryk sun
On Wed, Mar 8, 2017 at 1:24 AM, wrote: > > Every attempt to make Python 3.6.0 or 3.6.1rc1 to run on Windows 10 > has resulted in the error message shown below. I was running Python > 3.5.2 successfully and wanted to upgrade. > > C:\Python36-32>python > Fatal Python erro

No module named 'encodings' Python 3.6 on Windows 10 failure

2017-03-07 Thread schneiderw
Every attempt to make Python 3.6.0 or 3.6.1rc1 to run on Windows 10 has resulted in the error message shown below.  I was running Python 3.5.2 successfully and wanted to upgrade.  C:\Python36-32>python Fatal Python error: Py_Initialize: unable to load the file system co

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-06 Thread breamoreboy
On Tuesday, January 3, 2017 at 8:08:37 PM UTC, Uri Even-Chen wrote: > Thank you, I'll consider to update our requirements to latest versions of > all packages. Last time I checked in 22th December 2016 and all our > requirements were the latest versions. In the meantime we can keep using > Python 3

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread Terry Reedy
On 1/3/2017 3:07 PM, Uri Even-Chen wrote: What are the reasons to upgrade Python to 3.6? The same as for any new version: New features -- see What's New in 3.6. New bug fixes. New performance improvements. Reasons against: The effort to make sure all dependencies are available for 3.6* Possib

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread breamoreboy
On Tuesday, January 3, 2017 at 8:08:37 PM UTC, Uri Even-Chen wrote: > Thank you, I'll consider to update our requirements to latest versions of > all packages. Last time I checked in 22th December 2016 and all our > requirements were the latest versions. In the meantime we can keep using > Python 3

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread Uri Even-Chen
Thank you, I'll consider to update our requirements to latest versions of all packages. Last time I checked in 22th December 2016 and all our requirements were the latest versions. In the meantime we can keep using Python 3.5. By the way, Travis CI tests passed with the same requirements and Python

Re: pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread INADA Naoki
Pillow 3.4.2 provides binary wheel for Python 3.5, but not for 3.6. So your pip can just install wheel on Python 3.5, but it is required to build on Python 3.6. And your machine doesn't have zlib which is required to build Pillow. Easiest solution may just update your requirements to Pillow==4.0

pip install -r requirements.txt fails with Python 3.6 on Windows 10

2017-01-03 Thread Uri Even-Chen
(.venv) C:\Uri\Speedy Net\Git\speedy-net [public]>pip install -r requirements.txt Requirement already satisfied: Django==1.10.4 in c:\uri\speedy net\git\speedy-net [public]\.venv\lib\site-packages (from -r requirements.txt (line 2)) Requirement already satisfied: django-crispy-forms==1.6.1 in c:\ur

Re: Compiling extensions on Python 2.7, Windows 10 64 bit

2016-04-30 Thread Andrea Gavana
gt; > >> On Fri, Apr 29, 2016 at 3:45 PM, > wrote: > >> > Dear list, > >> > > >> > I have been trying to compile wxPython Phoenix > >> > (https://github.com/wxWidgets/Phoenix) from source on Windows 10 64 > bit, > >> > Python 2.7 64 bi

Re: Compiling extensions on Python 2.7, Windows 10 64 bit

2016-04-29 Thread Andrea Gavana
Hi, On Friday, 29 April 2016, Igor Korot wrote: > Andrea, > > On Fri, Apr 29, 2016 at 3:45 PM, > > wrote: > > Dear list, > > > > I have been trying to compile wxPython Phoenix ( > https://github.com/wxWidgets/Phoenix) from source on Windows 10 64 bit,

Re: Compiling extensions on Python 2.7, Windows 10 64 bit

2016-04-29 Thread Igor Korot
to compile wxPython Phoenix >> > (https://github.com/wxWidgets/Phoenix) from source on Windows 10 64 bit, >> > Python 2.7 64 bit, using the very handy Microsoft Visual C++ Compiler for >> > Python 2.7 >> > (https://www.microsoft.com/en-us/download/details.aspx?id=4

Re: Compiling extensions on Python 2.7, Windows 10 64 bit

2016-04-29 Thread Igor Korot
Andrea, On Fri, Apr 29, 2016 at 3:45 PM, wrote: > Dear list, > > I have been trying to compile wxPython Phoenix > (https://github.com/wxWidgets/Phoenix) from source on Windows 10 64 bit, > Python 2.7 64 bit, using the very handy Microsoft Visual C++ Compiler for >

Compiling extensions on Python 2.7, Windows 10 64 bit

2016-04-29 Thread andrea . gavana
Dear list, I have been trying to compile wxPython Phoenix (https://github.com/wxWidgets/Phoenix) from source on Windows 10 64 bit, Python 2.7 64 bit, using the very handy Microsoft Visual C++ Compiler for Python 2.7 (https://www.microsoft.com/en-us/download/details.aspx?id=44266). I

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

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

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

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

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

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

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

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

install open cv on windows 10 and python 3.5

2016-04-01 Thread saxri89
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 again -- https://mail.python.org/mailman/listinfo/python-list

Re: Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc?

2016-03-20 Thread eryk sun
On Sun, Mar 20, 2016 at 5:33 PM, wrote: > On Wednesday, October 14, 2015 at 9:06:11 PM UTC+2, John S. James wrote: >> I installed 3.5.0 today and it's working fine -- either from the command >> prompt, or running a .py script. >> >> But the Python 3.4 that was previously installed on the compute

Re: Installed 3.5.0 successfully on Windows 10, but where is DDLs, Doc, Lib, etc?

2016-03-20 Thread kosvanec
On Wednesday, October 14, 2015 at 9:06:11 PM UTC+2, John S. James wrote: > I installed 3.5.0 today and it's working fine -- either from the command > prompt, or running a .py script. > > But the Python 3.4 that was previously installed on the computer had a > Python34 folder, which contained DDL

Re: Hi Im having a problem with python it keeps telling me I need a python interpreter installed Im using windows 10. Can you help?

2016-03-14 Thread Sibylle Koczian
Am 13.03.2016 um 20:19 schrieb mrihustle12: Sent from my Sprint Samsung Galaxy S® 6. Not with this information, we'd need much more. The OS is necessary information, but not sufficient. Have you got Python installed? If yes, which version? Where did you get it and how did you install it?

Hi Im having a problem with python it keeps telling me I need a python interpreter installed Im using windows 10. Can you help?

2016-03-14 Thread mrihustle12
Sent from my Sprint Samsung Galaxy S® 6. -- https://mail.python.org/mailman/listinfo/python-list

RE: Windows 10 and PYODBC

2015-12-16 Thread paul.hermeneutic
On Dec 15, 2015 1:32 PM, "William Abdo" wrote: > > issue 25875 created > I put it in the wrong area the first time. > First time bug tracker user errors. My apologies, William. I thought bugs.python.org would be the right place to put it. I was wrong. -- https://mail.python.org/mailman/listinfo/

RE: Windows 10 and PYODBC

2015-12-16 Thread William Abdo
u...@gmail.com [mailto:paul.hermeneu...@gmail.com] Sent: Tuesday, December 15, 2015 3:09 PM To: William Abdo Cc: python-list@python.org Subject: RE: Windows 10 and PYODBC On Dec 15, 2015 12:00 PM, "William Abdo" mailto:w.a...@ntta.com>> wrote: > > As you wish, > > [issu

RE: Windows 10 and PYODBC

2015-12-16 Thread William Abdo
As you wish, [issue577] PYODBC will not talk to Oracle under Windows 10. Respectfully, William Abdo Software App Engineer II NTT America, an NTT Communications Company Office: +1 561.912.2434 Email:w.a...@ntta.com<mailto:w.a...@ntta.com> [https://rvip.team-center.net/externals/images

RE: Windows 10 and PYODBC

2015-12-16 Thread William Abdo
Yes Paul Hermeneutic , that is correct. I tried everything I could however, I was unable to make PYODBC talk to Oracle under Windows 10. Maybe there are smarter than me that can make this work. For me it was easier to just use cx_Oracle for the Oracle connection. Respectfully, William

RE: Windows 10 and PYODBC

2015-12-15 Thread paul.hermeneutic
On Dec 15, 2015 12:00 PM, "William Abdo" wrote: > > As you wish, > > [issue577] PYODBC will not talk to Oracle under Windows 10. Where is this issue filed? I do not see it on http://bugs.python.org/ -- https://mail.python.org/mailman/listinfo/python-list

RE: Windows 10 and PYODBC

2015-12-15 Thread paul.hermeneutic
On Dec 15, 2015 10:34 AM, "William Abdo" wrote: > > Yes Paul Hermeneutic , that is correct. > > I tried everything I could however, I was unable to make PYODBC talk to Oracle under Windows 10. It would be of help to everyone if you would file a bug report on t

RE: Windows 10 and PYODBC

2015-12-15 Thread William Abdo
EN> From: paul.hermeneu...@gmail.com [mailto:paul.hermeneu...@gmail.com] Sent: Tuesday, December 15, 2015 10:43 AM To: William Abdo Cc: python-list@python.org Subject: RE: Windows 10 and PYODBC On Dec 13, 2015 7:20 AM, "William Abdo" mailto:w.a...@ntta.com>> wrote: > &

RE: Windows 10 and PYODBC

2015-12-15 Thread paul.hermeneutic
ke PYODBC cannot connect to Oracle on Windows 10. Is that correct? -- https://mail.python.org/mailman/listinfo/python-list

RE: Windows 10 and PYODBC

2015-12-15 Thread paul.hermeneutic
On Dec 13, 2015 7:20 AM, "William Abdo" wrote: > > Problem Resolved. > I have fixed the Oracle connection issue under Windows 10 with cx_Oracle . > PYODBC was only failing on the Oracle connection and worked fine on MS SQL under Windows 10. Please tell us what the fix

RE: Windows 10 and PYODBC

2015-12-13 Thread William Abdo
Problem Resolved. I have fixed the Oracle connection issue under Windows 10 with cx_Oracle . PYODBC was only failing on the Oracle connection and worked fine on MS SQL under Windows 10. Thank You for your time in this matter. Respectfully, William Abdo Software App Engineer II NTT America, an

Windows 10 and PYODBC

2015-12-09 Thread William Abdo
Hi All, I am not sure if anyone has asked this question already or not but I will again. Hopefully someone else has had and found a fix for this issue. I'm grateful for any and all assistance. I have recently upgraded to Windows 10 and I have an issue with PYODBC connecting to Oracle 11g

Re: msvcr100.dll missing ... error started after Windows 10 update to 10586.17

2015-12-05 Thread Christian Gollwitzer
Am 05.12.15 um 00:26 schrieb Glenn Linderman: My wife's 64-bit Win8 home machine has 32-bit Python 3.3 installed. Then it upgraded to Win 8.1. Then I upgraded it to Win 10. Then I upgraded it to Threshold 2. It gets regular automatic updates also, like the one last night to build 10586.17. That

msvcr100.dll missing ... error started after Windows 10 update to 10586.17

2015-12-04 Thread Glenn Linderman
My wife's 64-bit Win8 home machine has 32-bit Python 3.3 installed. Then it upgraded to Win 8.1. Then I upgraded it to Win 10. Then I upgraded it to Threshold 2. It gets regular automatic updates also, like the one last night to build 10586.17. That's the history. When she tried a python scr

Re: Python on windows 10

2015-11-26 Thread Terry Reedy
On 11/25/2015 3:34 PM, francis funari wrote: I have tried installing Python 3 on windows 10 it install OK but I do not get Idle. When I type Idle in the interpreter nothing happen Starting programs by typing their names into the interactive interpreter does not work. Use Start Menu | All

Re: Python on windows 10

2015-11-26 Thread Laura Creighton
In a message of Wed, 25 Nov 2015 20:34:01 +, francis funari writes: >I have tried installing Python 3 on windows 10 it install OK but I do not get >Idle. When I type Idle in the interpreter nothing happen can you send me a >link to latest release of Python 3 with Idle that wi

Python on windows 10

2015-11-26 Thread francis funari
I have tried installing Python 3 on windows 10 it install OK but I do not get Idle. When I type Idle in the interpreter nothing happen can you send me a link to latest release of Python 3 with Idle that will run on windows 10 64 bit

Re: Windows 10 pip2.7.exe uninstall fails

2015-10-29 Thread Mark Lawrence
On 28/10/2015 12:22, Robin Becker wrote: A message box is displayed:- "This app can't run on your PC To find a version for your PC, check with the software publisher". Close the message box and:- "Access is denied." Searching hasn't thrown up a single reference to uninstall errors l

  1   2   >