How do I set up dreamPie to use ironpython?

Asked by code Smith

Hi,
could you please let me know how I set up dream py to use iron Python?
Also if I want to change from python2.6 to 3.0 how do I change this in dreamPie?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
DreamPie Edit question
Assignee:
No assignee Edit question
Solved by:
code Smith
Solved:
Last query:
Last reply:
Revision history for this message
Noam Yorav-Raphael (noamraph) said :
#1

The DreamPie executable gets the Python interpreter as an argument, so in order to run it with Python 3 you just need to run "dreampie.exe c:\Python31\python.exe" (if these are the names of the executables), and to run with IronPython, use 'dreampie.exe "c:\program files\IronPython\ipy.exe"'. It's easiest to add shortcuts to these commands.

Hope this helps,
Noam

Revision history for this message
code Smith (codesmith111) said :
#2

Thank you Noam.

Revision history for this message
straton13 (straton13) said :
#3

and on linux?
(with python3.1)

Revision history for this message
Noam Yorav-Raphael (noamraph) said :
#4

> dreampie python3.1
(assuming it's in your $PATH. If it isn't just give its path.)

Revision history for this message
Tal Einat (taleinat) said :
#5

Noam, this should be in the FAQ.

Revision history for this message
Noam Yorav-Raphael (noamraph) said :
#6

I wrote this in the "download" page.

Actually, now it's much simpler on Windows - you run the "configure interpreter" command and select the executable.