skirando's profile - activity
2021-08-30 06:15:29 -0500 | received badge | Famous Question (source) |
2021-08-30 06:15:29 -0500 | received badge | Notable Question (source) |
2021-08-30 06:15:29 -0500 | received badge | Popular Question (source) |
2021-08-10 09:55:25 -0500 | answered a question | debug for django-admin dhango-admin makemigrations myadd |
2021-08-10 09:55:25 -0500 | received badge | Rapid Responder |
2021-08-10 02:39:56 -0500 | 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 08:27:21 -0500 | 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 16:48:16 -0500 | received badge | Popular Question (source) |
2020-05-22 08:07:47 -0500 | received badge | Student (source) |
2020-05-20 15:26:58 -0500 | 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 15:23:27 -0500 | 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 07:22:10 -0500 | 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 v |