Search found 2 matches

by kylnew
Wed Jun 05, 2013 2:18 pm
Forum: SMILE
Topic: Python for SMILE
Replies: 7
Views: 6855

Re: Python for SMILE

If you're on windows you'll need to make a DLL library I believe if that's the environment you are deploying the project in. Ours is a linux web server. It will be a matter of adjusting the Makefile appropriately, I believe. Windows - .dll Mac - .dylib Linux - .so At the conclusion of our project I ...
by kylnew
Tue May 21, 2013 4:37 pm
Forum: SMILE
Topic: Python for SMILE
Replies: 7
Views: 6855

Re: Python for SMILE

Hey, I've actually been working on a project recently where I ultimately decided that the best thing for the job was SMILE but I was already well committed to python. Let me say in advance DON'T do this with SWIG. I tried that first based on what I'd read on this board and it may have worked in the ...