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.
 

Help installing pyfa on ubuntu 12.04

Author
AceMonter
Deep Core Mining Inc.
Caldari State
#1 - 2012-08-13 18:30:18 UTC
Hi I just installed Ubuntu on my PC and I'm trying to get work all the apps for eve, pyfa and the evemon version for linux. So im very new with linux...

In Pyfa I got a problem that after executing ./pyfa.py in terminal a few seconds later return to line and it does nothing...

This is what I did.


Writing python on terminal shows me
Quote:
Python 2.7.3 (default, Aug 1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.


I also install:
Quote:
$ sudo apt-get install python-wxgtk2.8 python-sqlalchemy
$ sudo apt-get install aptitude
$ sudo aptitude install gtk2-engines-pixbuf


Do i need something else?

When i try to run...
Quote:
lisandro@Liso:~/pyfa$ ./pyfa.py
lisandro@Liso:~/pyfa$ sudo ./pyfa.py
lisandro@Liso:~/pyfa$ su
Password:
root@Liso:/home/lisandro/pyfa# ./pyfa.py

** (python:2998): WARNING **: The connection is closed
root@Liso:/home/lisandro/pyfa#


No idea whats the problem
Thanks for the help guys...

Im pretty new with linux, and I really like it !! much more than windows.. so after this I will try to make it work the EVE cliente and the evemon...

Cya

De los pocos argentinos que hay por aca.-

After Shok
Ruthenia Co
#2 - 2012-08-13 19:56:28 UTC  |  Edited by: After Shok
try run as - python ./pyfa.py

and i see errors - for me
Quote:

$ python ./pyfa.py
Cannot find wxPython or the installed wxPython version doesn't meet the min. requirements.
You can download wxPython (2.8) from http://www.wxpython.org/
$ python ./pyfa.py
Cannot find sqlalchemy.
You can download sqlalchemy (0.6+) from http://www.sqlalchemy.org/


after install packets - it run

Правдой нельзя оскорбить, уважаемый адвокат!

Тот самый Мюнхгаузен

Золотая орка

AceMonter
Deep Core Mining Inc.
Caldari State
#3 - 2012-08-13 20:06:36 UTC
After Shok wrote:
try run as - python ./pyfa.py

and i see errors - for me
Quote:

$ python ./pyfa.py
Cannot find wxPython or the installed wxPython version doesn't meet the min. requirements.
You can download wxPython (2.8) from http://www.wxpython.org/
$ python ./pyfa.py
Cannot find sqlalchemy.
You can download sqlalchemy (0.6+) from http://www.sqlalchemy.org/


after install packets - it run


I try that but is doing nothing... return to the line after a few secs...

It shows no errors..
Quote:
lisandro@Liso:~/pyfa$ python ./pyfa.py
lisandro@Liso:~/pyfa$


How do I know if i got the wxpython ? I know I did install the sqlalchemy...


De los pocos argentinos que hay por aca.-

Sarummay
WipeOut Inc.
Pandemic Horde
#4 - 2012-08-19 19:10:28 UTC  |  Edited by: Sarummay
First go to Packagecontrole (Packetverwaltung in German, don't know how its named in English) and get the following packages:

  • Python
  • wxPython
  • SQLAlchemy
  • Matplotlib (Optional, needed for graphs only)
  • numpy (Optional, needed for graphs only)

then you get pyfa from here:
http://dl.evefit.org/stable/1.1.9/pyfa-1.1.9-inferno-1.2-src.tar.bz2
(or any newer version from evefit.org)

extract that file to wherever you want it, then mark "pyfa.py" as executabel and double click it.
AceMonter
Deep Core Mining Inc.
Caldari State
#5 - 2012-08-26 11:18:51 UTC
Sarummay wrote:
First go to Packagecontrole (Packetverwaltung in German, don't know how its named in English) and get the following packages:

  • Python
  • wxPython
  • SQLAlchemy
  • Matplotlib (Optional, needed for graphs only)
  • numpy (Optional, needed for graphs only)

then you get pyfa from here:
http://dl.evefit.org/stable/1.1.9/pyfa-1.1.9-inferno-1.2-src.tar.bz2
(or any newer version from evefit.org)

extract that file to wherever you want it, then mark "pyfa.py" as executabel and double click it.


Thanks ! i got it ! is working fine now

I just intall from synaptic, python-wxgtk2.8 and python-sqlalchemy
Python is comming installed by defect in ubuntu 12.04

Installing those 2 packets works fine

De los pocos argentinos que hay por aca.-