Questions tagged [breezy]

A version control system. This tag is for questions about setting up, configuring and using Breezy.

4 questions
1
vote
0 answers

Radio Buttons in breezypythongui library

So I have a radio button group that I made using the breezypythongui library and I was curious if anyone could help me use it to execute a function. from breezypythongui import EasyFrame class Taxation(EasyFrame): def __init__(self): …
1
vote
1 answer

BreezypythonGui program is running but the window is not showing up?

I am just trying to work out some simple programs to get the gist of everything. The program should display a little window that displays "Hello World" but i have come across the problem where my program that uses breezypythongui runs but the window…
Jase
  • 11
  • 1
0
votes
0 answers

import java.awt.*; and import BreezyGUI.*; give error messages saying the packages aren't available

I am trying to write the chapter 7 program of blackjack from the Java book my school uses and everything in my code is working except for the imports. I am importing java.awt and BreezyGUI and it is giving me the error message "The package java.awt…
Addi E
  • 1
0
votes
1 answer

Does breezy fully replace bzr, in msys2

The title tells it all: Does breezy fully replace bzr, at least in msys2? E.g., by aliasing. I found little info on this: https://github.com/NixOS/nixpkgs/issues/80740