Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: No such column id
Post: No such column id

I found a tutorial where you can input a movie in the terminal and it prints out on screen. It gets the information from IMDB. That part works fine. But then I decided I wanted to import that informat...
Linuxdesire General Coding Help 1 3,040 Feb-24-2020, 07:25 PM
    Thread: PyQt5 form not displaying my data from SQLite3 Database
Post: PyQt5 form not displaying my data from SQLite3 Dat...

Good afternoon; I am fairly new to Python. I am attempting to make a personal classic Movie database. I am using PyQt5, Python 3.7 and Sqlite3. My form will display but there is not any data showing. ...
Linuxdesire GUI 2 4,996 Dec-05-2019, 10:08 PM
    Thread: sqlite3.OperationalError: near "%": syntax error
Post: RE: sqlite3.OperationalError: near "%": syntax err...

Thank you. Yes, I added that parenthesis but still cannot figure out why it is not writing to my database when I click on add. It just gives me that error. Thank you for your help.
Linuxdesire General Coding Help 2 18,049 Oct-13-2019, 02:54 AM
    Thread: sqlite3.OperationalError: near "%": syntax error
Post: sqlite3.OperationalError: near "%": syntax error

I am getting an error trying to connect to my SQLite database. I have tried several things and it is not working. I cannot figure out where the syntax error is, near self.Rating_var.get())) #=======C...
Linuxdesire General Coding Help 2 18,049 Oct-12-2019, 11:02 PM
    Thread: def Display Data Invalid Syntax error
Post: def Display Data Invalid Syntax error

I am getting an Invalid Syntax error and I cannot find it, it highlights the line and I know that it can be above it but still cannot find it. . I have looked at online Python documents but not able t...
Linuxdesire General Coding Help 1 1,876 Oct-10-2019, 09:10 PM
    Thread: Listbox and Button not showing
Post: Listbox and Button not showing

I am following a tutorial on YouTube. That person is using Python 3.7.2 and I am using 3.7.4. I am not getting the list box correctly portrayed and the buttons at the bottom of the GUI is not showing ...
Linuxdesire GUI 2 3,871 Oct-04-2019, 09:16 PM
    Thread: MainFrame is not defined
Post: RE: MainFrame is not defined

WOW,that was it. Thank you so much.
Linuxdesire GUI 2 3,232 Sep-27-2019, 02:55 PM
    Thread: MainFrame is not defined
Post: MainFrame is not defined

I am following a YouTube Tutorial but I am getting a MainFrame error. NameError: name 'MainFrame' is not defined The following is the code I am using: #Frontend from tkinter import* import tkint...
Linuxdesire GUI 2 3,232 Sep-26-2019, 09:17 PM
    Thread: Mass load images
Post: Mass load images

I am trying to see if it is possible to import images in mass related to a field. Let me explain: In Microsoft access I have a calculation field with this link to a folder that holds 715 movie poster...
Linuxdesire General Coding Help 1 2,233 Mar-29-2019, 02:21 PM
    Thread: OMDB API KEY format
Post: RE: OMDB API KEY format

LarZ60+ I am using Jupyter notebook, I coped exactly what was no the screen. Please let me know if I should have done it a different way. buran: Thank you, it looks like the information you gave me ...
Linuxdesire General Coding Help 4 3,731 Dec-11-2018, 08:47 PM
    Thread: OMDB API KEY format
Post: OMDB API KEY format

Hello everyone, I found a tutorial at IMDB. The part I am having the problem at is here: with open('APIkeys.json') as f: keys = json.load(f) omdbapi = keys['OMDBapi']These are the errors I am...
Linuxdesire General Coding Help 4 3,731 Dec-11-2018, 07:56 PM
    Thread: Convert JSON to CSV
Post: RE: Convert JSON to CSV

Thank you for your help so far. I really appreciate it. I do have Python3 so I will try it with 3. I cannot upload an attachment yet, I am a new user so I am restricted. If it helps I got the informat...
Linuxdesire General Coding Help 4 5,092 Feb-28-2018, 02:17 PM
    Thread: Convert JSON to CSV
Post: RE: Convert JSON to CSV

I ran the code and received an error: UniCodeDecodeError: "charmap" codec can't decode byte 0x9d in position 7587: character maps to (undefined). I tried the encoding="uft8", but that did not help. He...
Linuxdesire General Coding Help 4 5,092 Feb-28-2018, 02:54 AM
    Thread: Convert JSON to CSV
Post: Convert JSON to CSV

I have been searching google and working on converting a JSON to a CSV but have not been successful. I call an API from newsapi.org and I can get the json file but when I run the code I get the news1....
Linuxdesire General Coding Help 4 5,092 Feb-27-2018, 10:07 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020