You are not logged in.

#1 2012-12-11 00:46:09

riverrun
Member
Registered: 2010-08-27
Posts: 12

New version of genxword - a crossword generator

Hi all,

This new version brings a few cosmetic changes to the gui to make it a little more user-friendly. The crossword calculation and the command line version have not been changed at all. Anyway, here's a list of the changes:

  1. When editing the word list, the word is now highlighted so that it is easy to see which part of each line is the word and which part is the clue. Also, the lines are numbered and there is now the option to undo / redo changes.

  2. The checkboxes for deciding what format to save the crossword in are now on a bar at the bottom of the main interface.

  3. The help page is opened in the web browser.

Here are the AUR pages for the Python2 genxword-git,
and Python3 versions genxword3-git

Let me know if there are any problems, and I hope you find it useful.

Offline

#2 2012-12-11 01:38:59

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: New version of genxword - a crossword generator

Installing genxword3-git:

==> Validating source files with md5sums...genxword3-0.5.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

FYI smile
Scott

Offline

#3 2012-12-11 08:05:57

riverrun
Member
Registered: 2010-08-27
Posts: 12

Re: New version of genxword - a crossword generator

Thanks for letting me know. I just realized that I forgot to change the md5sums line in the PKGBUILD.
I've just uploaded new versions, which should be OK.

Offline

#4 2012-12-11 09:00:49

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: New version of genxword - a crossword generator

% genxword3-gtk
Traceback (most recent call last):
  File "/usr/bin/genxword3-gtk", line 4, in <module>
    from genxword3 import gui
ImportError: cannot import name gui

Looks like there's a dependency missing.

Offline

#5 2012-12-11 22:56:43

riverrun
Member
Registered: 2010-08-27
Posts: 12

Re: New version of genxword - a crossword generator

Hi Army,
Sorry about that. I'll try to find out what's causing that error, but I'm not on Arch at the moment, so it might take a couple of days.
Could you tell me if there's a file called gui.py in /usr/lib/python3.3/site-packages/genxword3/?
Many thanks.

Offline

#6 2012-12-11 23:19:20

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: New version of genxword - a crossword generator

Yes there is.

$ ls /usr/lib/python3.3/site-packages/genxword3/
calculate.py  control.py  gui.py  __init__.py  __pycache__

Scott

Edit: per your email, installed gtksourceview3 and it works. Thanks!

Last edited by firecat53 (2012-12-12 00:19:00)

Offline

#7 2012-12-12 02:32:58

riverrun
Member
Registered: 2010-08-27
Posts: 12

Re: New version of genxword - a crossword generator

Hi all,
I've just updated the PKGBUILDs to include gtksourceview3 as a dependency. I've also made python-gobject a dependency rather than an optional dependency.
Hope it works now smile

Offline

Board footer

Powered by FluxBB