Re: Run Any Python Project

2021-08-23 Thread Lalit Suthar
install requirements, possibly there'll be a file named requirements.txt
run the command after going inside the directory `pip install -r
requirements.txt` and it will do

On Mon, 23 Aug 2021 at 11:32, MUGOYA DIHFAHSIH  wrote:

> but i think the error is so clear, there is no module named gettext_noop
> so you need to first install it
>
> On Sun, 22 Aug 2021 at 00:25, Kasper Laudrup 
> wrote:
>
>> On 20/08/2021 15.08, Rana Zain wrote:
>> > Hi,
>> > Can anybody help me to know how we can run any python project from Git
>> > and any other sources.
>> >
>>
>> https://wiki.python.org/moin/BeginnersGuide
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/a55ddcee-0da8-c193-0d0b-8b187585cbec%40stacktrace.dk
>> .
>>
>
>
> --
> Mugoya Dihfahsih
> Software Engineer
> Kampala, Uganda
> Whatsapp: +256 751612792
> Profile: *dihfahsih1.github.io/
> <http://dihfahsih1.github.io/profile>profile*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAP%3DJD9y%3DcYs2Yx9LC5chBZ%3DTwZO%2Bf-quTRk-T5OX0TDug3%3DhoQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAP%3DJD9y%3DcYs2Yx9LC5chBZ%3DTwZO%2Bf-quTRk-T5OX0TDug3%3DhoQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGp2JVFgVGkq6VRAPAvAoZt7G0dL%3DcQr0MoEgovUMG_TPDhX4A%40mail.gmail.com.


Re: Run Any Python Project

2021-08-22 Thread MUGOYA DIHFAHSIH
but i think the error is so clear, there is no module named gettext_noop so
you need to first install it

On Sun, 22 Aug 2021 at 00:25, Kasper Laudrup  wrote:

> On 20/08/2021 15.08, Rana Zain wrote:
> > Hi,
> > Can anybody help me to know how we can run any python project from Git
> > and any other sources.
> >
>
> https://wiki.python.org/moin/BeginnersGuide
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/a55ddcee-0da8-c193-0d0b-8b187585cbec%40stacktrace.dk
> .
>


-- 
Mugoya Dihfahsih
Software Engineer
Kampala, Uganda
Whatsapp: +256 751612792
Profile: *dihfahsih1.github.io/
<http://dihfahsih1.github.io/profile>profile*

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAP%3DJD9y%3DcYs2Yx9LC5chBZ%3DTwZO%2Bf-quTRk-T5OX0TDug3%3DhoQ%40mail.gmail.com.


Re: Run Any Python Project

2021-08-21 Thread Kasper Laudrup
On 20/08/2021 15.08, Rana Zain wrote:
> Hi,
> Can anybody help me to know how we can run any python project from Git
> and any other sources.
>

https://wiki.python.org/moin/BeginnersGuide

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a55ddcee-0da8-c193-0d0b-8b187585cbec%40stacktrace.dk.


OpenPGP_signature
Description: OpenPGP digital signature


Re: Run Any Python Project

2021-08-20 Thread Rana Zain
Traceback (most recent call last):
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\base.py",
 
line 354, in run_from_argv
self.execute(*args, **cmd_options)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\commands\runserver.py",
 
line 61, in execute
super().execute(*args, **options)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\base.py",
 
line 398, in execute
output = self.handle(*args, **options)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\commands\runserver.py",
 
line 68, in handle
if not settings.DEBUG and not settings.ALLOWED_HOSTS:
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\conf\__init__.py",
 
line 82, in __getattr__
self._setup(name)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\conf\__init__.py",
 
line 69, in _setup
self._wrapped = Settings(settings_module)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\conf\__init__.py",
 
line 168, in __init__
self.SETTINGS_MODULE = setting; mod = 
importlib.import_module(self.SETTINGS_MODULE)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\importlib\__init__.py",
 
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'gettext_noop'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\Git\django-crm\manage.py", line 15, in 
execute_from_command_line(sys.argv)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\__init__.py",
 
line 419, in execute_from_command_line
utility.execute()
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\__init__.py",
 
line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\base.py",
 
line 367, in run_from_argv
connections.close_all()
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\db\utils.py",
 
line 208, in close_all
for alias in self:
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\connection.py",
 
line 73, in __iter__
return iter(self.settings)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\functional.py",
 
line 48, in __get__
res = instance.__dict__[self.name] = self.func(instance)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\connection.py",
 
line 45, in settings
self._settings = self.configure_settings(self._settings)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\db\utils.py",
 
line 144, in configure_settings
databases = super().configure_settings(databases)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\connection.py",
 
line 50, in configure_settings
settings = getattr(django_settings, self.settings_name)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\conf\__init__.py",
 
line 82, in __getattr__
self._setup(name)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\conf\__init__.py",
 
line 69, in _setup
self._wrapped = Settings(settings_module)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\conf\__init__.py",
 
line 168, in __init__
self.SETTINGS_MODULE = setting; mod = 
importlib.import_module(self.SETTINGS_MODULE)
  File 
"C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\importlib\__init__.py",
 
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'gettext_noop'




Also faces this error everytime I am running my code

On Friday, August 20, 2021 at 6:08:45 PM UTC+5 Rana Zain wrote:

> Hi,
> Can anybody help me to know how we can run any python project from Git and 
> any other sources.
>

Run Any Python Project

2021-08-20 Thread Rana Zain
Hi,
Can anybody help me to know how we can run any python project from Git and 
any other sources.

 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ea64e75f-2232-40c3-99af-581deeb323c8n%40googlegroups.com.