GUI2exe python version problem

HI

Python 2.7

wxPython 2.8 unicode

Windows 7

When I Dry Run it runs OK till it tries to import py2exe_util then:

ImportError: Module use of python25.dll conflicts with this version of Python.

Any ideas appreciated

Greg

HI

        Python

2.7

        wxPython

2.8 unicode

        Windows

7

        When

I Dry Run it runs OK till it tries to import py2exe_util
then:

        ImportError:

Module use of python25.dll conflicts with this version of
Python.

        Any

ideas appreciated

Greg

HI

Python 2.7

wxPython 2.8 unicode

Windows 7

When I Dry Run it runs OK till it tries to import py2exe_util then:

ImportError: Module use of python25.dll conflicts with this version of Python.

Any ideas appreciated

Greg

···


To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

It sounds like you have py2exe for the wrong version of python installed - try downloading py2exe-LatestVersion-py2.7.exe from here.

Gadget/Steve


To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Thanks fixed it.

It seems like they hide the downloads.

Greg

HI

        Python

2.7

        wxPython

2.8 unicode

        Windows

7

        When

I Dry Run it runs OK till it tries to import py2exe_util
then:

        ImportError:

Module use of python25.dll conflicts with this version of
Python.

        Any

ideas appreciated

Greg

HI

          Python

2.7

          wxPython

2.8 unicode

          Windows

7

          When

I Dry Run it runs OK till it tries to import py2exe_util
then:

          ImportError:

Module use of python25.dll conflicts with this version of
Python.

          Any

ideas appreciated

Greg

at command prompt/terminal window:
python -V
or python.exe -V

···

On Mon, Sep 19, 2011 at 6:53 PM, Tobias Weber <tobias.weber@roglink.net> wrote:

Am 20.09.11 00:49, schrieb Tobias Weber:

Am 20.09.11 00:29, schrieb Greg Binns:

HI

Python 2.7

wxPython 2.8 unicode

Windows 7

When I Dry Run it runs OK till it tries to import py2exe_util then:

ImportError: Module use of python25.dll conflicts with this version of
Python.

Any ideas appreciated

Greg

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

It sounds like you have py2exe for the wrong version of python installed -
try downloading py2exe-LatestVersion-py2.7.exe from here.

Gadget/Steve

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Thanks fixed it.

It seems like they hide the downloads.

Greg

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Can you pls run this script or sthg similar and post the output?

# Show some info about this Python
import sys
print "sys.path", sys.path
print "version", sys.version
print "builtin modules", sys.builtin_module_name
import os
print "os.onviron", os.environ

Overlooked the fixed ... sorry :slight_smile:

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en