[Potter, Tim (Cloud Services), 2015-04-21]
> binary gives an import error since /usr/share/dwarf isn’t in the PYTHONPATH:
>
> # dwarf
> Traceback (most recent call last):
> File "/usr/bin/dwarf", line 32, in
> from dwarf import log # pylint: disable=W0611
> ImportError: No module named dw
Hi,
On Fri, 17 Apr 2015 17:11:45 -0400 (EDT), Geoffrey Thomas wrote:
> I've written up the proposal I made a few days ago for a /usr/bin/python
> launcher that keeps the API of being Python 2, but lets scripts opt in to
> running on Python 3:
>
> https://ldpreload.com/blog/usr-bin-python-23
>
> Le
On Tue, 21 Apr 2015, Dmitry Shachnev wrote:
To be honest, I don't like this proposal.
- Newly written code should *just* use Python 3 (there are exceptions, but
very few).
- If existing code supports Python 3, and its developers consider Python 3
as a target platform, then it should *just* u
On Apr 21, 2015, at 10:42 AM, Geoffrey Thomas wrote:
>For third parties who want to distribute scripts that run out-of-the-box
>everywhere (installers, cross-platform system management or monitoring
>scripts, build scripts, etc.), Python 3 isn't an option. If we remove Python
>2 from the default i
On 21 April 2015 at 08:15, Barry Warsaw wrote:
> >For third parties who want to distribute scripts that run out-of-the-box
> >everywhere (installers, cross-platform system management or monitoring
> >scripts, build scripts, etc.), Python 3 isn't an option. If we remove
> Python
> >2 from the defa
#!/usr/bin/python32
For bilingual scripts.
On 17 Apr 2015 2:30 pm, "Geoffrey Thomas" wrote:
> I've written up the proposal I made a few days ago for a /usr/bin/python
> launcher that keeps the API of being Python 2, but lets scripts opt in to
> running on Python 3:
>
> https://ldpreload.com/blog
On Tue, 21 Apr 2015 at 14:38 Damyan Ivanov wrote:
> Its description says "static site generator". Sounds a lot like HTTP
> to me, not less than ikiwiki for example.
>
I think you might be getting HTTP confused with HTML.
Both ikiwiki and mkdocs turn files into static HTML files, but neither
sup
On 21 Apr 2015, at 7:01 pm, Piotr Ożarowski wrote:
>
> [Potter, Tim (Cloud Services), 2015-04-21]
>> binary gives an import error since /usr/share/dwarf isn’t in the PYTHONPATH:
>>
>> # dwarf
>> Traceback (most recent call last):
>> File "/usr/bin/dwarf", line 32, in
>>from dwarf import lo
8 matches
Mail list logo