Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Invalid Syntax error
Post: RE: Invalid Syntax error

I moved the content of C:\temp\beautifulsoup4-4.8.0 to C:\Users\mustf\AppData\Local\Programs\Python\Python37\Scripts then install BS using PIP. I fixed the issue. I uninstalled Python and removed th...
mustfirst General Coding Help 9 7,492 Oct-07-2019, 06:32 PM
    Thread: Invalid Syntax error
Post: RE: Invalid Syntax error

Cannot be uninstalled. I tried the these :'( Error:C:\Users\mustf\AppData\Local\Programs\Python\Python37\Scripts>pip uninstall beautifulsoup4 Can't uninstall 'beautifulsoup4'. No files were found...
mustfirst General Coding Help 9 7,492 Oct-07-2019, 06:16 PM
    Thread: Invalid Syntax error
Post: RE: Invalid Syntax error

I'm on Windows10. I used the following: C:\Users\mustf\AppData\Local\Programs\Python\Python37\Scripts>pip install beautifulsoup4 Requirement already satisfied: beautifulsoup4 in c:\users\mustf\app...
mustfirst General Coding Help 9 7,492 Oct-07-2019, 06:00 PM
    Thread: Invalid Syntax error
Post: Invalid Syntax error

When I run the following I'm getting an error message. Anyone knows how to correct it? >>> import requests >>> from bs4 import BeautifulSoupError:Traceback (most recent call last)...
mustfirst General Coding Help 9 7,492 Oct-07-2019, 05:21 PM
    Thread: LXML
Post: LXML

I installed BeautifulSoup and LXML. I'm running python in Windows CMD. When I run the following I get an error. Anyone know what is going on and how to fix it? >>> import lxml.html >>...
mustfirst General Coding Help 1 2,507 Oct-05-2019, 01:29 PM
    Thread: HTML to XML
Post: HTML to XML

I'm trying to convert HTML to XML. Then load the XML into a database for data manipulation. I researched and came to the conclusion that I can use Python to do this. If I'm right I will start learning...
mustfirst General Coding Help 1 1,708 Oct-05-2019, 09:07 AM

User Panel Messages

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