Hi, I'm assuming that you are using the 1.3.13 MS Windows 32-bit Zip file. This problem sometimes occurs due to differences in Windows versions (especially 32 vs. 64-bit). To check the system information, can you run:
$ relax --info > log This will create a file called 'log' which you can copy and paste the contents of. Could you also run: $ relax --tee log2 and then inside relax type: relax> from maths_fns.relax_fit import setup Then quit relax. The 'log2' file should then have all of the information about why the C module cannot be loaded on your system. >From this information, hopefully we can work out what is happening. Cheers, Edward On 12 March 2012 11:14, James Nyirenda <[email protected]> wrote: > Yes, the information at the bottom says False meaning we have to compile the > modules, i tried last night using a separate machine having c++ 2005 but the > messege at the bottom says am using c++ on a header that is using c as i > copied the relax-fit files header and source into ms visual c++ 2005 though > my thinking was if relax curve fitting files were written in c, c++ may not > be problem. Sorry my programming skills are a bit scanty. > Probably we can start from this bit of information i have given. > Kind regards. > Jimmy. > _______________________________________________ relax (http://nmr-relax.com) This is the relax-users mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-users

