Coder Social home page Coder Social logo

python101code's Issues

Errata?

Is there an errata for Python 101 2nd Edition?

changing the element searched in scrapper.py

Hello,

I was working on scrapper.py in chapter 35 and it wasn't printing anything out. I realized that none of the h1 elements in your blog have any href.
I changed it to h2 and the script printed out a result. I thought I should inform you.

"image viewer working" not working

Hi,
When I try open image file (.jpg) I had this message :
line 42, in on_browse
self.photo_txt.SetValue(dialog.GetPath())
wx._core.wxAssertionError: C++ assertion ""!HasFlag(wxFD_MULTIPLE)"" failed at C:\PROJECTS\bb2\dist-win64-py310\build\ext\wxWidgets\include\wx/filedlg.h(111) in wxFileDialogBase::GetPath(): When using wxFD_MULTIPLE, must call GetPaths() instead
so I changed dialog.GetPath() by dialog.GetPaths()
ut then I had this message :
line 42, in on_browse
self.photo_txt.SetValue(dialog.GetPaths())
TypeError: TextEntry.SetValue(): argument 1 has unexpected type 'list'

Python : Python 3.10
OS : Windows 10 21H1 build 19043.1766
wxPython : 4.2.0a1.dev5445+edf1cf07 => I installed wxPython with pip install -U --pre -f https://wxpython.org/Phoenix/snapshot-builds wxPython since classic installation does not work on my version of windows 10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.