Changes between Initial Version and Version 1 of Ticket #33845


Ignore:
Timestamp:
Jul 14, 2022, 10:17:04 AM (2 years ago)
Author:
Tim Graham
Comment:

See TicketClosingReasons/UseSupportChannels for places to get help. This tracker is for confirmed bugs. Thanks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33845

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #33845 – Description

    initial v1  
    22
    33After several  tries, I was able to successfully install the polls package. Here is quote from my command line
    4 
    5 `PS C:\Users\MY PC\desktop\django_exp\src\django_novice> pip install --user django-polls/dist/django-polls-0.1.tar.gz
     4{{{
     5PS C:\Users\MY PC\desktop\django_exp\src\django_novice> pip install --user django-polls/dist/django-polls-0.1.tar.gz
    66Processing c:\users\my pc\desktop\django_exp\src\django_novice\django-polls\dist\django-polls-0.1.tar.gz
    77  Installing build dependencies ... done
     
    103103    return self._accessor.stat(self)
    104104OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '<frozen importlib._bootstrap>'`
    105 
     105}}}
    106106There was a ModuleNotFoundError: No module named 'polls'
    107107
Back to Top