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.
 

eve installer wont instal do to missing Python codex (solved)

Author
Isometric Isotope
Republic Military School
Minmatar Republic
#1 - 2011-10-22 00:31:31 UTC  |  Edited by: Isometric Isotope
or atleast thats what it says. I had to reisntall ubuntu (prolly saw my post in the OOPE sub forum)
but any ways trying to reisntal Eve is being a pain as it keeps saying Missing Python codex in C drive Program Files

so IM wondering what i should do? (using the latest Wine as i heard on the forums it works better then .2,3

My cup Overfloweth with stale coffee!

Isometric Isotope
Republic Military School
Minmatar Republic
#2 - 2011-10-22 02:36:02 UTC
downloaded the offline install files and it worked

My cup Overfloweth with stale coffee!

Miraqu
Kneipenterroristen.
#3 - 2011-10-22 08:12:05 UTC
For the online - installer you need vcrun 2005, 2008 and 2010 from winetricks.

Works though.
Isometric Isotope
Republic Military School
Minmatar Republic
#4 - 2011-10-23 01:12:18 UTC
Miraqu wrote:
For the online - installer you need vcrun 2005, 2008 and 2010 from winetricks.

Works though.

ah ty i was wondering what i was missing any ways the download time of the offline installer was quicker (by half an hour or so)

My cup Overfloweth with stale coffee!

Leod Athas
TURN LEFT
#5 - 2011-10-29 11:24:49 UTC  |  Edited by: Leod Athas
Yeah I did an offline install too, but apparently the files got corrupt somewhere during the download. (or some error is preventing the installer from getting correct hash sums.) The repair.exe complained that it could not find python27.dll and my fix was:

sh winetricks vcrun2008

Funny thing is, I could not find the hash sums. Anyone know where the md5 or sha1 sums for the payload files are?
Nestara Aldent
Citimatics
#6 - 2011-11-04 02:02:24 UTC  |  Edited by: Nestara Aldent
Payload files are 7zip archives and checksum is within them somewhere, but I don't know which hash algorithm is used by 7zip. With p7zip package installed do:

7za t nameofthepackage.7z

And that is enough (if 7za is somewhere in path). Not only hash will be checked, but 7zip will decompress files to /dev/null too.