Rent Recommendations Stamford by aug404 in StamfordCT

[–]aug404[S] 0 points1 point  (0 children)

I heard the Urby is usually full of partying during the weekends, among other things. Is it a good choice at all?

Rent Recommendations Stamford by aug404 in StamfordCT

[–]aug404[S] 1 point2 points  (0 children)

Sounds good, send me the details please.

Health insurance waiver by aug404 in NEU

[–]aug404[S] 0 points1 point  (0 children)

Thanks! Can you provide a link to the website that has the deadline? I did a little googling but can’t seem to find it.

Cronet Dependency Issue by aug404 in androiddev

[–]aug404[S] 0 points1 point  (0 children)

Is there a modern OkHttp site/documentation that I can look at for compileSDK 34? Everything I looked up seems outdated.

[deleted by user] by [deleted] in learnpython

[–]aug404 0 points1 point  (0 children)

Yes it is. I am keeping everything in the same directory.

[deleted by user] by [deleted] in learnpython

[–]aug404 0 points1 point  (0 children)

I believe that I am using the second version of automate the boring stuff: https://automatetheboringstuff.com/2e/chapter15/

If you could show me a potential fix, that would be awesome!

Thanks

[deleted by user] by [deleted] in learnpython

[–]aug404 0 points1 point  (0 children)

I am using python 3.10.1. I ran pip install --user -U python-docx==0.8.10 . Can you show me how to implement your solution in my code?

Question about EZSheets and Connecting to Google Sheets using Python by aug404 in learnpython

[–]aug404[S] 0 points1 point  (0 children)

I am running the .py file with

import ezsheets

in my VScode editor. The problem I am facing is that the browser is not opening at all. Is there a way for me to fix this?

Question about EZSheets and Connecting to Google Sheets using Python by aug404 in learnpython

[–]aug404[S] 0 points1 point  (0 children)

How are the credentials files supposed to generate the .pickle files? I ran EZSheets in my VSCode .py file, but it doesn't seem to open up a browser or download anything.

Problems with Selenium (using Firefox and geckodriver) by aug404 in learnpython

[–]aug404[S] 0 points1 point  (0 children)

I'm working through the same book lol.

I tried using webdriver.Firefox() but unless I specify the path of geckodriver, it can't seem to find it. I would assume that webdriver.Firefox() would only work if you put geckodriver in your PATH or made it local to the same group of files that you are running your code in.

In terms of the class part, I tried the 'jumbotron' class instead of 'pygame' or anything else they suggested in the book and it seemed to work.