Chuck
unread,Nov 17, 2009, 4:38:54 PM11/17/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PortablePython
I am trying to use PP to open a file on my desktop and write to it,
something I've done with Python on my desktop version. But, when I
try to open up a simple file, I get a bunch of errors that I can't
figure out.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "E:\PortablePython_1.1_py3.0.1\App\lib\io.py", line 278, in
__new__
return open(*args, **kwargs)
etc...
etc...
Thanks!