Need help with with probably a wrong code or smthg

Hello Chad,

To get better help it is very helpful if you format your code as described here:
https://discuss.python.org/t/about-the-users-category/42

These two errors are very different.

means that you have not installed pymem or it was installed in a location that Python does not find. Without further information I don’t think anyone will be able to help you. After this error, any reference to pymem will fail. It is not loaded.

What would be very helpful would be to supply:

  1. The OS you are using (Windows, MacOS, Linux etc.)
  2. How you installed pymem
  3. If you have more than one Python version installed

Whitespace (spaces, newlines) is important in Python. I think here you have two statements on one line, not separated by a semicolon. However. I can’t see where. It may also be the consequence of earlier errors.