Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
On 08/02/2019 07:55, Chris Johns wrote: The module concept is not really the greatest thing in Python. I would not blame python for a package using `version` as a module name installed in site-packages and I suppose PIL is in the sys.path. I have done some pretty interesting things with Python

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Chris Johns
On 8/2/19 5:33 pm, Sebastian Huber wrote: > On 08/02/2019 07:29, Sebastian Huber wrote: >> On 07/02/2019 18:28, Chris Johns wrote: >>> On 8/2/19 11:09 pm, Sebastian Huber wrote: After the update I get:    File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
On 08/02/2019 07:29, Sebastian Huber wrote: On 07/02/2019 18:28, Chris Johns wrote: On 8/2/19 11:09 pm, Sebastian Huber wrote: After the update I get:    File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build ver_version, ver_date, ver_released = version.get(ctx, rtems_ma

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
On 07/02/2019 18:28, Chris Johns wrote: On 8/2/19 11:09 pm, Sebastian Huber wrote: After the update I get:   File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build     ver_version, ver_date, ver_released = version.get(ctx, rtems_major_version) AttributeError: 'module' object ha

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Chris Johns
On 8/2/19 11:09 pm, Sebastian Huber wrote: > After the update I get: > >   File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build >     ver_version, ver_date, ver_released = version.get(ctx, > rtems_major_version) > AttributeError: 'module' object has no attribute 'get' It works o

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
After the update I get: Traceback (most recent call last):   File "/home/EB/sebastian_h/git-rtems-docs/.waf-1.9.7-d2740ebc8bcbca7fcd8f4ae914fb/waflib/Scripting.py", line 120, in waf_entry_point     run_commands()   File "/home/EB/sebastian_h/git-rtems-docs/.waf-1.9.7-d2740ebc8bcbca7fc