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 ...
Search found 2 matches
- Wed Jun 05, 2013 2:18 pm
- Forum: SMILE
- Topic: Python for SMILE
- Replies: 7
- Views: 13754
- Tue May 21, 2013 4:37 pm
- Forum: SMILE
- Topic: Python for SMILE
- Replies: 7
- Views: 13754
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 ...
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 ...