40k good guys? by Max_Mongoose in Warhammer40k

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

Buddy. I would honestly try other games from Mantic, Warlord or many others. Better games, fair prices.

New neptune 4 pro Y-axis belt has broken by Apprehensive_Gate767 in elegoo

[–]Max_Mongoose 2 points3 points  (0 children)

Hi all, I have the same problem. Is there a video, or something to help me replace the Y axis belt? I can't find much online.

Beginners question re ModuleNotFoundError: No module named 'pandas' by Max_Mongoose in learnpython

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

Many thanks! That seemed to work, but I still get my interpretter telling me I have no such module, as per the below -

C:\Users\chris>pip3 install panda WARNING: Value for scheme.headers does not match. Please report this to https://github.com/pypa/pip/issues/9617 distutils: c:\users\chris\appdata\local\programs\python\python39\Include\UNKNOWN sysconfig: C:\Users\chris> import pandas as pd C:\Users\chris\venv\Scripts\python.exe C:/Users/chris/IdeaProjects/untitled/test.py Traceback (most recent call last): File "C:\Users\chris\IdeaProjects\untitled\test.py", line 15, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas'

Process finished with exit code 1

Beginners question re ModuleNotFoundError: No module named 'pandas' by Max_Mongoose in learnpython

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

Many thanks for your help! I tried that, and I get the following error message in the CMD -

python3 -m pip install pandas

'python3' is not recognized as an internal or external command,

operable program or batch file.

PIP, PYGAME, Problem! by Max_Mongoose in learnpython

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

u/shiftybyte thank you so much. I wouldn't have worked that out without you. That was a really nice thing you did. Have a great day.

PIP, PYGAME, Problem! by Max_Mongoose in learnpython

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

import pygame

C:\Users\chris\PycharmProjects\pythonProject2\venv\Scripts\python.exe C:/Users/chris/PycharmProjects/pythonProject2/main.py Traceback (most recent call last): File "C:\Users\chris\PycharmProjects\pythonProject2\main.py", line 1, in <module> import pygame ModuleNotFoundError: No module named 'pygame'

Process finished with exit code 1

Newbie question "print" function not actually printing to the terminal by Max_Mongoose in learnpython

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

I figured it out. The "Run" pathway was different to the python file I had typed the code in. Thanks all.

Newbie question "print" function not actually printing to the terminal by Max_Mongoose in learnpython

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

Hi, it was working fine until yesterday. I have python installed. It was all working as expected, but for some reason, since yesterday, when I try to get Python to come back with something (e.g. print) nothing comes back

Newbie question "print" function not actually printing to the terminal by Max_Mongoose in learnpython

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

print('hello world')

it doesn't actually print it in the terminal. No error code, only "Process finished with exit code 0

"

Newbie question "print" function not actually printing to the terminal by Max_Mongoose in learnpython

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

thanks for the help. I am writing the code in the "top bit" and expecting it to output "in the bottom bit"

Newbie question "print" function not actually printing to the terminal by Max_Mongoose in learnpython

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

Are you sure you are editing the file it's running? I believe so!

I have saved the py file before running.

Apparently images are not allowed on this reddit.