Top "Module" questions

A logical subdivision of a larger, more complex system.

Target a css class inside another css class

Hi I am having problems with some css classes in joomla. I have two divs in a module, one is …

html css joomla module
Can't import my own modules in Python

I'm having a hard time understanding how module importing works in Python (I've never done it in any other language …

python import module package
Declare multiple module.exports in Node.js

What I'm trying to achieve is to create one module that contains multiple functions in it. module.js: module.exports = …

node.js module
Maven: Non-resolvable parent POM

I have my maven project setup as 1 shell projects and 4 children modules. When I try to build the shell. I …

maven module build-automation parent-child
Nodejs cannot find installed module on Windows

I am learning nodejs at the moment on Windows. Several modules are installed globally with npm.cmd, and nodejs failed …

windows node.js module require npm
ImportError: No module named tensorflow

Please help me with this error I have installed the tensorflow module on my server and below is it's information 15…

python module installation tensorflow pip
ImportError: No module named site on Windows

I am trying to install Python for the first time. I downloaded the following installer from the Python website: Python 2.7.1 …

python windows module installation environment-variables
module.exports vs. export default in Node.js and ES6

What is the difference between Node's module.exports and ES6's export default? I'm trying to figure out why I …

node.js module ecmascript-6
ModuleNotFoundError: What does it mean __main__ is not a package?

I am trying to run a module from the console. The structure of my directory is this: I am trying …

python module python-3.6 python-import
How to create module-wide variables in Python?

Is there a way to set up a global variable inside of a module? When I tried to do it …

python variables singleton module scope