0
0
0rni2022-01-23 18:52:38
JavaScript
0rni, 2022-01-23 18:52:38

Why does Python library download through paycharm?

I tried to download the PIP library, but it didn't download.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
v- deathi, 2015-11-29
@vGrabko99

Decision

function start_server(packages,router){
  var registrPackages = {};
  for (var key in packages) {
      registrPackages[key] = {};

      ajax.open('GET', key, false);
      ajax.send(null);
      eval(ajax.responseText);
  
        for (var keys in func) {
            registrPackages[key][keys] = func[keys];
         } 
  }
  return registrPackages;
}
var registrPackages = {};
var router = {
  "/"     : "kontrollers.Index",
  "/game" : "kontrollers.Game"
}

var packages = {
   "/js/src/supports/supports_html5.js"  : "html5"
}
registrPackages = start_server(packages,router);

function test(){
  alert(registrPackages["/js/src/supports/supports_html5.js"]["WebRTC"]());
}
test();

A
Alexander Nesterov, 2022-01-23
@AlexNest

We're sorry, all the staff psychics are on vacation, so we're unable to see the error text displayed in your console, making it difficult to give a meaningful response. Try attaching the text of the error or contact later.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question