Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions #2

Closed
lcnittl opened this issue Oct 31, 2021 · 1 comment
Closed

Installation instructions #2

lcnittl opened this issue Oct 31, 2021 · 1 comment

Comments

@lcnittl
Copy link

lcnittl commented Oct 31, 2021

The readme states: Manually install it under site-packages.
However, when I put the repo's root dir in my site-packages, e.g. py -m mkvdisk tells me that C:\Program Files\Python39\python.exe: No module named mkvdisk - unless I am in the folder of the package (but I assume this is not what should be required?).

But even then, I am unable to run samples\Reorder.pyw:

Traceback (most recent call last):
  File "C:\Program Files\Python39\Lib\site-packages\FATtools\samples\Reorder.pyw", line 17, in <module>
    from FATtools.Volume import *
ModuleNotFoundError: No module named 'FATtools.Volume'

Any help/more hints would be highly appreciated. Cheers

@maxpat78
Copy link
Owner

maxpat78 commented Nov 4, 2021

Please:

  • install full FATtools directory (not only its contents) under site-packages
  • (obviously) install command line tools (those to start with py -m) directly into site-packages

Since this is the standard way to properly setup pyhton packages and tools, it is assumed to work well always!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants