Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module
@ 2022-10-31  8:44 rubin55
  2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rubin55 @ 2022-10-31  8:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]

New issue by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/40238

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.16_1 x86_64 AuthenticAMD uptodate rrmFFFF

### Package(s) Affected

python3-bluez-0.23_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

No.

### Expected behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
>>>
```

### Actual behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'bluetooth'
```

### Steps to reproduce

1. install python3, observe you obtain python 3.10.x
2. install python3-bluez
3. ls /usr/lib/python3.9/site-packages, observe this is the only module there
4. ls /usr/lib/python3.10/site-packages, observe it contains lots of packages
5. try to import bluetooth with python 3.10, observe it not finding the module


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python3-bluez still at Python 3.9, python interpreter can't find bluetooth module
  2022-10-31  8:44 [ISSUE] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module rubin55
  2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
@ 2022-10-31  8:50 ` sgn
  2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
  2022-10-31  8:51 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-10-31  8:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/40238#issuecomment-1296779060

Comment:
5957216b89

Anyway, bluetooth has been supported natively in CPython from Python 3.10, but we didn't enable it.
It'll be available from our build of Python 3.11 which should be available next Monday.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module
  2022-10-31  8:44 [ISSUE] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module rubin55
@ 2022-10-31  8:50 ` sgn
  2022-10-31  8:50 ` sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-10-31  8:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

Closed issue by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/40238

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.16_1 x86_64 AuthenticAMD uptodate rrmFFFF

### Package(s) Affected

python3-bluez-0.23_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

No.

### Expected behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
>>>
```

### Actual behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'bluetooth'
```

### Steps to reproduce

1. install python3, observe you obtain python 3.10.x
2. install python3-bluez
3. ls /usr/lib/python3.9/site-packages, observe this is the only module there
4. ls /usr/lib/python3.10/site-packages, observe it contains lots of packages
5. try to import bluetooth with python 3.10, observe it not finding the module


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module
  2022-10-31  8:44 [ISSUE] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module rubin55
  2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
  2022-10-31  8:50 ` sgn
@ 2022-10-31  8:50 ` sgn
  2022-10-31  8:51 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-10-31  8:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

Closed issue by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/40238

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.16_1 x86_64 AuthenticAMD uptodate rrmFFFF

### Package(s) Affected

python3-bluez-0.23_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

No.

### Expected behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
>>>
```

### Actual behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'bluetooth'
```

### Steps to reproduce

1. install python3, observe you obtain python 3.10.x
2. install python3-bluez
3. ls /usr/lib/python3.9/site-packages, observe this is the only module there
4. ls /usr/lib/python3.10/site-packages, observe it contains lots of packages
5. try to import bluetooth with python 3.10, observe it not finding the module


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python3-bluez still at Python 3.9, python interpreter can't find bluetooth module
  2022-10-31  8:44 [ISSUE] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module rubin55
                   ` (2 preceding siblings ...)
  2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
@ 2022-10-31  8:51 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-10-31  8:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/40238#issuecomment-1296779060

Comment:
5957216b89

Anyway, bluetooth has been supported natively in CPython from Python 3.10, but we didn't enable it.
It'll be available from our build of Python 3.11 which should be available next Monday 2022-11-07

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-31  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31  8:44 [ISSUE] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module rubin55
2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
2022-10-31  8:50 ` sgn
2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
2022-10-31  8:51 ` sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).