These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

(Closed, Resolved in Latest Master) PYFA 1.16.1 Doesn't Launch

Author
Cheradenine-Zakalwe Amtiskaw
Federal Navy Academy
Gallente Federation
#1 - 2015-11-05 17:14:47 UTC  |  Edited by: Cheradenine-Zakalwe Amtiskaw
Quoted from the pyfa thread in ships modules:

Cheradenine-Zakalwe Amtiskaw wrote:
I get the following error in Linux Mint 17.2 with the 1.16.1 version:


Traceback (most recent call last):
File "pyfa.py", line 104, in [module]
    import service.prefetch
  File "/home/devinnull/Downloads/pyfa/service/__init__.py", line 16, in [module]
    from service.pycrest import EVE
  File "/home/devinnull/Downloads/pyfa/service/pycrest/__init__.py", line 13, in [module]
    from .eve import EVE
  File "/home/devinnull/Downloads/pyfa/service/pycrest/eve.py", line 11, in [module]
    from weak_ciphers import WeakCiphersAdapter
  File "/home/devinnull/Downloads/pyfa/service/pycrest/weak_ciphers.py", line 20, in [module]
    from urllib3.util import ssl_
ImportError: cannot import name ssl_



Also, I have to run it with the -w option, if I do not, then I get an error that I do not have wx Python 2.8 or 3.0 installed, when in fact I do have 2.8 installed.

Version 1.15 continues to work flawlessly on my system, but I cannot get the current version to run with the above quoted error in the terminal.

Thanks!

PS I had to change the < and > to [ and ] in the above post to avoid the HTML filters...


Anyone else having problems or a suggestion for a work around?
Cheradenine-Zakalwe Amtiskaw
Federal Navy Academy
Gallente Federation
#2 - 2015-11-06 01:18:25 UTC  |  Edited by: Cheradenine-Zakalwe Amtiskaw
Resolved in latest master.

Thanks pyfa devs!