Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: luks partitiion
Post: luks partitiion

Hi I'm looking for a package to handle luks partitions. Please, if there is one, tell me how to install it ? Arbiel
arbiel General Coding Help 0 350 Dec-13-2022, 03:05 PM
    Thread: Inserting line feeds and comments into a beautifulsoup string
Post: RE: Inserting line feeds and comments into a beaut...

Hi I actually found how to do : create a string with line feeds and comments and then converting it with beautifulsoup arbiel@arbiel-NK3S-8-S4:~$ python Python 3.8.10 (default, Mar 15 2022, 12:22:08...
arbiel General Coding Help 1 1,191 Jul-20-2022, 09:05 AM
    Thread: Inserting line feeds and comments into a beautifulsoup string
Post: Inserting line feeds and comments into a beautiful...

Hi In a python script which creates html documents using beautifulsoup, I want to insert new lines and html comments between some tags, at specific spots inside the beautiful string, not inside the r...
arbiel General Coding Help 1 1,191 Jul-16-2022, 09:30 AM
    Thread: Connecting to a web server with authentification
Post: Connecting to a web server with authentification

Hi I'm trying to connect to the following page https://www.happyvisio.com This server requires authentification. When I connect from a web browser, the response is a page to enter user and passwor...
arbiel Web Scraping & Web Development 0 1,595 Feb-02-2021, 08:31 PM
    Thread: Displaying html and pdf in a QtWidget
Post: RE: Displaying html and pdf in a QtWidget

Hi Thank's to both of you. @pitterbrayn I did not find you on github:Error:We couldn’t find any repositories matching 'pitterbrayn' Arbiel
arbiel GUI 16 15,094 Jan-20-2021, 09:44 PM
    Thread: Displaying html and pdf in a QtWidget
Post: RE: Displaying html and pdf in a QtWidget

Hi Axel From two examples you gave me, the one in our preceding post, to display an image in a pdf file, and one on QTabWidget, I wrote the following script to display several pdf images in a qtabwid...
arbiel GUI 16 15,094 Jan-19-2021, 09:29 PM
    Thread: Customizing QMessageBox
Post: Customizing QMessageBox

Hi QMessageBox can be displayed with translated-to-french standard english labels. Is it possible to customize the labels to display specific phrases ? And is it also possible to change the message b...
arbiel GUI 1 6,289 Dec-16-2020, 05:41 PM
    Thread: [BeautifulSoup] ; comparing attributs with given value
Post: RE: [BeautifulSoup] ; comparing attributs with giv...

Hi With a lambda expression, it is possible to solve this issue without such oddities as nonlocal or global, nor without introducing in the xml(html) tree the value the tag's arguments are to be comp...
arbiel Web Scraping & Web Development 4 2,351 Dec-14-2020, 09:45 PM
    Thread: [BeautifulSoup] ; comparing attributs with given value
Post: RE: [BeautifulSoup] ; comparing attributs with giv...

Hi Larz60+ and snippsat Thank's to both of you for having giving interest to my issue. Obviously, I should have been more precise. @Larz60+ Filtering an xml tree with a function is only possible wit...
arbiel Web Scraping & Web Development 4 2,351 Dec-13-2020, 07:13 PM
    Thread: [BeautifulSoup] ; comparing attributs with given value
Post: [BeautifulSoup] ; comparing attributs with given v...

Hi I'm creating an html file to record the first and last entry of each page of my greek dictionnary. To find the page number of a given word, for instance «ἔπος», I have to find out the page such th...
arbiel Web Scraping & Web Development 4 2,351 Dec-13-2020, 11:19 AM
    Thread: Defining an object's argument whose name is stored in a variable
Post: RE: Defining an object's argument whose name is st...

(Dec-10-2020, 10:32 PM)buran Wrote: built-in setattr() Quote:This is the counterpart of getattr(). The arguments are an object, a string and an arbitrary value. The string may name an existing attr...
arbiel General Coding Help 2 2,192 Dec-11-2020, 10:19 PM
    Thread: Defining an object's argument whose name is stored in a variable
Post: Defining an object's argument whose name is stored...

Hi everybody Window being a class, I define an Window objet's argument whose name is stored in a variable with the following code : w=Window() arg='toto' val='any value' exec('w.'+arg+'=val') w.toto ...
arbiel General Coding Help 2 2,192 Dec-10-2020, 10:06 PM
    Thread: Displaying html and pdf in a QtWidget
Post: RE: Displaying html and pdf in a QtWidget

Hi Axel_Erfurt I've been able to modify the example you provided me with. I loaded a page from the local directory where I downloaded individually each page of the greek dictionnary. To read through...
arbiel GUI 16 15,094 Dec-06-2020, 05:40 PM
    Thread: Displaying html and pdf in a QtWidget
Post: RE: Displaying html and pdf in a QtWidget

Hi Axel_Erfurt Stating that what I want to read is an image and not a pdf file, do you speak of the contents of the page, which is actuallly the image of the corresponding page of the directory and n...
arbiel GUI 16 15,094 Dec-06-2020, 04:51 PM
    Thread: Displaying html and pdf in a QtWidget
Post: RE: Displaying html and pdf in a QtWidget

Hi Larz60+ and Axel_Erfurt Thank you for your reply. I begun to study the script refered to by Axel_Erfurt, but I still need time to understand it. As for Larz60+'s comment, to go into some more de...
arbiel GUI 16 15,094 Dec-06-2020, 11:41 AM
    Thread: Displaying html and pdf in a QtWidget
Post: Displaying html and pdf in a QtWidget

Hi I did not yet run any test for displaying html and pdf documents in a QtWidget because I did not yet fount any information on those subjects. Thanks a lot to anybody giving me a hint on where to ...
arbiel GUI 16 15,094 Dec-03-2020, 08:35 PM
    Thread: Displaying various layouts in a single window
Post: RE: Displaying various layouts in a single window

Hi Ok. Thank you for the correction. After a while, I eventually understood the use I can do of QTabWidget, itself being possibly stacked into a QStackedWidget. Arbiel
arbiel GUI 6 4,101 Nov-08-2020, 09:21 PM
    Thread: Displaying various layouts in a single window
Post: RE: Displaying various layouts in a single window

Hi Axel I thank you for your input. However, the example you posted does not exactly answer my issue. It allows for the changing of the color of the background of a widget, when my issue is to compl...
arbiel GUI 6 4,101 Nov-06-2020, 06:18 PM
    Thread: Displaying various layouts in a single window
Post: RE: Displaying various layouts in a single window

Hi deanhystad Thank you. Your answer led me to tutorialpoint.com pages where I found valuable pieces of information. I did not yet test, but I understand now how to achieve my goal. Arbiel
arbiel GUI 6 4,101 Nov-06-2020, 09:32 AM
    Thread: Unable to retrieve a saved draft
Post: RE: Unable to retrieve a saved draft

Please Drop that thread. I actually fond my saved draft, and posted it. Arbiel
arbiel Board 1 6,438 Nov-05-2020, 06:39 PM

User Panel Messages

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