SImple compilation question

Python framework for working with atomic configurations, potentials, and algorithms.

Moderator: moderators

Post Reply
alromero
Posts: 2
Joined: Fri Jan 10, 2014 12:31 pm

SImple compilation question

Post by alromero »

I download the most recent version of tsase and I did compile it with the Makefile included in the distribution.. Everything was smooth but now when I do try to import the package from python, it is complaining because it does not find it… probably I am missing a step of installation but I was unable to figure it out. Any advise will be welcome.

Thanks

-aldo.
chill
Posts: 96
Joined: Tue Jul 28, 2009 9:04 pm

Re: SImple compilation question

Post by chill »

If the tsase directory is in "$HOME/code/tsase" then you need to add "$HOME/code" to your $PYTHONPATH. Does that help?
alromero
Posts: 2
Joined: Fri Jan 10, 2014 12:31 pm

Re: SImple compilation question

Post by alromero »

Thanks a lot!. It did work in my linux box but not in my Mac.. I will sort this out.. now can I ask you something bit different about the examples directory? I am not sure what it is in there… is there a README or some simple explanation of what is in there?..I guess it is based on the CdSe example but I am not 100% sure...

Thanks again. It is really great that you have interfaced with are!

Best

-aldo.
Post Reply