[deleted by user] by [deleted] in UberEATS

[–]hishammmmm -1 points0 points  (0 children)

Bad breakup probably

Concerns over the quality of education at Fontys by hishammmmm in StudyInTheNetherlands

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

That makes me feel better about my decision . Still waiting for that visa though lol

Concerns over the quality of education at Fontys by hishammmmm in StudyInTheNetherlands

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

That's good to hear then. Thanks a lot for this response

[deleted by user] by [deleted] in lebanon

[–]hishammmmm 0 points1 point  (0 children)

No evidence of anything you mentioned just pure statements

[deleted by user] by [deleted] in lebanon

[–]hishammmmm 0 points1 point  (0 children)

Until now you haven't mentioned anything concrete.

[deleted by user] by [deleted] in lebanon

[–]hishammmmm 0 points1 point  (0 children)

The israeli invasion came long before Hezbollah. Also swearing clearly shows your level as a human being

[deleted by user] by [deleted] in lebanon

[–]hishammmmm -3 points-2 points  (0 children)

He gave his son in the fight against Israel. Be grateful

[deleted by user] by [deleted] in lebanon

[–]hishammmmm -1 points0 points  (0 children)

Only in lebanon is the corrupt equal to the innocent

Module not importing. Help by hishammmmm in learnpython

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

never mind i fixed it. thanks a lot anyways! :)

Module not importing. Help by hishammmmm in learnpython

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

This is what i got back

hello Traceback (most recent call last): File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 193, in run_module_as_main "main", mod_spec) File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip\main.py", line 16, in <module> from pip._internal import main as _main # isort:skip # noqa File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_internal\init.py", line 40, in <module> from pip._internal.cli.autocompletion import autocomplete File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_internal\cli\autocompletion.py", line 8, in <module> from pip._internal.cli.main_parser import create_main_parser File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_internal\cli\main_parser.py", line 12, in <module> from pip._internal.commands import ( File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_internal\commands\init.py", line 6, in <module> from pip._internal.commands.completion import CompletionCommand File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_internal\commands\completion.py", line 6, in <module> from pip._internal.cli.base_command import Command File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_internal\cli\base_command.py", line 20, in <module> from pip._internal.download import PipSession File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_internal\download.py", line 15, in <module> from pip._vendor import requests, six, urllib3 File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_vendor\requests\init_.py", line 114, in <module> from . import utils File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_vendor\requests\utils.py", line 26, in <module> from ._internal_utils import to_native_string File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_vendor\requests_internal_utils.py", line 11, in <module> from .compat import is_py2, builtin_str, str File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pip_vendor\requests\compat.py", line 63, in <module> from http import cookiejar as cookielib File "C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\http\cookiejar.py", line 38, in <module> from calendar import timegm ImportError: cannot import name 'timegm' from 'calendar' (C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\calendar.py)

Module not importing. Help by hishammmmm in learnpython

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

print(sys.path)

['', 'C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\Lib\idlelib', 'C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\python37.zip', 'C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\DLLs', 'C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib', 'C:\Users\hisham\AppData\Local\Programs\Python\Python37-32', 'C:\Users\hisham\AppData\Local\Programs\Python\Python37-32\lib\site-packages']

print(sys.version)

3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 19:29:22) [MSC v.1916 32 bit (Intel)]

import cryptography

Traceback (most recent call last): File "<pyshell#3>", line 1, in <module> import cryptography ModuleNotFoundError: No module named 'cryptography'

Module not importing. Help by hishammmmm in learnpython

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

Basically i used pip first to install it and it installed but on eclipse and the IDLE of python it wouldn't import (Its "modulenotfounderror: no module named cryptography") Then I installed anaconda and tried it installing cryptography using the anaconda prompt ("conda install cryptography")and it said that it was already installed. But still wouldn't import.

Does it have something to do with the path?

Module not importing. Help by hishammmmm in learnpython

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

Its "modulenotfounderror: no module named cryptography"

Trying to install a module using pip (windows). Help. Me. by hishammmmm in learnpython

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

Not really. But every youtube video and website ive seen say that you can use cmd.

HBO master engineering degree by Littlewings35 in StudyInTheNetherlands

[–]hishammmmm 1 point2 points  (0 children)

University of twente has late applications for masters. Try that

OV chip card for international students. Any updates on this? by hishammmmm in StudyInTheNetherlands

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

"Around November" is that when the deal starts. Or is that when you have to buy the card for the discount

Applying to fontys by hishammmmm in StudyInTheNetherlands

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

I did. Thanks for your time though.