Re: [Tutor] Python scripts into executable Windows programss

2011-08-03 Thread spawgi
For a seamless application development experience, you may want to consider
these steps.
1. Use Eclipse-pydev to write your scripts
2. Use py2exe to convert into executable programs
3. Use Inno setup to create installers

There is support for 2.6 and 2.7 with Python. Please see the news page -
http://www.py2exe.org/index.cgi/News

Hope this helps.

Thanks and Regards,
Sumod


On Wed, Aug 3, 2011 at 9:55 AM, Emeka emekami...@gmail.com wrote:

 Hello All,

 I would want to convert  Python scripts into executable Windows programs.
 I have already checked out py2exe, it seems like they support only Python
 2.5. Mine is Python 2.7.7. Could anyone here help me out on this issue?
 ?

 Regards,
 Emeka --
 *Satajanus  Nig. Ltd


 *

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 http://mail.python.org/mailman/listinfo/tutor




-- 
http://spawgi.wordpress.com
We can do it and do it better.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python scripts into executable Windows programss

2011-08-03 Thread Emeka
Sumod,

Thanks so much ... I was also looking for something like Inno.

Emeka



On Wed, Aug 3, 2011 at 8:04 AM, spa...@gmail.com wrote:

 For a seamless application development experience, you may want to consider
 these steps.
 1. Use Eclipse-pydev to write your scripts
 2. Use py2exe to convert into executable programs
 3. Use Inno setup to create installers

 There is support for 2.6 and 2.7 with Python. Please see the news page -
 http://www.py2exe.org/index.cgi/News

 Hope this helps.

 Thanks and Regards,
 Sumod


 On Wed, Aug 3, 2011 at 9:55 AM, Emeka emekami...@gmail.com wrote:

 Hello All,

 I would want to convert  Python scripts into executable Windows programs.
 I have already checked out py2exe, it seems like they support only Python
 2.5. Mine is Python 2.7.7. Could anyone here help me out on this issue?
 ?

 Regards,
 Emeka --
 *Satajanus  Nig. Ltd


 *

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 http://mail.python.org/mailman/listinfo/tutor




 --
 http://spawgi.wordpress.com
 We can do it and do it better.




-- 
*Satajanus  Nig. Ltd


*
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Python scripts into executable Windows programss

2011-08-02 Thread Emeka
Hello All,

I would want to convert  Python scripts into executable Windows programs. I
have already checked out py2exe, it seems like they support only Python 2.5.
Mine is Python 2.7.7. Could anyone here help me out on this issue?
?

Regards,
Emeka --
*Satajanus  Nig. Ltd


*
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Python scripts into executable Windows programss

2011-08-02 Thread Christian Witts

On 2011/08/03 06:25 AM, Emeka wrote:

Hello All,

I would want to convert Python scripts into executable Windows 
programs. I have already checked out py2exe, it seems like they 
support only Python 2.5. Mine is Python 2.7.7. Could anyone here help 
me out on this issue?

?

Regards,
Emeka --
/Satajanus  Nig. Ltd


/


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


They do have support for Python 2.7, it's just the latest version on 
SF is listed as Py2.5 64bit.

http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/

--

Christian Witts
Python Developer

//
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor