Package Details: pyfa 2.58.1-1

Git Clone URL: https://aur.archlinux.org/pyfa.git (read-only, click to copy)
Package Base: pyfa
Description: EVE Online Fitting Assistant
Upstream URL: https://github.com/pyfa-org/Pyfa
Keywords: eft eve eve:online eveonline game tool
Licenses: GPL3
Submitter: None
Maintainer: wereii
Last Packager: wereii
Votes: 48
Popularity: 0.000020
First Submitted: 2010-01-06 13:39 (UTC)
Last Updated: 2024-03-03 12:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

pezz commented on 2020-12-16 09:15 (UTC)

@sg4rb0 This is not a pyfa bug. There was a big python update recently.

You should check any of your AUR software that relies on python things. A simple re-install of python-roman would have fixed your issue.

sg4rb0 commented on 2020-12-16 08:26 (UTC) (edited on 2020-12-16 08:27 (UTC) by sg4rb0)

Latest version has a new bug:

Traceback (most recent call last):
  File "/usr/share/pyfa/pyfa.py", line 148, in <module>
    from gui.mainFrame import MainFrame
  File "/usr/share/pyfa/gui/mainFrame.py", line 47, in <module>
    from gui.characterEditor import CharacterEditor
  File "/usr/share/pyfa/gui/characterEditor.py", line 23, in <module>
    import roman
ModuleNotFoundError: No module named 'roman'

pezz commented on 2020-04-19 23:42 (UTC)

Please double-check the package version before flagging out-of-date.

Thanks.

pezz commented on 2019-11-20 21:21 (UTC)

@wims Thanks mate, it was hard for me to confirm this as I have a bunch of stuff dependent on webkit2gtk so couldn't uninstall it.

Grepping through the pyfa code revealed that it uses webview which is provided by webkit2gtk so I have added it as a dependency.

wims commented on 2019-11-20 01:09 (UTC)

I had a crash on startup that I had to install webkit2gtk to fix

garric commented on 2019-11-17 17:05 (UTC)

Confirming rebuilding works!

pezz commented on 2019-11-17 07:30 (UTC)

I don't think it's an issue for the pyfa guys, just rebuild python-markdown2 with your AUR helper.

garric commented on 2019-11-17 06:35 (UTC)

Having the same issue with markdown2, I logged a bug on pyfa github. Will try rebuilding markdown2 tomorrow.

Bop commented on 2019-11-16 01:02 (UTC)

Solved it, it was a partial update issue. You gave me a clue by mentioning python 3.8. Updating it lets pyfa build.

pezz commented on 2019-11-16 00:49 (UTC) (edited on 2019-11-16 00:54 (UTC) by pezz)

I actually got errors with roman and markdown2, given the recent python 3.8.0 update it looks like some stuff needs a rebuild.

I have bumped the pkgrel for roman as I maintain it but you may need to rebuild python-markdown2 as well.

If the error is still with logbook then I'm not sure as rebuilding those two deps fixed this for me. You might need to log a bug with the pyfa team.