[wxPython] A better list for this query on py2exe?

Can someone recommend a better list, or another source, for this query on
py2exe?

Thanks.

···

-----Original Message-----
From: Rishel,Wes
Sent: Monday, September 17, 2001 7:35 AM
To: 'wxpython-users@lists.wxwindows.org'
Subject: py2exe: W2K --> W98??

I used python2.0 and the appropriate version of py2exe to create an exe on a
W2K machine and distributed the files that end up in the dist directory to
another W2K machine, where it executed with no problems. The W2K machine did
not have any version of Python installed.

When I sent it to a W98 machine, the program started to run, but after a few
successful print statements it bombed with the message below.

    File "<string>", line 301, in ?
  WindowsError: [Errno 2] The system cannot find the file specified

My script is contained in a single file that has a call to os.popen on line
301, with no explicit call to string on that line. The string module is
imported and used elsewhere in the program.

It is possible that the W98 machine has Python 1.51 installed in the
standard fashion.

I noticed some messages about "DLL Hell" being fixed in NT in the archive of
this list server. I am wondering if py2exe has difficulties in making the
hyperspace jump from W2K to W98. How about W95, W3.1, and W/Me?

Thanks in advance.

Wes Rishel
Research Director
Gartner Research, Healthcare
Alameda, CA
510 522 8135
wes.rishel@gartner.com
For client Inquiries: 203 316 1288
indapps@gartner.com
Don't miss Gartner Symposium/ITxpo 2001 * October 8-12 * Orlando, Florida,
USA
Details at http://www.gartner.com/symposium

No idea on a better list, but you're likely looking at the wrong stuff.
<string> is the filename for the main script, which is just a string inside
the executable after py2exe is done with it. Most likely your win98 machine
doesn't have the executable, doesn't have it in the path, or the path is
mis-specified. Try running the popen command at the command line on that
machine from the directory where the script is operating. As an extra hint,
do an import pdb; pdb.set_trace() right before the command that's failing,
then you can tool around in the debugger on the win98 machine and see what
kind of errors you're getting.

HTH,
Mike

···

-----Original Message-----
From: wxpython-users-admin@lists.wxwindows.org
[mailto:wxpython-users-admin@lists.wxwindows.org]On Behalf Of Rishel,Wes
Sent: September 22, 2001 11:05
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython] A better list for this query on py2exe?

Can someone recommend a better list, or another source, for this query on
py2exe?

Thanks.

-----Original Message-----
From: Rishel,Wes
Sent: Monday, September 17, 2001 7:35 AM
To: 'wxpython-users@lists.wxwindows.org'
Subject: py2exe: W2K --> W98??

I used python2.0 and the appropriate version of py2exe to create an exe on a
W2K machine and distributed the files that end up in the dist directory to
another W2K machine, where it executed with no problems. The W2K machine did
not have any version of Python installed.

When I sent it to a W98 machine, the program started to run, but after a few
successful print statements it bombed with the message below.

    File "<string>", line 301, in ?
  WindowsError: [Errno 2] The system cannot find the file specified

My script is contained in a single file that has a call to os.popen on line
301, with no explicit call to string on that line. The string module is
imported and used elsewhere in the program.

It is possible that the W98 machine has Python 1.51 installed in the
standard fashion.

I noticed some messages about "DLL Hell" being fixed in NT in the archive of
this list server. I am wondering if py2exe has difficulties in making the
hyperspace jump from W2K to W98. How about W95, W3.1, and W/Me?

Thanks in advance.

Wes Rishel
Research Director
Gartner Research, Healthcare
Alameda, CA
510 522 8135
wes.rishel@gartner.com
For client Inquiries: 203 316 1288
indapps@gartner.com
Don't miss Gartner Symposium/ITxpo 2001 * October 8-12 * Orlando, Florida,
USA
Details at http://www.gartner.com/symposium

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

Can someone recommend a better list, or another source, for this query on
py2exe?

It was answered on this list, are you subscribed?

http://lists.wxwindows.org/pipermail/wxpython-users/2001-September/007503.ht
ml

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!