Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100006 > unrolled thread
| Started by | "dfh@forestfield.co.uk" <dfh@forestfield.co.uk> |
|---|---|
| First post | 2015-12-04 08:21 -0800 |
| Last post | 2015-12-04 11:26 -0600 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Frozen apps (py2exe, cx_freeze) built with Python 3.5 "dfh@forestfield.co.uk" <dfh@forestfield.co.uk> - 2015-12-04 08:21 -0800
Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5 Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-04 10:37 -0600
Re: Frozen apps (py2exe, cx_freeze) built with Python 3.5 Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-12-04 11:26 -0600
| From | "dfh@forestfield.co.uk" <dfh@forestfield.co.uk> |
|---|---|
| Date | 2015-12-04 08:21 -0800 |
| Subject | Frozen apps (py2exe, cx_freeze) built with Python 3.5 |
| Message-ID | <94a5d971-ebd0-4385-b276-b33468f5497e@googlegroups.com> |
Python 3.5 will not run under Windows XP, but what about applications created using py2exe or cx_freeze under Windows 7, 8 or 10, is there any knowledge of whether they will run under XP? Regards, David Hughes Forestfield Software
[toc] | [next] | [standalone]
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2015-12-04 10:37 -0600 |
| Message-ID | <mailman.200.1449247084.14615.python-list@python.org> |
| In reply to | #100006 |
On Fri, Dec 4, 2015 at 10:21 AM, dfh@forestfield.co.uk <dfh@forestfield.co.uk> wrote: > Python 3.5 will not run under Windows XP, but what about applications created using py2exe or cx_freeze under Windows 7, 8 or 10, is there any knowledge of whether they will run under XP? I wouldn't expect them to. Those bundlers are just packaging up the Python binary, so they should have all the same problems.
[toc] | [prev] | [next] | [standalone]
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
|---|---|
| Date | 2015-12-04 11:26 -0600 |
| Message-ID | <mailman.201.1449250047.14615.python-list@python.org> |
| In reply to | #100006 |
On Fri, Dec 4, 2015 at 10:37 AM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > On Fri, Dec 4, 2015 at 10:21 AM, dfh@forestfield.co.uk > <dfh@forestfield.co.uk> wrote: >> Python 3.5 will not run under Windows XP, but what about applications created using py2exe or cx_freeze under Windows 7, 8 or 10, is there any knowledge of whether they will run under XP? > > I wouldn't expect them to. Those bundlers are just packaging up the > Python binary, so they should have all the same problems. I'll confirm that expectation. -- Zach
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web