pyrunning zip files
"Paul A. Giannaros" <[email protected]> Tue, 5 Mar 2013 18:45:03 +0000
| Newsgroups | gmane.comp.python.egenix.user |
|---|---|
| Message-ID | <CAEq8tJQxd9ObUvbvTV6+GASR9rc5wYCwJE8J4JxzPUZrGER8ZA@mail.gmail.com> |
CPython >= 2.6 lets you run a script __main__.py within a zip archive
foo.zip with:
$ python foo.zip
This doesn't work with pyrun:
$ pyrun foo.zip
...
SyntaxError: Non-ASCII character '\xf1' in file foo.zip on line 2,
but no encoding declared; see http://www.python.org/peps/pep-0263.html
for details
It's a useful feature (it's how we deploy code in the company that I
work). Would you please consider adding it?
Thanks, Paul
_______________________________________________________________________
eGenix.com User Mailing List http://www.egenix.com/
https://www.egenix.com/mailman/listinfo/egenix-users