Typo in installation directory

Bug #2040641 reported by Kristopher Wehage
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libgetdata (Ubuntu)
New
Undecided
Unassigned

Bug Description

There is a typo in the installation directory: /usr/lib/python3.10/site-packges/pygetdata.cpython-310-x86_64-linux-gnu.so (note "packges" should be "packages").

However, the convention for debian packages is to install to the dist-packages directory (see this link https://wiki.debian.org/Python)

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
$ lsb_release -rd
Description: Ubuntu 22.04.3 LTS
Release: 22.04

2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
$ apt-cache policy python3-pygetdata
python3-pygetdata:
  Installed: 0.11.0-3ubuntu1
  Candidate: 0.11.0-3ubuntu1
  Version table:
 *** 0.11.0-3ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
        100 /var/lib/dpkg/status

3) What you expected to happen
Expect to be able to import the pygetdata module into Python code as:
```
import pygetdata
```

4) What happened instead
```
>>> import pygetdata
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pygetdata'
```

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.