Hello all, I just downloaded CIV4 Complete from Amazon last night. I used to have the BTS disk but I don't know what happened to it 
Anyways, when I go to start BTS it goes alright until it gets to Init Python, then I get a fatal error, and it gives me the message "Failed Initializing Python." I'm running Windows 7, on a 6 month old machine. When I run the Pitboss application, the same thing happens.
In the logs I get the following under PythonErr2:
And the following under init:
Any help would be much appreciated! Thanks
(If there's any other info that would be helpful please let me know, and I will get it)
Update: I tried a couple fixes, I allowed it through the firewall and I downloaded the "Directrix" link from this thread.
]Secondly, the problem occurs with all of the games, same message on Warlords and vanilla becomes unresponsive when it reaches "init python."

Anyways, when I go to start BTS it goes alright until it gets to Init Python, then I get a fatal error, and it gives me the message "Failed Initializing Python." I'm running Windows 7, on a 6 month old machine. When I run the Pitboss application, the same thing happens.
In the logs I get the following under PythonErr2:
Code:
sys.path = ['..\\WARLORDS\\ASSETS\\PYTHON\\SYSTEM']
sys.modules = {'zipimport': <module 'zipimport' (built-in)>, 'signal': <module 'signal' (built-in)>, '__builtin__': <module '__builtin__' (built-in)>, 'sys': <module 'sys' (built-in)>, '__main__': <module '__main__' (built-in)>, 'exceptions': <module 'exceptions' (built-in)>, 'CvPythonExtensions': <module 'CvPythonExtensions' (built-in)>}
sys.builtin_module_names = ('CvPythonExtensions', '__builtin__', '__main__', '_bisect', '_codecs', '_codecs_cn', '_codecs_hk', '_codecs_iso2022', '_codecs_jp', '_codecs_kr', '_codecs_tw', '_csv', '_heapq', '_hotshot', '_locale', '_multibytecodec', '_random', '_sre', '_subprocess', '_symtable', '_weakref', '_winreg', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'md5', 'mmap', 'msvcrt', 'nt', 'operator', 'parser', 'regex', 'rgbimg', 'sha', 'signal', 'strop', 'struct', 'sys', 'thread', 'time', 'xxsubtype', 'zipimport')
load_module CvEventInterface
load_module CvUtil
load_module traceback
traceback import failed
Traceback (most recent call last):
File "<string>", line 1, in ?
File "<string>", line 52, in load_module
File "CvEventInterface", line 12, in ?
File "<string>", line 52, in load_module
File "CvUtil", line 5, in ?
ImportError: No module named traceback
load_module CvAppInterface
load_module os
os import failed
Traceback (most recent call last):
File "<string>", line 1, in ?
File "<string>", line 52, in load_module
File "CvAppInterface", line 14, in ?
ImportError: No module named os
And the following under init:
Code:
[1534861.934] DBG: CIV Init
[1534861.934] VERSION: App: C:\Program Files (x86)\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword\Civ4BeyondSword.exe
[1534861.934] VERSION: Build: Mon May 19 09:20:10 2008
[1534861.934] VERSION: 3.1.3.1 (104717)
[1534861.950] VERSION: Mod Loaded: none
[1534861.981] DBG: FILE Cat Init
Any help would be much appreciated! Thanks
(If there's any other info that would be helpful please let me know, and I will get it)
Update: I tried a couple fixes, I allowed it through the firewall and I downloaded the "Directrix" link from this thread.
]Secondly, the problem occurs with all of the games, same message on Warlords and vanilla becomes unresponsive when it reaches "init python."