Jon <[EMAIL PROTECTED]> wrote:
> I wrote some code to read in info from a port using pyserial. the code
> reads info sent by a box that is connected to my computer by an
> rs232-to usb adapter. When I was writing the code and testing it on my
> computer it worked fine.
> I ran py2exe on the pr
On 2006-11-17, Jon <[EMAIL PROTECTED]> wrote:
> I ran py2exe on the program (which uses wxpython for its gui)
> and sent the output from the py2exe to another computer. now
> when I try to run it on this other computer it fails to open
> the port. it gives the error that it cannot createfile. the
Hi,
I wrote some code to read in info from a port using pyserial. the code
reads info sent by a box that is connected to my computer by an
rs232-to usb adapter. When I was writing the code and testing it on my
computer it worked fine.
I ran py2exe on the program (which uses wxpython for its gui) a