skirando's profile - activity
| 2021-08-30 11:15:29 +0000 | received badge | Famous Question (source) |
| 2021-08-30 11:15:29 +0000 | received badge | Notable Question (source) |
| 2021-08-30 11:15:29 +0000 | received badge | Popular Question (source) |
| 2021-08-10 14:55:25 +0000 | answered a question |
debug for django-admin
dhango-admin makemigrations myadd |
| 2021-08-10 14:55:25 +0000 | received badge | Rapid Responder |
| 2021-08-10 07:39:56 +0000 | asked a question |
debug for django-admin
debug for django-admin I would like to run a django-admin command in debug mode.I don't know how to do it. I tried with |
| 2020-05-25 13:27:21 +0000 | marked best answer |
Wing version 7.2 unable to load executable Python with activated env
I'm trying to load executable python with a django virtual env. I'd used what I usually do to load my virtual env as indicated monvenv/bin/activate and I get the following message what am I doing wrong. Thank you for your help RUNNING IN INTERP: CMD=u'monvenv/bin/activate'; ARGS=[u'monvenv/bin/activate', u'/home/christian/.wingpro7/updates/7.2.2.9/bin/ide-2.7/src/wingbase/execonearg.py', "import sys, os, keyword; sys.stdout.write('VERSION=%d.%d.%d\n' % ((sys.hexversion & (0xff << 24)) >> 24, (sys.hexversion & 0x00ff0000) >> 16, (sys.hexversion & 0x0000ff00) >> 8)); sys.stdout.write('PYTHONPATH=' + os.pathsep.join(sys.path) + '\n'); sys.stdout.write('EXECUTABLE=' + sys.executable + '\n'); sys.stdout.write('PREFIX=' + sys.prefix + '\n'); sys.stdout.write('BASEPREFIX=' + getattr(sys, 'base_prefix', 'None') + '\n'); sys.stdout.write('KEYWORDS=' + ' '.join(keyword.kwlist) + '\n'); sys.stdout.write('BUILTINS=' + ' '.join(dir(__builtins__)) + '\n'); sys.stdout.write('END OF OUTPUT FOR WING INSPECTION' + '\n')"] Could not exec: monvenv/bin/activate; Error: exec failed: u'monvenv/bin/activate' WARNING: Failed to execute Python: u'monvenv/bin/activate' |
| 2020-05-22 21:48:16 +0000 | received badge | Popular Question (source) |
| 2020-05-22 13:07:47 +0000 | received badge | Student (source) |
| 2020-05-20 20:26:58 +0000 | commented answer |
Using virtualenv with Wing
Sorry, I'm not used to work with forum. Yes it is a duplicate of the question above. I didn't realized it was an other q |
| 2020-05-20 20:23:27 +0000 | commented question |
Wing version 7.2 unable to load executable Python with activated env
It doesn't work either with the full path. |
| 2020-05-20 12:22:10 +0000 | asked a question |
Wing version 7.2 unable to load executable Python with activated env
wing version 7.2 unable to load executabl python with activated env I'm trying to load executable python with a django |