Pythonxy - install jmodelica

4 posts / 0 new
Last post
peter.balazovic
Offline
Joined: 2009-06-06
Pythonxy - install jmodelica

Hello All,

any idea how to correctly install jmodelica under pythonxy?
I've followed http://exnumerus.blogspot.com/2011/04/installing-jmodelica-after-pythonx... but it doesn't work for me...

Thanks.
Peter

michele_muc
Offline
Joined: 2011-05-04
Hey,I tried it and it

Hey,

I tried it and it worked. Did you set the environment variables right?

My problem is that the scripts are not running inside Eclipse.
I always get an error:

ImportError: No module named examples

for this test:

import jmodelica
jmodelica.check_packages()

But when run these in the python console everything is working fine.
Anyone an idea!?

Thanks,
Michael

peter.balazovic
Offline
Joined: 2009-06-06
set the environment variables right?

I followed the procedure http://exnumerus.blogspot.com/2011/04/installing-jmodelica-after-pythonx...
and unfortunately I can't run it from within python as soon as python interpreter runs from pythonxy environment.

jakesson
Offline
Joined: 2009-03-14
 Hi Peter,   I haven't used

 Hi Peter,
 
I haven't used Python XY for a while so I'm not sure how to resolve the problem. Using the standard Python 2.6 distro and then installing the deps usually work fine.
 
Best
/Johan

Login or register to post comments