[4suite] Installation problem

Marcus Streets marcus at ncipher.com
Mon Aug 21 09:57:16 MDT 2006


Jeremy Kloth wrote:
> On Monday 21 August 2006 9:16 am, Marcus Streets wrote:
>> I am installing on windows.
>> I am running Python 2.4
>> I have used the windows installer from the web site.
>> All seems to go fine - but when I test the install I get the message
>>
>> Python 2.4.2 (#46, Aug 16 2006, 17:36:03) [MSC v.1100 32 bit (Intel)] on
>> win32
>> Type "help", "copyright", "credits" or "license" for more information.
>>
>>>>> from ft.xml import Domlette
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in ?
>> ImportError: No module named ft.xml
> 
> The proper import would be:
> 
> from Ft.Xml import Domlette
> 
> note the uppercase 'F' and 'X'.
> 
>> I can see the Python\bin\Lib\site-packages\Ft directory.
>>
>> There are a couple of odd things about my set-up - but am not sure if
>> any of these are relevant.
>>
>> Python is installed in in nfast\bin\python - but this has been found.
>> I have cygwin installed - but am using windows python and 4Suite.
>> I have installed PyXML 0.8.4
> 
> How was Python installed?  Built from source or with the official installer 
> from Python.org?
> 
Built from source.
Could be a registry problem - I do no seem tot have a modules key.
I have added a modules and modules ft key to

HKLM\Software\Python\PythonCore\2.4\

what should I set the keys to?

Marcus



More information about the 4suite mailing list