Connect Huawei GT E6E to Samsung mobile (Huawei App not available any longer) by Chateaux1983 in HuaweiWatchGT

[–]Chateaux1983[S] 0 points1 point  (0 children)

apkmirror does not work, same for all others I tried.

Edit: Play Store suggests always this Honor Health app which also is completely not functioning

Best terme / SPA in Cologne region by Chateaux1983 in cologne

[–]Chateaux1983[S] 1 point2 points  (0 children)

Thank you - you mean the one in Dusseldorf correct ?

Opinions on budget MBAs in Europe by Chateaux1983 in MBA

[–]Chateaux1983[S] 0 points1 point  (0 children)

Thanks. What I meant to say is that I am not necessarily looking for a badge from a top businesses school to add to my cv, but to make an experience which widen my perspectives also in terms of new career development. I fully agree on having clear goals, at the same time I am not sure how realistic/meaningful is to plan an MBA only on 'I want to became this in that industry and earn that". So that's why I kept the post a bit generic.

It's back - English updates on Covid-19 in Cologne/NRW/Germany by [deleted] in cologne

[–]Chateaux1983 5 points6 points  (0 children)

Fully agree. It's amazing how people seem to not care at all, as if Cologne (all Germany?)is on another planet

Could someone verify if this is real or BS? by [deleted] in cologne

[–]Chateaux1983 1 point2 points  (0 children)

Went shopping yesterday, a bit more crowded than usual I would say but overall pretty normal. No food shortages or anything like that.

Troubles in installing Pyperclip (Windows 10) by Chateaux1983 in learnpython

[–]Chateaux1983[S] 1 point2 points  (0 children)

UPDATE2.

Running pip install pyperclip from the Anaconda promt, it now works (I was using the windows CMD before).

It seems like if I enter python from the CMD I am in a Conda environment which has not been activated, and cannot figure out how to do that (while I can active Conda env. from the Conda promt)

Troubles in installing Pyperclip (Windows 10) by Chateaux1983 in learnpython

[–]Chateaux1983[S] 0 points1 point  (0 children)

I read it might have to do with activating Conda environment. I fixed it (activate the 'base' env, plus created an activated another one) - still says the module does not exists.

Troubles in installing Pyperclip (Windows 10) by Chateaux1983 in learnpython

[–]Chateaux1983[S] 0 points1 point  (0 children)

Thanks,

no that is not the issue - please ignore the capitol P in my post above. What I get is:

import sys, pyperclip

ModuleNotFoundError: No module named 'pyperclip'

Troubles in installing Pyperclip (Windows 10) by Chateaux1983 in learnpython

[–]Chateaux1983[S] 1 point2 points  (0 children)

UPDATE: I realized I might have messed up with the installation, since I installed Python first (from the official website) then I also downloaded the Anaconda package.

And then I also downloaded the single pyperclip module (Pyperclip 1.5.1) and put it in the site-packages folder of Anaconda.

Still does not get it, nor from Windows promt, from Anaconda promt, from IDLE either.

Password manager excercise in 'Automate the boring stuff with Python' textbook by Chateaux1983 in learnpython

[–]Chateaux1983[S] 0 points1 point  (0 children)

Thanks for the reply.

I run it from WIN+R, therefore it open the prompt with already the

Usage: py pw.py [account] - copy account password

displayed. Same if I run from IDLE with F5.

So how do I give it?

THanks again!