Questions tagged as 'module'

0
answers

Error: Can not find module dotenv

I installed modele as Dev: C:\Users\mrgen\OneDrive> npm i dotenv --save-dev npm WARN [email protected] No description npm WARN [email protected] No repository field. audited 299 packages in 3.987s found 0 vulnerabi...
asked by 26.09.2018 / 23:38
2
answers

How to install numpy and other modules?

I need help with how to install numpy. I tried to install pygame using pip but it did not work and I was confused on how to install modules or packages. Using python 3.5.0 in Windows 10 pro     
asked by 16.11.2015 / 00:09
0
answers

UPDATE NO DOCTRINE-MODULE

In order to generate the map of the database I use this code: doctrine-module orm:convert:mapping --force --from-database --namespace="Application\Entity\" annotation C:\www\projetoBd\module\Application\src To generate the entities: doctr...
asked by 24.05.2016 / 02:54
0
answers

When selecting option price goes to "0"

I'm using version 1.8.1.0 of the magento to develop a cosmetics store, and I am facing problems with price of configurable products. I'm using SCP . The product comes with the standard price, and when selecting the option (in case it is me...
asked by 04.05.2015 / 21:56
2
answers

I can not import any Python module

I want to import the requests module from Python into a program I am doing, but it does not stop giving the following error, as soon as I run the program: ModuleNotFoundError: No module named 'requests' I have the latest version of P...
asked by 02.08.2017 / 18:12
0
answers

Angle interceptor only works on main module

I have an angled interceptor 6 it works normally when I import into the main module (APP MODULE) but when I import into the ADM module it does not intercept anything. I would like to intercept only requests from my ADM module and not from every...
asked by 12.11.2018 / 14:26
1
answer

Call Python function already running

I have the following scenario. I have a function that consumes a lot of RAM and I would like to leave it running in the background for each time I call it does not have to reload all the data in memory, and when I need your result I make the...
asked by 06.10.2018 / 00:54
1
answer

Error creating Module zend framework

I created a new module in the zend, but it gives as 404 error. modules.config.php return [ 'Zend\Router', 'Zend\Validator', 'Application', 'Album' <-- módulo que foi criado. ]; module.config.php namespace Album;...
asked by 10.10.2017 / 15:27
1
answer

Capture the value entered in the input to submit using jQuery

I need to lock the shopping cart of a shop made in Prestashop, until the person types the email, or logs in after inserting merchandise into the cart. Then I made the following implementation in Control: protected function processChangeProd...
asked by 01.03.2016 / 15:11
1
answer

ZF2 - RuntimeException: Module (ZfcUserDoctrineORM) could not be initialized

I just downloaded the composer installer. This is what I have in my composer.json: "require": { "php": ">=5.3.3", "zf-commons/zfc-user": "dev-master", "zendframework/zendframework": "2.3.*", "zendframework/zend-d...
asked by 05.10.2015 / 18:37