lab11 / signpost

Exploring what happens when you put computers on sign posts.
Apache License 2.0
90 stars 7 forks source link

signpost-debug-radio issue #54

Closed brghena closed 7 years ago

brghena commented 7 years ago

When Theo was running through the Signpost tutorial, he found that the signpost-debug-radio pip package seems to have an issue and can't find _version.py. We should try to replicate this and fix it. Leaving this issue for now so that I remember it.

brghena commented 7 years ago

Fixed with https://github.com/lab11/signpost/commit/8633d549c00d0ca75cb1869d9ac14b1dbdb60efc. The issue was not looking for the local _version.py file. Version 0.2.1 of signpost-debug-radio has been released.

ppannuto commented 7 years ago

Does that work in both py2k and py3k? I thought you couldn't do dot imports in py2? On Wed, May 24, 2017 at 16:28 Branden Ghena notifications@github.com wrote:

Fixed with 8633d54 https://github.com/lab11/signpost/commit/8633d549c00d0ca75cb1869d9ac14b1dbdb60efc. The issue was not looking for the local _version.py file. Version 0.2.1 of signpost-debug-radio has been released.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lab11/signpost/issues/54#issuecomment-303842223, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUt3iB-E9ZSZRM5VcgeJA4IkYuESR8rks5r9JMJgaJpZM4NkGBo .

brghena commented 7 years ago

It's been tested in python 2.7 and works just fine.