Re: [Tutor] Finding unique strings.

2019-05-03 Thread Roger B. Atkins
It would probably make things easier if you specified your operating system, Python version, data file type and location. Typically, the bank info would be downloadable as a CSV (comma separated value) file. Assuming that to be the case, and assuming you are using Windows, and assuming Python 3, a

Re: [Tutor] OT: A bit of humor related to my sporadic quest to learn Python

2019-01-13 Thread Roger B. Atkins
Ditto, but the angle is steeper, I've lost my climbing equipment, and the volcano is erupting. On Sun, Jan 13, 2019 at 5:44 PM boB Stepp wrote: > My son sent me this link, which I think captures my situation with > Python quite nicely: > > https://cdn-images-1.medium.com/max/720/1*7RZKI-g4K_syDf

Re: [Tutor] I think I've broken my Python

2018-11-12 Thread Roger B. Atkins
What about installing or reinstalling Django using the python version that produced the error message? On Mon, Nov 12, 2018 at 10:10 AM Matthew Ngaha wrote: > > On Mon, Nov 12, 2018 at 3:31 PM Mats Wichmann wrote: > > > > Reconstruct the virtualenv you want maybe? Their whole concept is that > >

Re: [Tutor] Request for help with code

2018-11-07 Thread Roger B. Atkins
Gmail: Click Compose (Upper Left corner) Window opens. In lower right corner within the compose window, click on the 3 stacked dots. Select text only. On Wed, Nov 7, 2018 at 1:39 AM Adam Eyring wrote: > > When I post code with questions, I just copy and paste from Python IDLE > 3.6. Colors are rem

Re: [Tutor] Installing python

2018-11-04 Thread Roger B. Atkins
environment. On Sat, Nov 3, 2018 at 7:39 AM Mats Wichmann wrote: > > On 11/2/18 10:01 PM, Roger B. Atkins wrote: > > Okay, but what about the virtual environments? Once the Windows 10 > > path environment variable has a version of Python added to it, Windows > > will find it (I am us

Re: [Tutor] Installing python

2018-11-03 Thread Roger B. Atkins
Okay, but what about the virtual environments? Once the Windows 10 path environment variable has a version of Python added to it, Windows will find it (I am using Win 10), but will it be found from within any given virtual environment (venv), regardless of which version created the environment? And

Re: [Tutor] Running programs that import 3rd party packages installed using pip.

2018-10-04 Thread Roger B. Atkins
3:32:41) [MSC v.1900 64 bit (AMD64)]' In [5]: sys.platform Out[5]: 'win32' I'll have to do more research to figure out which folders I need to add given that '\site-packages' is already included, but at least I won't be looking at the wrong path variable. O

Re: [Tutor] Running programs that import 3rd party packages installed using pip.

2018-10-04 Thread Roger B. Atkins
Thanks! That helps. I'll have to go back to the drawing board, but you've put me on the right "path". On Thu, Oct 4, 2018 at 12:47 AM Alan Gauld via Tutor wrote: > > On 04/10/18 04:20, Roger B. Atkins wrote: > > System: Windows 10, Anaconda, Python 3, Spyder3 &g

[Tutor] Running programs that import 3rd party packages installed using pip.

2018-10-04 Thread Roger B. Atkins
System: Windows 10, Anaconda, Python 3, Spyder3 Problem: Running programs that import requests, pyperclip, bs4 and/or other modules from 3rd party packages works fine within Spyder IDE, but not from command line, or Win/R. The error message indicates no such module. Therefore, my programs crash a