From: Dan P. <da...@ro...> - 2005-01-05 23:07:51
|
I am getting an error when installing PythonCard 0.8.1 with python 2.4 = and wxPython 2.5.3.1. This is an error that I do not get when = installing with python 2.3. I am running on Windows XP and I have tried = to install with both the installer .exe and the setup.py. The install done through the .exe fails with a Windows error in = ntdll.dll during the post-install step, right when or after running = Python24\Scripts\install-pythoncard.py. The install through the = setup.py runs without any complaints but I don't get any of the = Pythoncard apps installed in my Start menu and I cannot recognize any of = the PythonCard apps in the site-packages\PythonCard. All I can see from = the setup.py messages is that it has created the desired directories and = it has copied files to them. Python24\Scripts\install-pythoncard.py is = till there and running it by hand gives me the following error: Traceback (most recent call last): File "C:\Python24\Scripts\install-pythoncard.py", line 22, in ? prg =3D get_special_folder_path("CSIDL_COMMON_PROGRAMS") NameError: name 'get_special_folder_path' is not defined Any help would be appreciated. Dan |