Windows executable broken in last two snapshots #1758

Closed
opened 2021-04-29 22:24:27 +02:00 by PeterSurda · 8 comments
PeterSurda commented 2021-04-29 22:24:27 +02:00 (Migrated from github.com)

I got a report that the latest windows executable doesn't work, maybe has to do with six

I got a report that the latest windows executable doesn't work, maybe has to do with `six`
g1itch commented 2021-04-30 16:10:02 +02:00 (Migrated from github.com)

I didn't merge #1756 which introduces six usage. Strictly speaking the latest release was two years ago, on 14 Feb 2018. Any details would help debugging.

I didn't merge #1756 which introduces `six` usage. Strictly speaking the latest release was two years ago, [on 14 Feb 2018](https://github.com/Bitmessage/PyBitmessage/releases/tag/0.6.3.2). Any details would help debugging.
PeterSurda commented 2021-04-30 16:30:24 +02:00 (Migrated from github.com)

Someone said the latest snapshot doesn't work, and the one before that worked. It was posted on one of the chans, maybe bitmessage. I haven't tried to reproduce it.

Someone said the latest snapshot doesn't work, and the one before that worked. It was posted on one of the chans, maybe bitmessage. I haven't tried to reproduce it.
g1itch commented 2021-04-30 16:37:37 +02:00 (Migrated from github.com)

Yes, I read the message: "There is no other explanation given, and no relevant information is in the debug.log file."

Yes, I read the message: "There is no other explanation given, and no relevant information is in the debug.log file."
g1itch commented 2021-04-30 16:38:39 +02:00 (Migrated from github.com)

I'm downloading https://download.bitmessage.org/snapshots/20210429/ and will try to debug

I'm downloading https://download.bitmessage.org/snapshots/20210429/ and will try to debug
g1itch commented 2021-04-30 16:43:17 +02:00 (Migrated from github.com)

Same Fatal error with 20210427

Same Fatal error with 20210427
g1itch commented 2021-04-30 16:46:28 +02:00 (Migrated from github.com)

Please remind me, can I take the executable built by buildbot for a PR and how?

Please remind me, can I take the executable built by buildbot for a PR and how?
g1itch commented 2021-04-30 21:35:38 +02:00 (Migrated from github.com)

The debug info:

2021-04-30 22:33:45,345 - CRITICAL - Unhandled exception
Traceback (most recent call last):
  File "bitmessagemain.py", line 37, in <module>
  File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
  File "shutdown.py", line 11, in <module>
  File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
  File "network\__init__.py", line 4, in <module>
  File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
  File "network\addrthread.py", line 9, in <module>
  File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
  File "network\connectionpool.py", line 17, in <module>
  File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
  File "network\connectionchooser.py", line 12, in <module>
  File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
  File "queues.py", line 16, in <module>
ImportError: No module named multiqueue
Failed to execute script bitmessagemain

The debug info: ``` 2021-04-30 22:33:45,345 - CRITICAL - Unhandled exception Traceback (most recent call last): File "bitmessagemain.py", line 37, in <module> File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module File "shutdown.py", line 11, in <module> File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module File "network\__init__.py", line 4, in <module> File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module File "network\addrthread.py", line 9, in <module> File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module File "network\connectionpool.py", line 17, in <module> File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module File "network\connectionchooser.py", line 12, in <module> File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module File "queues.py", line 16, in <module> ImportError: No module named multiqueue Failed to execute script bitmessagemain ```
g1itch commented 2021-04-30 22:37:24 +02:00 (Migrated from github.com)
The source of the issue: https://github.com/Bitmessage/PyBitmessage/commit/49f9620236cf559501a3046980f9c576414682a8#diff-b95eac6665d2cc32e4e1a47882925bc45383206ffda00b5e0615b808396fe8e9R13 Hidden import I guess.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-11-30#1758
No description provided.