Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: json format
Post: RE: json format

I'm busy turning a permanent storage list into an on-screen list, back in the day we would have said 'hard disk' instead of permanent storage. Anyway, have you tried this? # Python program to update...
davediamond General Coding Help 6 1,927 Apr-21-2022, 03:51 PM
    Thread: pyCharm question
Post: pyCharm question

Help! Pycharm won't run my code! I have "main.py" open and when I run it, it doesn't reflect my changes/edits. Here's the code, it's a bit of a mess as I'm working through some experiments/examples....
davediamond General Coding Help 1 1,037 Apr-17-2022, 07:46 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

Hello there! How do I start one module from another, without adding it to main.py ? I want to call module example_gui.py from main.py. BTW main.py has some code to parse an .xml file. Thanks in adv...
davediamond General Coding Help 22 4,545 Apr-17-2022, 05:49 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

Hello there I need a list widget with multiple columns, like the Visual Basic 'Listview' control. Can you help, please? Regards Dd
davediamond General Coding Help 22 4,545 Apr-17-2022, 12:28 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

The app is a version of a balance sheet, which keeps track of withdrawals and deposits, actually of vapes for patients, as patients can't smoke or keep smokes. So, later I'll show you the form... I'v...
davediamond General Coding Help 22 4,545 Apr-17-2022, 11:51 AM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

Hi, I didn't know VSCode was open source, but I decided on trying pyCharm, as per your advice. I want to start coding now, and to start I've drawn out some forms which will provide the interface. [I...
davediamond General Coding Help 22 4,545 Apr-16-2022, 07:18 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

Hi I'm now using pyCharm, and it looks great. It can't find my module pyside6. Here's the problem : import sys import random from PySide6 import QtCore, QtWidgets, QtGui class MyWidget(QtWidgets.QW...
davediamond General Coding Help 22 4,545 Apr-16-2022, 04:50 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

(Apr-16-2022, 03:05 PM)snippsat Wrote: (Apr-16-2022, 02:24 PM)davediamond Wrote: Can Python/Ecipse/pyDev offer Visual Basic, code tips/completion, whatever in the IDE, as well as being able to acc...
davediamond General Coding Help 22 4,545 Apr-16-2022, 04:31 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

Hello gang! Can Python/Ecipse/pyDev offer Visual Basic, code tips/completion, whatever in the IDE, as well as being able to access documents here on my PC, or will I have to use the web?
davediamond General Coding Help 22 4,545 Apr-16-2022, 02:24 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

https://doc.qt.io/qtforpython/gettingsta...ndows.html python -m venv testenv call testenv\Scripts\activate pip install -r requirements.txt # General dependencies, documentation, and examples.The thi...
davediamond General Coding Help 22 4,545 Apr-16-2022, 02:21 PM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Hello. I've had seven years of VB. 6. Now in the last couple if years I've used Python, last year on Raspberry Pi, just using the command line as input and output. I've just begun a GUI project as I m...
davediamond Bar 431 229,240 Apr-15-2022, 08:22 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

I now have the following running on my pc : (pq_env) C:\Users\GreenBus\myPython\pq_env>
davediamond General Coding Help 22 4,545 Apr-14-2022, 06:46 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

(Apr-14-2022, 05:16 PM)snippsat Wrote: Give full Path,quick example. # Make λ python -m venv pq_env # Cd in G:\div_code λ cd pq_env\ # Activate with absolute path G:\div_code\pq_env λ G:\div_code\...
davediamond General Coding Help 22 4,545 Apr-14-2022, 06:26 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: RE: Installing Qt for Python. (On Windows 10)

I don't have a 'env' directory, just a 'venv' one. dirproduces this list : Volume in drive C has no label. Volume Serial Number is B475-2996 Directory of C:\Users\GreenBus 14/04/2022 00:18 ...
davediamond General Coding Help 22 4,545 Apr-14-2022, 05:46 PM
    Thread: Installing Qt for Python. (On Windows 10)
Post: Installing Qt for Python. (On Windows 10)

https://doc.qt.io/qtforpython/quickstart.html The problem I'm having is with the following shell command : env\Scripts\activate.batError:The system cannot find the path specified.
davediamond General Coding Help 22 4,545 Apr-14-2022, 05:06 PM
    Thread: Qt Designer : help document viewer error.
Post: RE: Qt Designer : help document viewer error.

Hi Dean, thanks for your comments. Advice needed I was going to study the coding from here : https://realpython.com/qt-designer-pytho...-and-slots I'm being greedy, but do you have any exercises...
davediamond GUI 2 1,593 Apr-14-2022, 10:38 AM
    Thread: Qt Designer : help document viewer error.
Post: Qt Designer : help document viewer error.

The following alert is shown in Qt Designer when I click 'help'. As you can see it's using Linux symbols AND Windows symbols when reporting the error. [Image: https://i.ibb.co/rQdhdWs/image-2022-04-1...
davediamond GUI 2 1,593 Apr-13-2022, 06:06 PM
    Thread: Does anyone want to collaborate on a small project?
Post: Does anyone want to collaborate on a small project...

Hello. I'm just starting to produce a design document for a new project. It's got about 4 windows, and has a GUI. I plan on using pyQT, and it's accompanying designer. I used to program in VB 6, and ...
davediamond Jobs 1 16,150 Apr-12-2022, 03:47 PM
    Thread: 'Your first program' type question, be kind
Post: 'Your first program' type question, be kind

Hello there! I'm a former programmer, who's dipping his toes in the water again. This time, instead of VB 6, I'm using the Python language. It's free, and I'm glad not to have chosen Java. The books I...
davediamond GUI 0 1,079 Apr-11-2022, 08:12 PM

User Panel Messages

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